Welcome to my Python Learning Repository! Here you’ll find all of the code examples and exercises I’ve completed as I progress through a comprehensive Python course.
To run the code in this repository, you need to have Python installed on your system.
Visit the official Python website:
🔗 https://www.python.org/downloads/
Download the latest version suitable for your operating system.
- Run the installer.
- Important: Check the box that says "Add Python to PATH".
- Click Install Now.
Install via the .pkg
installer or Homebrew:
brew install python
sudo apt update
sudo apt install python3
python --version
python3 --version
- Variables and data types
- Input/output
- Basic operators
- Conditional statements
- Loops
- Loop control statements
- String operations and methods
- String formatting
- Slicing and indexing
- Defining functions
- Arguments and return values
- Scope and lambda functions
- Importing and using modules
- Lists, Tuples, Sets, and Dictionaries
- Comprehensions
- Nested structures
- Classes and objects
- Inheritance and polymorphism
- Encapsulation and abstraction
- Decorators
- Generators and iterators
- Error handling and exceptions
- Context managers
- Reading and writing files
- Working with file paths
- Using modules
- Installing packages
- Using third-party libraries
- Introduction to AI tools
- Automating coding tasks
- Writing code with AI assistance
- Real-world mini-projects to apply learned concepts