simple python syntax walkthrough 🕵️♂️
NOTE: This guide is using Python 3.7.1 (latest version) if you want to download and install python please go to Python's Official Website
this walkthrough includes:
- introducing python (start here 🏳️)
- variables and data types
- strings
- numbers and math operations
- lists and tuples
- dictionaries
- conditions and loops (and logical operations)
- functions
- classes
- modules
py strings.py
Used LearnPython.org to create these tutorials, strongly recommended