Skip to content

Commit

Permalink
3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maperez42 authored Feb 19, 2025
2 parents 98ee1b6 + a6d6eaf commit b625709
Show file tree
Hide file tree
Showing 91 changed files with 3,703 additions and 4,085 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ __pycache__/
# C extensions
*.so

# Latex compilation files
*.fdb_latexmk
*.fls
*.pdf.version

# Distribution / packaging
.Python
develop-eggs/
Expand Down
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
FIX wrong example for D01 ex03 "vector"
- One file per exercise
- Indentation fixes
- Makefile update to clean latex compilation files

1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ all: clean dirs
%.pdf:
@echo "We are taking care of: $@"
@$(MAKE) -C $(shell dirname $@)
@$(MAKE) clean -C $(shell dirname $@)
cp $@ build/$(shell dirname `dirname $@`).pdf

dirs: $(TARGETS_DIRS)
Expand Down
Binary file modified build/module00.pdf
Binary file not shown.
Binary file modified build/module01.pdf
Binary file not shown.
Binary file modified build/module02.pdf
Binary file not shown.
Binary file modified build/module03.pdf
Binary file not shown.
Binary file modified build/module04.pdf
Binary file not shown.
38 changes: 38 additions & 0 deletions module00/subject/en.acknowledgements.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
\section*{Contact}
% --------------------------------- %
You can contact 42AI by email: \href{mailto:contact@42ai.fr}{contact@42ai.fr}\\
\newline
Thank you for attending 42AI's Python Bootcamp module00 !

% ================================= %
\section*{Acknowledgements}
% --------------------------------- %
The Python bootcamp is the result of a collective work, for which we would like to thank:
\begin{itemize}
\item Maxime Choulika (cmaxime),
\item Pierre Peigné (ppeigne, pierre@42ai.fr),
\item Matthieu David (mdavid, matthieu@42ai.fr),
\item Quentin Feuillade--Montixi (qfeuilla, quentin@42ai.fr)
\item Mathieu Perez (maperez, mathieu.perez@42ai.fr)
\end{itemize}
who supervised the creation, the enhancement of the bootcamp and this present transcription.

\begin{itemize}
\item Louis Develle (ldevelle, louis@42ai.fr)
\item Augustin Lopez (aulopez)
\item Luc Lenotre (llenotre)
\item Owen Roberts (oroberts)
\item Thomas Flahault (thflahau)
\item Amric Trudel (amric@42ai.fr)
\item Baptiste Lefeuvre (blefeuvr@student.42.fr)
\item Mathilde Boivin (mboivin@student.42.fr)
\item Tristan Duquesne (tduquesn@student.42.fr)
\end{itemize}
for your investment in the creation and development of these modules.

\begin{itemize}
\item All prior participants who took a moment to provide their feedbacks, and help us improve these bootcamps !
\end{itemize}

\vfill
\doclicenseThis
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ \chapter{Common Instructions}
on \href{https://discord.com/channels/887850395697807362/887850396314398720}{42 student's associations portal} and ask your
questions to your peers in the dedicated Bootcamp channel.

\item You can also ask questions in the \texttt{\#bootcamps} channel on Slack at \href{https://42-ai.slack.com}{42AI}
or \href{42born2code.slack.com}{42born2code}.

\item You can learn more about 42 Artificial Intelligence by visiting \href{https://42-ai.github.io}{our website}.

\item If you find any issue or mistake in the subject please create an issue on \href{https://github.com/42-AI/bootcamp_python/issues}{42AI repository on Github}.

\item We encourage you to create test programs for your
Expand All @@ -36,10 +35,9 @@ \chapter{Common Instructions}
those tests especially useful during your defence. Indeed,
during defence, you are free to use your tests and/or the
tests of the peer you are evaluating.

\item Submit your work to your assigned git repository. Only the work in the
git repository will be graded. If Deepthought is assigned to grade your
work, it will be run after your peer-evaluations.
If an error happens in any section of your work during Deepthought's grading,
the evaluation will stop.

\item We are constantly looking to improve these bootcamps, and your feedbacks are essential for us to do so !\\
You can tell us more about your experience with this module by filling \href{https://forms.gle/89TZJDARdgZfghRPA}{this form}.\\
Thank you in advance and good luck for this bootcamp !

\end{itemize}
2 changes: 0 additions & 2 deletions module00/subject/en.subject.aux

This file was deleted.

15 changes: 0 additions & 15 deletions module00/subject/en.subject.fdb_latexmk

This file was deleted.

7 changes: 0 additions & 7 deletions module00/subject/en.subject.fls

This file was deleted.

Binary file modified module00/subject/en.subject.pdf
Binary file not shown.
1 change: 0 additions & 1 deletion module00/subject/en.subject.pdf.version

This file was deleted.

112 changes: 0 additions & 112 deletions module00/subject/en.subject.pyg

This file was deleted.

Loading

0 comments on commit b625709

Please sign in to comment.