This repository contains my notes, exercises, and projects while following the FreeCodeCamp Python curriculum.
It is created to document my learning progress, serve as a personal reference, and act as an early programming portfolio.
- Platform: FreeCodeCamp
- Language: Python
- Level: Beginner
- Focus: programming fundamentals, logic, and problem solving
Topics covered in this repository include:
- Python basics (syntax, variables, data types)
- Conditional statements (
if,elif,else) - Loops (
for,while) - Functions (
def,return) - Lists, tuples, and dictionaries
- String manipulation
- Basic problem solving
- Mini projects from FreeCodeCamp