My personal Python learning tracker for programming, problem solving, and computer science fundamentals.
Created to better organize learning resources beyond browser bookmarks and YouTube. Browser bookmarks and large YouTube playlists eventually become:
- noisy
- hard to prioritize
- difficult to review
- disconnected from your actual learning progress
A very common problem for self-learners is:
- collecting resources
- not building a learning system
You are starting to build the system.
Instead of “saved somewhere”, you move toward: “actively tracked and intentionally organized”. That is a huge difference.
This tracker already gives you:
- current focus ***(most important)***
- future topics
- practice separation
- books vs tutorials
- official references
- package exploration
A good workflow could become:
- YouTube → discovery (its still good for)
- GitHub README / notes → organization
- Practice repo → implementation
- Projects → application
- Documentation → deeper understanding
That is actually a strong developer workflow.
- Let’s Handle 1 Million Requests per Second, It’s Scarier Than You Think! - by Cododev
- Understanding Objects in Python - Lists, Tuples, Sets, Dictionaries - by Cododev
- Why Fighter Jets Ban 90% of C++ Features - by LaurieWired
- 1. General Overview and the Development of Numbers - by Standford
https://www.youtube.com/watch?v=W4EwfEU8CGA
https://www.youtube.com/watch?v=HSFeYk6Eu8A
https://www.youtube.com/watch?v=Gv4sDL9Ljww
https://www.youtube.com/watch?v=pk49iM9OT_0
Currently Learning
- All Python Syntax in 25 Minutes – Tutorial – Beau Carnes
- Python Full Course for Beginners – Programming with Mosh - (new 2 hours)
- Python Full Course for Beginners – Programming with Mosh - (old 6 hours)
- Beginner Python Tutorials – Caleb Curry (playlist from 6 hours)
- Beginner Python Programming All-in-One Tutorial Series (6 HOURS!) – Caleb Curry
- Python Programming All-in-One Tutorial Series (7 HOURS!) – Caleb Curry
- ...
Shows tutorials preview images like YouTube
https://www.youtube.com/watch?v=PNSIWjWAA7o
https://www.youtube.com/watch?v=K5KVEU3aaeQ
- Star pattern exercises
- Loop and nested loop practice
- Small console-based programs
- etc.
- Automate the Boring Stuff with Python, 3rd Edition
- The Big Book of Small Python Projects
- Introduction to Computer Science
- Functions
- Lists & Dictionaries
- File Handling
- Object-Oriented Programming (OOP)
- Modules & Packages
- APIs
- Data Structures & Algorithms
- Automation
- AI / Machine Learning Foundations
- etc.
- https://docs.python.org/3/tutorial/
- https://docs.python.org/3.13/tutorial/
- https://pypi.org/
- https://jupyter.org/install
-
Matplotlib https://pypi.org/project/matplotlib/
-
JupyterLab https://pypi.org/project/jupyterlab/





