Skip to content

Commit b625709

Browse files
authored
3.3.0
2 parents 98ee1b6 + a6d6eaf commit b625709

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

91 files changed

+3703
-4085
lines changed

.gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ __pycache__/
99
# C extensions
1010
*.so
1111

12+
# Latex compilation files
13+
*.fdb_latexmk
14+
*.fls
15+
*.pdf.version
16+
1217
# Distribution / packaging
1318
.Python
1419
develop-eggs/

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1-
FIX wrong example for D01 ex03 "vector"
1+
- One file per exercise
2+
- Indentation fixes
3+
- Makefile update to clean latex compilation files
24

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ all: clean dirs
1313
%.pdf:
1414
@echo "We are taking care of: $@"
1515
@$(MAKE) -C $(shell dirname $@)
16+
@$(MAKE) clean -C $(shell dirname $@)
1617
cp $@ build/$(shell dirname `dirname $@`).pdf
1718

1819
dirs: $(TARGETS_DIRS)

build/module00.pdf

21.6 KB
Binary file not shown.

build/module01.pdf

156 KB
Binary file not shown.

build/module02.pdf

156 KB
Binary file not shown.

build/module03.pdf

156 KB
Binary file not shown.

build/module04.pdf

155 KB
Binary file not shown.
+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
\section*{Contact}
2+
% --------------------------------- %
3+
You can contact 42AI by email: \href{mailto:[email protected]}{[email protected]}\\
4+
\newline
5+
Thank you for attending 42AI's Python Bootcamp module00 !
6+
7+
% ================================= %
8+
\section*{Acknowledgements}
9+
% --------------------------------- %
10+
The Python bootcamp is the result of a collective work, for which we would like to thank:
11+
\begin{itemize}
12+
\item Maxime Choulika (cmaxime),
13+
\item Pierre Peigné (ppeigne, [email protected]),
14+
\item Matthieu David (mdavid, [email protected]),
15+
\item Quentin Feuillade--Montixi (qfeuilla, [email protected])
16+
\item Mathieu Perez (maperez, [email protected])
17+
\end{itemize}
18+
who supervised the creation, the enhancement of the bootcamp and this present transcription.
19+
20+
\begin{itemize}
21+
\item Louis Develle (ldevelle, [email protected])
22+
\item Augustin Lopez (aulopez)
23+
\item Luc Lenotre (llenotre)
24+
\item Owen Roberts (oroberts)
25+
\item Thomas Flahault (thflahau)
26+
\item Amric Trudel ([email protected])
27+
\item Baptiste Lefeuvre ([email protected])
28+
\item Mathilde Boivin ([email protected])
29+
\item Tristan Duquesne ([email protected])
30+
\end{itemize}
31+
for your investment in the creation and development of these modules.
32+
33+
\begin{itemize}
34+
\item All prior participants who took a moment to provide their feedbacks, and help us improve these bootcamps !
35+
\end{itemize}
36+
37+
\vfill
38+
\doclicenseThis

module00/subject/en.py_proj.tex module00/subject/en.instructions.tex

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

27-
\item You can also ask questions in the \texttt{\#bootcamps} channel on Slack at \href{https://42-ai.slack.com}{42AI}
28-
or \href{42born2code.slack.com}{42born2code}.
29-
27+
\item You can learn more about 42 Artificial Intelligence by visiting \href{https://42-ai.github.io}{our website}.
28+
3029
\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}.
3130

3231
\item We encourage you to create test programs for your
@@ -36,10 +35,9 @@ \chapter{Common Instructions}
3635
those tests especially useful during your defence. Indeed,
3736
during defence, you are free to use your tests and/or the
3837
tests of the peer you are evaluating.
39-
40-
\item Submit your work to your assigned git repository. Only the work in the
41-
git repository will be graded. If Deepthought is assigned to grade your
42-
work, it will be run after your peer-evaluations.
43-
If an error happens in any section of your work during Deepthought's grading,
44-
the evaluation will stop.
38+
39+
\item We are constantly looking to improve these bootcamps, and your feedbacks are essential for us to do so !\\
40+
You can tell us more about your experience with this module by filling \href{https://forms.gle/89TZJDARdgZfghRPA}{this form}.\\
41+
Thank you in advance and good luck for this bootcamp !
42+
4543
\end{itemize}

module00/subject/en.subject.aux

-2
This file was deleted.

module00/subject/en.subject.fdb_latexmk

-15
This file was deleted.

module00/subject/en.subject.fls

-7
This file was deleted.

module00/subject/en.subject.pdf

21.6 KB
Binary file not shown.

module00/subject/en.subject.pdf.version

-1
This file was deleted.

module00/subject/en.subject.pyg

-112
This file was deleted.

0 commit comments

Comments
 (0)