parent topic: Python
show presentation individually

Python Basics

  • Python beginner
  • Python: Overview
  • Installation on Windows
  • Interactive Python console
  • Variables
  • Basic (primitive) data types
  • Types and type conversions
  • Functions
  • Composite types: dict, list, tuple
  • Object references and mutations
  • Help and documentation
  • Error messages and tracebacks
  • VS Code for Python
  • Text output
  • Our first Python program
  • Builtins, standard library
  • Control structures
  • Comparisons
  • If / else
  • For loops
  • Counting loops
  • While loops
  • Break
  • Parts of programs
  • Control structures - exercises
  • Function parameters
  • Defining functions
  • Functions: Exercises
  • Modules and packages
  • PIP and PyPI
  • Local modules