Introduction to Python3
This course introduces working with Python 3.
1.1 - Course Setup
1.2 - Tools of the Trade: Mac
1.3 - Writing and Running Your First Python Program
2.1 - Printing Numbers and Strings
2.2 - Variables in Python
2.3 - Math in Python
2.4 - Converting Variable Type
2.5 - Commenting Your Code in Python
2.6 - Input
3.1 - Simple Conditions
3.2 - Else Statements
3.3 - Ternary Operator
3.4 - While Loops
3.5 - Break and Continue
4.1 - Simple Python Functions
4.2 - Parameterized Functions
4.3 - Function Returns in Python
4.4 - Keyword Arguments
4.5 - Default Parameters
4.6 - Lambda Functions
5.1 - Python Lists
5.2 - Python Tuples
5.3 - Python Dictionaries
5.4 - Python Sets
5.5 - Filters
6.1 - Catching Exceptions
6.2 - Reading a File
6.3 - Writing to a File
6.4 - Working with CSV Files