| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
ย | ย | |||
This project has been created as part of the 42 curriculum by yaqliu.
Practice repository for Python fundamentals, organized as progressive modules and exercises.
This repository currently includes modules module00 through module10.
Most exercises are small standalone scripts. Some modules also include helper files, datasets, or archives used by the exercises.
py_piscine/
โโโ module00/
โ โโโ ex0/ ... ex7/
โ โโโ ft_garden_summary.py
โโโ module01/
โ โโโ ex0/ ... ex6/
โโโ module02/
โ โโโ ex0/ ... ex5/
โโโ module03/
โ โโโ ex0/ ... ex6/
โ โโโ data_generator.py
โ โโโ helper scripts and archives
โโโ module04/
โ โโโ ex0/ ... ex4/
โ โโโ sample_data.json
โ โโโ text/archive assets
โโโ module05/
โ โโโ ex0/ ... ex2/
โ โโโ main.py
โโโ module06/
โ โโโ alchemy/
โ โโโ import/package exercises
โโโ module07/
โ โโโ ex0/ ... ex4/
โ โโโ tools/
โ โโโ card-game themed OOP exercises
โโโ module08/
โ โโโ ex0/ ... ex2/
โโโ module09/
โ โโโ ex0/ ... ex2/
โโโ module10/
โ โโโ ex0/ ... ex4/
โโโ README.md
Some exercises include their own local dependency files (for example, module08/ex1/requirements.txt). Install those only when needed for that specific exercise.
Run scripts from the repository root:
python3 module00/ex0/ft_hello_garden.py
python3 module01/ex0/ft_garden_intro.py
python3 module02/ex0/ft_first_exception.py
python3 module03/ex0/ft_command_quest.py
python3 module04/ex0/ft_ancient_text.py
python3 module05/ex0/stream_processor.py
python3 module06/ft_circular_curse.py
python3 module07/ex0/main.py
python3 module08/ex0/construct.py
python3 module09/ex0/space_station.py
python3 module10/ex0/lambda_spells.pyThis repository is for educational and personal learning purposes.
Please do not use this project for paid redistribution or resale.
This project is licensed under the Creative Commons Attribution-NonCommercial 4.0 International License (CC BY-NC 4.0). See LICENSE.
| Back | FazBrowse Home | New Git URL |