This repository contains my study records and practice problems for learning core Python syntax and data handling.
Each directory focuses on a specific topic and contains detailed explanations, example code, and individual READMEs.
Basic string operations, slicing, formatting, and common methods.
→ Go to folder
Working with lists, tuples, and iteration patterns.
→ Go to folder
Conditional statements (if, elif, else), logical operators, and nested decision-making.
→ Go to folder
Dictionaries are key-value data structures used for fast data lookup, storage, and mapping relationships. → Go to folder
The goal of this repository is to build a consistent record of Python syntax learning,
with step-by-step progress from fundamentals to advanced practice using:
- NumPy / Pandas / Matplotlib
- Algorithm problem solving (Baekjoon)
- Data analysis and Kaggle projects (future sections)
Each topic folder contains:
datas/— text descriptions or prompts for practice problemssolutions/— corresponding code implementationsREADME.md— topic summaries and learning notes