Skip to content

Latest commit

 

History

History
254 lines (201 loc) · 15.4 KB

Python_curated_resources.md

File metadata and controls

254 lines (201 loc) · 15.4 KB


ℹ️ ℹ️ I have shifted updates to this Python learning resource collection to https://learnbyexample.github.io/py_resources/ which is better organized and includes a handy search feature.





Check out Getting Started from Python official website for installation, IDEs, text editors and other details.

#️⃣ Table of Contents


Courses — online text

For beginners to programming and Python

For intermediate and advanced users

Quick Guides


Courses — online video/interactive


Books


Docs and Cheat-Sheets


Tips and Tricks


Practice sites


Python Projects


In-depth analysis/tutorial of single concept


Handy tools

  • Visualize code execution — also has example codes and ability to share sessions
  • CodeSkulptor — runs Python programs in your browser, including GUI and has many demos
  • Thonny — Python IDE for beginners, lots of handy features like viewing variables, debugger, step through, highlight syntax errors, name completion, etc

Further Reading


Other Python resource lists


Development Environment


Forums

Read instructions provided by respective forums before asking a question. Try solving it yourself before asking — searching online, manual, ask a colleague, etc.