42 - March 2018 Piscine

16 Apr 2018

After a month of blood, sweat and tears (usually all three in the form of code), I have emerged victorious from the 42 Piscine!. Victorious from meeting amazingly talented and kind people, making new friends, learning more than I have ever learned in a month, and gaining much-needed confidence in my coding skills. I must also add one last piece of excitement: I got accepted!

42acceptedemail

The Piscine requires a lot of planning: given that the projects, daily exercises, and sometimes even exams overlap the majority of the time, it is up to you to decide what to give priority to, not only because you don’t have the time to do them all, but because they’re not worth the same amount of points (of course, do the exams!). This taught me a lot on how to plan ahead, as well as to rely on the previous knowledge of my fellow pisciners. The conjecture we arrived as to what the final grade received per project is as follows:

\[\small final\_grade(MGrade, AVGrade)= \begin{cases} \max(MGrade, AVGrade), \text{ if } |MGrade - AVGrade| <= 10\\ \min(MGrade, AVGrade), \text{ otherwise} \end{cases}\]

where $MGrade$ is the grade given by Moulinette, a computer program that automatically graded your work, and $AVGrade$ is the average grade given to you by your fellow correctors (some projects required 1 corrector, others up to 3 correctors).

While not my original end goal, there are many different paths to take during life as a 42 Cadet, which makes their offer very hard to say no to. The constant flow of speakers like Deon Nicholas from Forethought AI and Jane Herriman presenting Julia, combined with the presence of students pushing themselves forward, is the perfect recipe for success. It is not to be taken lightly, and now I do wish to become a part of the 42 school.

If you are curious, you can find (almost) all the code I generated, along with a bit more information of the Piscine in my GitHub. If you plan to attend any future Piscine, ignore my code and any you may find on GitHub and just go with a clean mind; it’s for the best. Else, know that most of the coding was done in C, but on the first days there was some Shell scripting, which I found to be extremely insightful.

Without further ado, I leave you with some pictures I managed to take during this month of coding (some pictures have secret hidden links):

A few inspiring words. A small distraction whilst the network gets repaired. A project done by 42's cadets. Founder of Forethought.ai, presenting Agatha Can anyone correctly code ft_putchar.c whilst blindfolded?... Apparently... ...Zion could! Viewer beware. Hauling cubes! A farewell performance. A nice labyrinth indeed He doesn't know what the dorms are for. Don't hold it against him Little known fact. Introduction to the power of Julia Carlos knows the secrets of the internet... ...and reveals them Second place in the (un)official battleship tournament ...even if Brian isn't.

In the next post, I plan to show how to create a chatbot with Python, so stay tuned!