Setting up the Python Environment.- A First Python Program.- Python Strings.- Numbers, Booleans and None.- Flow of Control using if statements.- Recursion.- Functions in Python.- Scope and Lifetime of Variables.
- Implementing a Calculator using Functions.- Introduction to Functional Programming.- Higher Order Functions.- Introduction to Object Orientation.- Python Classes.- Class Side and Static Behaviour.- Class Inheritance.- Why Bother with Object Orientation?.
- Operator Overloading.- Protocols, Polymorphism and Descriptors.- Monkey Patching and Attribute Lookup.- Decorators.- Iterables, Iterators, Generators and Coroutines.- ADTs, Queues and Stacks.- Map, Filter and Reduce.- TicTacToe Game.
- Python Graphics.- Graphical User Interfaces.- Introduction to Testing.- Concurrency with AsyncIO.- Sockets in Python.- Reading and Writing Files.- CSV and Excel Files.- Regular Expressions in Python.
- Introduction to Databases.- Python DB-API.- PyMySQL Module.- Logging in Python.