Topic 4: Crash Course in Python
Contents
Topic 4: Crash Course in Python#
Goals for this Topic#
The goal of this topic is to provide you enough context in Python to be able to write basic codes and read existing codes
Part 1: Covers operators, assignment, logical operators, data types, data structures, slicing
Part 2: Flow Control, Loops, Functions, and Generators
Part 3: Lambda Functions, *Args and **Kwargs, Decorators