Welcome to the Python Crash Course repository! This project contains code examples, exercises, and notes to help you learn Python programming from the ground up.
- Introduction: Overview of Python and setup instructions.
- Basic Concepts: Variables, data types, operators, and control flow.
- Functions: Defining and using functions.
- Data Structures: Lists, dictionaries, sets, and tuples.
- Object-Oriented Programming: Classes and objects.
- Modules and Packages: Importing and organizing code.
- Projects: Hands-on mini-projects to reinforce learning.
- Clone the repository:
git clone https://github.com/kaleb-mulugeta/Python-Crash-Course.git
- Follow instructions in each section to run code examples.
Contributions are welcome! Please fork the repository and submit a pull request.
This project is licensed under the MIT License.
Happy Coding!