Python Best Practice 🐍 💪
simple python syntax walkthrough 🕵️♂️
NOTE: Im using Python 3.7.1 (latest version) if you want to download and install python please go to Python's Official Website
Map
this walkthrough includes:
- introducing python (start here 🏳️)
- variables and data types
- strings
- numbers and math operations
- lists and tuples
- conditions and loops (and logical operations)
- functions
- classes
- modules
Run
py strings.py
Source
I used LearnPython.org to write these tutorials, I strongly recommend you to do the same