This hands-on tutorial demonstrates how to set up the Python environment with different tools: Introducing different Python distributions (e.g., CPython, Anaconda) and the various tools available for writing and running Python code, such as the shell/terminal/console: CLI, text editors, IDEs, and notebooks.
We also dissect the anatomy of a Python Program: Providing a detailed overview of the structural components of a Python program, including values, data types, variables, statements, functions, modules, packages, libraries, and frameworks.
Intro
Downloading & Installing Python
Using Python
Hardware/Software Revisit
Interactive Python Line by Line
Python Script
Python Tools
Lab: Coding in Shell/Terminal
Anatomy of Python
Lab: Python Editors & IDEs
Jupyter Notebooks
Recap
Zen of Python