Skip to content

Commit 800986c

Browse files
committed
MV - en.py_proj.tex => updated content
1 parent 98ee1b6 commit 800986c

File tree

5 files changed

+19
-75
lines changed

5 files changed

+19
-75
lines changed

module00/subject/en.py_proj.tex

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ \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-
3027
\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}.
3128

3229
\item We encourage you to create test programs for your
@@ -36,10 +33,5 @@ \chapter{Common Instructions}
3633
those tests especially useful during your defence. Indeed,
3734
during defence, you are free to use your tests and/or the
3835
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.
36+
4537
\end{itemize}

module01/subject/en.py_proj.tex

Lines changed: 6 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -10,28 +10,21 @@ \chapter{Common Instructions}
1010
\item The version of Python recommended to use is 3.7, you can
1111
check the version of Python with the following command: \texttt{python -V}
1212

13-
\item The norm: during this piscine, it is recommended to follow the
13+
\item The norm: during this bootcamp, it is recommended to follow the
1414
\href{https://www.python.org/dev/peps/pep-0008/}{PEP 8 standards}, though it is not mandatory.
1515
You can install \href{https://pypi.org/project/pycodestyle}{pycodestyle} which
1616
is a tool to check your Python code.
17-
1817
\item The function \texttt{eval} is never allowed.
19-
2018
\item The exercises are ordered from the easiest to the hardest.
21-
2219
\item Your exercises are going to be evaluated by someone else,
23-
so make sure that your variable names and function names are appropriate and civil.
24-
20+
so make sure that your variable names and function names are appropriate and civil.
2521
\item Your manual is the internet.
2622

2723
\item If you are a student from 42, you can access our Discord server
2824
on \href{https://discord.com/channels/887850395697807362/887850396314398720}{42 student's associations portal} and ask your
29-
questions to your peers in the dedicated Bootcamp channel.
25+
questions to your peers in the dedicated Bootcamp channel.
3026

31-
\item You can also ask questions in the \texttt{\#bootcamps} channel on Slack at \href{https://42-ai.slack.com}{42AI}
32-
or \href{42born2code.slack.com}{42born2code}.
33-
34-
\item If you find any issue or mistakes in the subject please create an issue on \href{https://github.com/42-AI/bootcamp_python/issues}{dedicated 42AI repository on Github}.
27+
\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}.
3528

3629
\item We encourage you to create test programs for your
3730
project even though this work \textbf{won't have to be
@@ -40,10 +33,5 @@ \chapter{Common Instructions}
4033
those tests especially useful during your defence. Indeed,
4134
during defence, you are free to use your tests and/or the
4235
tests of the peer you are evaluating.
43-
44-
\item Submit your work to your assigned git repository. Only the work in the
45-
git repository will be graded. If Deepthought is assigned to grade your
46-
work, it will be run after your peer-evaluations.
47-
If an error happens in any section of your work during Deepthought's grading,
48-
the evaluation will stop.
49-
\end{itemize}
36+
37+
\end{itemize}

module02/subject/en.py_proj.tex

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -10,28 +10,21 @@ \chapter{Common Instructions}
1010
\item The version of Python recommended to use is 3.7, you can
1111
check the version of Python with the following command: \texttt{python -V}
1212

13-
\item The norm: during this piscine, it is recommended to follow the
13+
\item The norm: during this bootcamp, it is recommended to follow the
1414
\href{https://www.python.org/dev/peps/pep-0008/}{PEP 8 standards}, though it is not mandatory.
1515
You can install \href{https://pypi.org/project/pycodestyle}{pycodestyle} which
1616
is a tool to check your Python code.
17-
1817
\item The function \texttt{eval} is never allowed.
19-
2018
\item The exercises are ordered from the easiest to the hardest.
21-
2219
\item Your exercises are going to be evaluated by someone else,
23-
so make sure that your variable names and function names are appropriate and civil.
24-
20+
so make sure that your variable names and function names are appropriate and civil.
2521
\item Your manual is the internet.
2622

2723
\item If you are a student from 42, you can access our Discord server
2824
on \href{https://discord.com/channels/887850395697807362/887850396314398720}{42 student's associations portal} and ask your
29-
questions to your peers in the dedicated Bootcamp channel.
25+
questions to your peers in the dedicated Bootcamp channel.
3026

31-
\item You can also ask questions in the \texttt{\#bootcamps} channel on Slack at \href{https://42-ai.slack.com}{42AI}
32-
or \href{42born2code.slack.com}{42born2code}.
33-
34-
\item If you find any issue or mistakes in the subject please create an issue on \href{https://github.com/42-AI/bootcamp_python/issues}{42AI repository on Github}.
27+
\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}.
3528

3629
\item We encourage you to create test programs for your
3730
project even though this work \textbf{won't have to be
@@ -40,10 +33,5 @@ \chapter{Common Instructions}
4033
those tests especially useful during your defence. Indeed,
4134
during defence, you are free to use your tests and/or the
4235
tests of the peer you are evaluating.
43-
44-
\item Submit your work to your assigned git repository. Only the work in the
45-
git repository will be graded. If Deepthought is assigned to grade your
46-
work, it will be run after your peer-evaluations.
47-
If an error happens in any section of your work during Deepthought's grading,
48-
the evaluation will stop.
36+
4937
\end{itemize}

module03/subject/en.py_proj.tex

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -10,28 +10,21 @@ \chapter{Common Instructions}
1010
\item The version of Python recommended to use is 3.7, you can
1111
check the version of Python with the following command: \texttt{python -V}
1212

13-
\item The norm: during this piscine, it is recommended to follow the
13+
\item The norm: during this bootcamp, it is recommended to follow the
1414
\href{https://www.python.org/dev/peps/pep-0008/}{PEP 8 standards}, though it is not mandatory.
1515
You can install \href{https://pypi.org/project/pycodestyle}{pycodestyle} which
1616
is a tool to check your Python code.
17-
1817
\item The function \texttt{eval} is never allowed.
19-
2018
\item The exercises are ordered from the easiest to the hardest.
21-
2219
\item Your exercises are going to be evaluated by someone else,
23-
so make sure that your variable names and function names are appropriate and civil.
24-
20+
so make sure that your variable names and function names are appropriate and civil.
2521
\item Your manual is the internet.
2622

2723
\item If you are a student from 42, you can access our Discord server
2824
on \href{https://discord.com/channels/887850395697807362/887850396314398720}{42 student's associations portal} and ask your
2925
questions to your peers in the dedicated Bootcamp channel.
3026

31-
\item You can also ask questions in the \texttt{\#bootcamps} channel on Slack at \href{https://42-ai.slack.com}{42AI}
32-
or \href{42born2code.slack.com}{42born2code}.
33-
34-
\item If you find any issue or mistakes in the subject please create an issue on \href{https://github.com/42-AI/bootcamp_python/issues}{42AI repository on Github}.
27+
\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}.
3528

3629
\item We encourage you to create test programs for your
3730
project even though this work \textbf{won't have to be
@@ -40,10 +33,5 @@ \chapter{Common Instructions}
4033
those tests especially useful during your defence. Indeed,
4134
during defence, you are free to use your tests and/or the
4235
tests of the peer you are evaluating.
43-
44-
\item Submit your work to your assigned git repository. Only the work in the
45-
git repository will be graded. If Deepthought is assigned to grade your
46-
work, it will be run after your peer-evaluations.
47-
If an error happens in any section of your work during Deepthought's grading,
48-
the evaluation will stop.
36+
4937
\end{itemize}

module04/subject/en.py_proj.tex

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -10,28 +10,21 @@ \chapter{Common Instructions}
1010
\item The version of Python recommended to use is 3.7, you can
1111
check the version of Python with the following command: \texttt{python -V}
1212

13-
\item The norm: during this piscine, it is recommended to follow the
13+
\item The norm: during this bootcamp, it is recommended to follow the
1414
\href{https://www.python.org/dev/peps/pep-0008/}{PEP 8 standards}, though it is not mandatory.
1515
You can install \href{https://pypi.org/project/pycodestyle}{pycodestyle} which
1616
is a tool to check your Python code.
17-
1817
\item The function \texttt{eval} is never allowed.
19-
2018
\item The exercises are ordered from the easiest to the hardest.
21-
2219
\item Your exercises are going to be evaluated by someone else,
2320
so make sure that your variable names and function names are appropriate and civil.
24-
2521
\item Your manual is the internet.
2622

2723
\item If you are a student from 42, you can access our Discord server
2824
on \href{https://discord.com/channels/887850395697807362/887850396314398720}{42 student's associations portal} and ask your
2925
questions to your peers in the dedicated Bootcamp channel.
3026

31-
\item You can also ask questions in the \texttt{\#bootcamps} channel on Slack at \href{https://42-ai.slack.com}{42AI}
32-
or \href{42born2code.slack.com}{42born2code}.
33-
34-
\item If you find any issue or mistakes in the subject please create an issue on \href{https://github.com/42-AI/bootcamp_python/issues}{42AI repository on Github}.
27+
\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}.
3528

3629
\item We encourage you to create test programs for your
3730
project even though this work \textbf{won't have to be
@@ -40,10 +33,5 @@ \chapter{Common Instructions}
4033
those tests especially useful during your defence. Indeed,
4134
during defence, you are free to use your tests and/or the
4235
tests of the peer you are evaluating.
43-
44-
\item Submit your work to your assigned git repository. Only the work in the
45-
git repository will be graded. If Deepthought is assigned to grade your
46-
work, it will be run after your peer-evaluations.
47-
If an error happens in any section of your work during Deepthought's grading,
48-
the evaluation will stop.
36+
4937
\end{itemize}

0 commit comments

Comments
 (0)