My Second Week: Entering The Intermediate Level: Mini Project (17-25 of April 2025)
Overview This week, I moved beyond basic concepts and entered the intermediate level of Python. I focused on handling files, processing data, and organizing information through a mini project. Daily Plan File I/O - Reading and Writing .txt, .csv, files Organizing Data - Using Loops with Lists/Dictionaries Example: Read and Output a .csv file of player names String Handling - split(), replace(), join() Practice: Building a program to summarize match results Mini Project: Organizing Player Stats(Data collected manually) Creating a GitHub account and uploading code(GitHub Basics) Reflection This week marked the beginning of my journey into the intermediate level, where I practiced file handling, data organization, and managing mini projects. The more I practiced, the more I found myself questioning whether I was on the right track, and I noticed my learning pace slowing down. Next week, I will begin learning Pandas. Although I'm a bit nervous, I am determined to see it through to the end.

Overview
This week, I moved beyond basic concepts and entered the intermediate level of Python.
I focused on handling files, processing data, and organizing information through a mini project.
Daily Plan
- File I/O - Reading and Writing .txt, .csv, files
- Organizing Data - Using Loops with Lists/Dictionaries
- Example: Read and Output a .csv file of player names
- String Handling - split(), replace(), join()
- Practice: Building a program to summarize match results
- Mini Project: Organizing Player Stats(Data collected manually)
- Creating a GitHub account and uploading code(GitHub Basics)
Reflection
This week marked the beginning of my journey into the intermediate level, where I practiced file handling, data organization, and managing mini projects.
The more I practiced, the more I found myself questioning whether I was on the right track, and I noticed my learning pace slowing down.
Next week, I will begin learning Pandas. Although I'm a bit nervous, I am determined to see it through to the end.