2 - IDE Code Editor for the Course
3 - Start Code.txt
3 - Values and Types
4 - Start Code Variables.txt
4 - Variables
5 - Operators
5 - Start Code Operators.txt
6 - Asking User for Input
6 - Input Fucntion.txt
7 - Python Comments
7 - Python Comments.txt
8 - Variable Naming
9 - Boolean Expressions
9 - Boolean Expressions.txt
10 - Conditional Execution
10 - Conditional Execution.txt
11 - Nested Conditionals
12 - Chained Conditionals
13 - Multiple IF Statements
14 - Logical Operators
14 - Logical Operators.txt
15 - Try and Except
15 - Try and Except.txt
16 - Builtin Functions.txt
16 - Calling Builtin Functions
17 - Math Module
17 - Math Module.txt
18 - Randomization.txt
18 - Random Module
19 - Defining Function
19 - Defining Function.txt
20 - Indentation.txt
20 - Indentation in Python
21 - Functions with Input.txt
21 - Function with Inputs
22 - Positional and Keyword Arguments
22 - Positional and Keyword Arguments.txt
23 - Function with Output
23 - Function with Outputs.txt
24 - Docstring
24 - Docstring.txt
25 - List and Iteration.txt
25 - List and Iterations
26 - Foor Loop.txt
26 - For Loop
27 - Start Here.txt
27 - Updating Variables
28 - Loop Over Custom Function
28 - Start Code.txt
29 - Range Function with Loop
29 - Start Code.txt
30 - While Loop
31 - Continue and Break
31 - Continue and Break.txt
32 - Strings Start Code.txt
32 - What is a String
33 - String Operations
33 - String Operations.txt
34 - String Methods
34 - String Methods.txt
35 - String Parsing
35 - String Parsing.txt
36 - Escape Sequence
36 - Escape Sequence.txt
37 - String Formatting
37 - String Formatting.txt