The Piscine (French for "swimming pool") is an intensive four-week selection process at 42, designed to immerse candidates in a unique learning environment.
This rigorous program evaluates not only technical skills but also interpersonal abilities, as participants engage in peer-to-peer learning and collaborative projects.
During the Piscine, candidates work on various programming modules, primarily in the C language, completing exercises that build upon each other. The atmosphere is dynamic and supportive, fostering friendships and teamwork among participants from diverse backgrounds. Weekly exams test the knowledge gained, while optional weekend projects, known as "rushes," further enhance collaborative skills.
Overall, the Piscine serves as both a challenging introduction to programming and a critical assessment of candidates' motivation and adaptability, ultimately determining who will continue their journey at 42.
Norminette > Instalation guide
Mini_moulinette > Instalation guide
• Exam pratice tool - grademe
Grademe > Instalation guide
Command to run Grademe
bash -c "$(curl https://grademe.fr)"
git push
before grademe.
Login With The Following credentials:
login -> exam
password -> exam
Open terminal and type:
examshell
Type your 42 Intra login:
login -> 42 username
pasword -> your password
Photo:
Allow photo check
Accept:
Type 'y' or 'yes'
In the Exam Shell, You Have Only 3 Commands:
- status - check the time
- grademe - send to check by moulinet
- finish - finish exam
Subjects
- You can find your exam subject in the directory subject
- You can see directory Rendu. It is your repository.
- You must create a folder named by the project and start working in that folder.
When you are ready to sumbit your function/program, go into Rendu and push the folder you created by doing the following:
git add <folder name/files in folder>
git status
git commit -m "commit message"
git push
After you git push, type grademe
in the examshell to avaluate tour project/function.