Skip to content

Latest commit

 

History

History
182 lines (116 loc) · 4.88 KB

File metadata and controls

182 lines (116 loc) · 4.88 KB

Python study tracker

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

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.


New Good Videos

  1. Let’s Handle 1 Million Requests per Second, It’s Scarier Than You Think! - by Cododev
  2. Understanding Objects in Python - Lists, Tuples, Sets, Dictionaries - by Cododev
  3. Why Fighter Jets Ban 90% of C++ Features - by LaurieWired
  4. 1. General Overview and the Development of Numbers - by Standford

Previews

Let’s Handle 1 Million Requests per Second, It’s Scarier Than You Think!

https://www.youtube.com/watch?v=W4EwfEU8CGA

img

Understanding Objects in Python - Lists, Tuples, Sets, Dictionaries

https://www.youtube.com/watch?v=HSFeYk6Eu8A

img

Why Fighter Jets Ban 90% of C++ Features

https://www.youtube.com/watch?v=Gv4sDL9Ljww

img

1. General Overview and the Development of Numbers

https://www.youtube.com/watch?v=pk49iM9OT_0

img

Currently Learning

Currently Learning

  1. All Python Syntax in 25 Minutes – Tutorial

Courses & Tutorials


Courses previews

Shows tutorials preview images like YouTube

All Python Syntax in 25 Minutes – Tutorial

https://www.youtube.com/watch?v=PNSIWjWAA7o

img

Python Full Course for Beginners

https://www.youtube.com/watch?v=K5KVEU3aaeQ

img


Practice & Mini Exercises

  1. Solve any Star Pattern program in Python
  2. Solve any Number Pattern program in Python
  • Star pattern exercises
  • Loop and nested loop practice
  • Small console-based programs
  • etc.

Books & Readings

  1. Automate the Boring Stuff with Python, 3rd Edition
  2. The Big Book of Small Python Projects
  3. Introduction to Computer Science

Future Topics

  • Functions
  • Lists & Dictionaries
  • File Handling
  • Object-Oriented Programming (OOP)
  • Modules & Packages
  • APIs
  • Data Structures & Algorithms
  • Automation
  • AI / Machine Learning Foundations
  • etc.

Official Documentation & References


Useful Links


Python Packages to Explore

  1. NumPy https://pypi.org/project/numpy/

  2. Pandas https://pypi.org/project/pandas/

  3. Matplotlib https://pypi.org/project/matplotlib/

  4. JupyterLab https://pypi.org/project/jupyterlab/