Skip to content

Je-ric/Academic-Python-Fundamentals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🐍 Python Code Collection

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.


📦 What’s Inside

  • 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.

🚀 How to Use

  1. Browse the folders to find scripts or projects relevant to your needs.
  2. Open any .py file in your favorite editor or IDE.
  3. Run scripts using:
    python filename.py
  4. Check requirements for some projects (see requirements.txt or project README if present).

📁 Structure Example

Python/
├── LabA - Sir Amir/
├── LabA - Sir Cenon/
├── Lec - Sir Khavee/
├── Learning Materials/
├── Practice/
├── Source Codes/
└── README.md

🤝 Contributing

Feel free to contribute your own scripts or improvements! Open a pull request or submit an issue with suggestions.


Happy coding and learning!

Releases

No releases published

Packages

 
 
 

Contributors