A curated collection of useful Python scripts, code snippets, utilities, and mini-projects. This repository serves as a reference library for learning, development, and quick access to reusable code for students, hobbyists, and professionals.
- Lab Exercises: Solutions and activities from various Python courses and instructors.
- Mini-Projects: Small applications and tools demonstrating Python concepts.
- Learning Materials: Cheat sheets, PDFs, and reference guides.
- Practice Scripts: Standalone scripts for practicing Python basics, data structures, and algorithms.
- Source Codes: Ready-to-use code for common programming tasks.
- Browse the folders to find scripts or projects relevant to your needs.
- Open any
.pyfile in your favorite editor or IDE. - Run scripts using:
python filename.py
- Check requirements for some projects (see
requirements.txtor project README if present).
Python/
├── LabA - Sir Amir/
├── LabA - Sir Cenon/
├── Lec - Sir Khavee/
├── Learning Materials/
├── Practice/
├── Source Codes/
└── README.md
Feel free to contribute your own scripts or improvements! Open a pull request or submit an issue with suggestions.
Happy coding and learning!