📄️ 2.1 - Variables and Data Types
Concise summary of variables and data types in Python - Covers variable declaration, dynamic typing, and built-in data types.
📄️ 2.2 - Operators & Expressions
Concise summary of operators and expressions in Python - Explains various operators and their usage in expressions.
📄️ 2.3 - Control Flow Statements
Concise summary of control flow statements in Python - Covers if-else, loops, and control flow modifiers.
📄️ 2.4 - Functions and Modules
Concise summary of functions and modules in Python - Covers function definition, calling, parameters, return values, and modules.
📄️ 2.5 - I/O Handling
Concise summary of input and output handling in Python - Covers reading user input, displaying output, and file handling.
📄️ 2.6 - Exception Handling
Concise summary of the exception handling in Python.
📄️ 2.7 - Testing Code With pytest
Learn how to test your Python code with pytest.