Skip to content

Latest commit

 

History

History
40 lines (34 loc) · 1.75 KB

File metadata and controls

40 lines (34 loc) · 1.75 KB

🐍 Python Learning Journey

🎯 About This Repo

This repository tracks my progress learning Python, from basics to automation and beyond. It includes:

  • Notes from tutorials and courses.
  • Scripts for file management, automation, and small projects.
  • Projects from PyFlo and personal experiments.

📌 My Progress

Completed

Resource Topic Status
PyFlo First Project (Basics) ✅ Completed
Personal Projects File sorters (pictures, music, videos) ✅ Completed

🔄 In Progress

  • Learning functions, lists, and dictionaries.
  • Building CLI tools (e.g., to-do list, file renamer).

🚀 Up Next

  • APIs (using requests with public APIs like JSONPlaceholder).
  • Web scraping with BeautifulSoup.

🗂️ Repository Structure

Folder Description
/notes Study notes (Markdown files) from PyFlo and other resources.
/scripts Python scripts (e.g., file sorters, automation tools).
/projects Larger projects (e.g., PyFlo assignments, CLI tools).

💡 Featured Scripts & Projects

1. Media File Sorter

  • File: scripts/media_sorter.py
  • Description: Organizes pictures, music, and videos into folders by type.
  • Usage:
    python3 media_sorter.py /path/to/directory