Skip to content

Latest commit

 

History

History
52 lines (39 loc) · 2.46 KB

File metadata and controls

52 lines (39 loc) · 2.46 KB

Python is a widely used high-level, general-purpose, interpreted, dynamic programming language. Its design philosophy emphasizes code readability, and its syntax allows programmers to express concepts in fewer lines of code than possible in languages such as C++ or Java.

Wikipedia

Getting Started with Python

Books

  1. Beginners :
  • Learn Python the Hard Way by Zed A. Shaw [Link]
  • The Hitchhiker’s Guide to Python by O'Reilly [Link]
  1. Intermediate
  • Intermediate Python by Muhammad Khalid [Link]
  • Effective Python by Brett Slatkin [Link]
  1. Advanced
  • Learning Python Design Patterns by Gennadiy Zlobin [Link]

Courses

  1. Beginners :
  1. Intermediate
  • will be added soon

Youtube channels

  1. MIT OCW 6.00 playlist
  2. thenewboston
  3. sentdex

Reddit threads

  1. /r/learnpython
  2. /r/learnpython resource list
  3. /r/learnprogramming

Project Ideas for Python

  1. Reddit Threads
  1. Other sources for inspiration