Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 1017 Bytes

learn-python.md

File metadata and controls

20 lines (12 loc) · 1017 Bytes

Python Books

Here are some tips of books to learn Python. This is still a work in progress file. We will be updating it as we read more interesting Python books.

Introductory

* This is the recommended reading that goes along with the 2 courses at "Introduction to Computer Science and Programming".

Intermediate

  • "Fluent Python", Luciano Ramalho, O'Reilly.
  • "Python 3 Object-oriented Programming", Dusty Phillips, 2nd Edition, Packt Publishing.

Tests