This repository contains Python code that I learned and practiced during my TechTonicTribe class. It includes various scripts and projects that demonstrate fundamental concepts and problem-solving techniques in Python.
- Variables and Data Types
- Control Flow (if/else, loops)
- Functions and Modules
- File Handling
- Object-Oriented Programming (OOP)
- Working with Libraries (e.g., NumPy, pandas)
- Error Handling
- Basic Algorithms and Data Structures
-
Clone the repository:
git clone https://github.com/yonasleykun27/TechTonicTribe-Class-Docs.git
-
Navigate to the project directory:
cd TechTonicTribe-Class-Docs -
Run any script using Python:
python script_name.py
- Python Documentation
- TechTonicTribe - The class where I learned Python
This repository is for personal practice, but suggestions and improvements are welcome. Feel free to create a pull request or open an issue.
This project is licensed under the MIT License - see the LICENSE file for details.