Skip to content

Instantly share code, notes, and snippets.

@FilBot3
Last active January 20, 2021 15:58
Show Gist options
  • Save FilBot3/932c0c02333c6ea6e45f2bf5ff62b107 to your computer and use it in GitHub Desktop.
Save FilBot3/932c0c02333c6ea6e45f2bf5ff62b107 to your computer and use it in GitHub Desktop.
A guided learning path for Python. Doesn't aim to teach directly, but guide you to learning on your own.

Python Learning Path

Overiew

This is a set of links to documentation that I used to learn Python and appreciate what it does.

Python Runtime Managers

Linux/MacOS

Learn the Basic

Learn to style your code

Learn the documentation

Learn where to find more packages

Learn to use Virtualenvs

Learn how to use files

Learn Command-Line processors

Learn how to interact with API's

REST API's

SOAP API's

Write Web APIs

Task Automation

Awesome Python

@soobawls
Copy link

Appreciate the info. Do you recommend tackling the topics from top to bottom?

@FilBot3
Copy link
Author

FilBot3 commented Jan 20, 2021

Yessir! Start at the top then go through the list. However if you need to find something specific, just pick the section.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment