Vik's Software Guide
latest
  • 1. Shell Guide
  • 2. Python Guide
    • 2.1. 10min - Python Starter Kit
    • 2.2. Links - Python Awesome List
      • 2.2.1. Educational Online
      • 2.2.2. Educational Books
      • 2.2.3. Current Events
    • 2.3. builtin - Class (Object Oriented Programming)
    • 2.4. builtin - Tuples, Lists, Sets, Dictionaries
    • 2.5. builtin - Context Manager
    • 2.6. builtin - Copy True/Shallow/Deep
    • 2.7. builtin - Functions
    • 2.8. builtin - File Input/Output (IO)
    • 2.9. builtin - Logic Loops
    • 2.10. builtin - Mutable/Immutable
    • 2.11. builtin - Packaging (managing python imports/files/projects)
    • 2.12. builtin - Strings
    • 2.13. builtin - User Inputs
    • 2.14. builtin - pdb (python debugger)
    • 2.15. lib - Django (web framework)
    • 2.16. lib - pyinstaller
    • 2.17. lib - PyQt5 (GUI)
    • 2.18. lib - pytest
    • 2.19. lib - Sphinx (code documentation)
    • 2.20. lib - Subprocess
    • 2.21. lib - virtualenv
    • 2.22. tool - Git
    • 2.23. tool - pip (Package Installer for Python)
    • 2.24. tool - PyCharm (IDE)
    • 2.25. tool - VScode (IDE)
    • 2.26. tool - vim (text editor)
    • 2.27. DevOps - Continuous Integration (CI)
  • 3. VBA Guide
  • 4. Shell Guide
Vik's Software Guide
  • Docs »
  • 2. Python Guide »
  • 2.2. Links - Python Awesome List
  • Edit on GitHub

2.2. Links - Python Awesome List¶

This is a collection of great resources ranging from educational links, articles, tutorials, blogs/podcasts, and current events centric around python. None of links here are paid advertise, just simply a great collection of resources.

2.2.1. Educational Online¶

  • Python Docs: Always start with official docs and then branch out if there is not enough information there to figure a problem out

  • w3school: Great collection of high level topics with examples

  • realpython: By far one of the greatest collection of example driven tutorials with a great community

  • tutorialspoint: Similar to w3school a collection of high level topics

  • Learn Python The Hard Way: (paid) Great set of resources with lots of examples

  • Geeks for Geeks: High level python topics

2.2.2. Educational Books¶

  • thinkpython: (free) Great book also available in paper form

  • Dive Into Python3: (free) Python3 centric with notes about how it is different to python 2

  • Functional Python Programming: (free) Python topics explained from a functional programming stand point

2.2.3. Current Events¶

  • Talk Python Podcast Michael Kennedy’s python podcast. Michael interviews folks from all background; software developers, mathematicians, scientists, business, and more on how they have enriched their lives with python.

  • Pycascades Conference Pacific north west conference all about python.

Next Previous

© Copyright 2019, Viktor Kis Revision 4745bdad.

Built with Sphinx using a theme provided by Read the Docs.