We’re a community of tech innovators learning Python—from fundamentals to advanced topics and real-world frameworks. Code along, build cool projects, and grow together.
This repository serves as a daily learning log. Each day you’ll find:
- Assigned issues or tasks
- Their solutions
- Short explanations of the approach
- Notes on improvements or alternative ideas
This is not a full Python course — it’s a practical, problem-focused learning journal.
Every day follows a simple process:
-
Read the Task Understand the requirements and constraints.
-
Write the Solution Clean, readable Python code.
-
Explain Your Approach Why this method? What problem does it solve?
-
Commit Your Work Use clear commit messages.
-
Reflect (Optional) What did you learn today?
git clone https://github.com/RR0327/Pynnovators--Python-with-Tech-Innovators.git cd Pynnovators python -m venv venv venv\Scripts\activate # Windows source venv/bin/activate # Mac/Linux # pip install -r requirements.txtMd Tahsin Azad Shaikat
CSE Undergraduate | Backend Developer | Robotics & IoT Enthusiast LinkedIn GitHub
Md Rakibul Hassan
CSE Undergraduate | Backend Developer | Robotics & IoT Enthusiast LinkedIn GitHub
Want to contribute? Great!
- Fork this repo
- Create a branch:
git checkout -b day-XX-task - Add your solution + explanation
- Open a Pull Request
Keep contributions simple, clear, and easy to learn from.
This project is licensed under the MIT License.
- Open an issue for help
- Discuss solutions with others
- Share improvements or ideas