This repository contains my work from the 42 Python Immersion β an intensive practical bootcamp-style journey through Python programming.
The goal of this immersion is to build a strong foundation in Python through structured weekly exercises, real-world examples, and hands-on projects. The repository is organized into week-based folders that reflect the progression of topics.
π¦ 42_Python_Immersion
βββ week_1/ β Basics of Python: core syntax, variables, control flow
βββ week_2/ β Intermediate concepts: functions, modules, collections
βββ .gitignore β Ignored files configuration
Each
week_Xfolder includes exercises and/or scripts designed around a specific theme or topic by a pdf subject learned during that week.
- Python syntax and code structure
- Data types: lists, tuples, dictionaries, sets
- Control flow: loops, conditionals
- Functions and modules
- Working with files and I/O
- Error handling
- Basic object-oriented programming (OOP)
- Useful standard libraries and tools
To explore and run the code in this repo:
- Clone this repository:
git clone https://github.com/Bruno-nog/42_Python_Immersion.git cd 42_Python_Immersion