You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: module00/subject/en.py_proj.tex
+1-9Lines changed: 1 addition & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -24,9 +24,6 @@ \chapter{Common Instructions}
24
24
on \href{https://discord.com/channels/887850395697807362/887850396314398720}{42 student's associations portal} and ask your
25
25
questions to your peers in the dedicated Bootcamp channel.
26
26
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
-
30
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}.
31
28
32
29
\item We encourage you to create test programs for your
@@ -36,10 +33,5 @@ \chapter{Common Instructions}
36
33
those tests especially useful during your defence. Indeed,
37
34
during defence, you are free to use your tests and/or the
38
35
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,
Copy file name to clipboardExpand all lines: module01/subject/en.py_proj.tex
+6-18Lines changed: 6 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -10,28 +10,21 @@ \chapter{Common Instructions}
10
10
\item The version of Python recommended to use is 3.7, you can
11
11
check the version of Python with the following command: \texttt{python -V}
12
12
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
14
14
\href{https://www.python.org/dev/peps/pep-0008/}{PEP 8 standards}, though it is not mandatory.
15
15
You can install \href{https://pypi.org/project/pycodestyle}{pycodestyle} which
16
16
is a tool to check your Python code.
17
-
18
17
\item The function \texttt{eval} is never allowed.
19
-
20
18
\item The exercises are ordered from the easiest to the hardest.
21
-
22
19
\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.
25
21
\item Your manual is the internet.
26
22
27
23
\item If you are a student from 42, you can access our Discord server
28
24
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.
30
26
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}.
35
28
36
29
\item We encourage you to create test programs for your
37
30
project even though this work \textbf{won't have to be
@@ -40,10 +33,5 @@ \chapter{Common Instructions}
40
33
those tests especially useful during your defence. Indeed,
41
34
during defence, you are free to use your tests and/or the
42
35
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,
Copy file name to clipboardExpand all lines: module02/subject/en.py_proj.tex
+5-17Lines changed: 5 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -10,28 +10,21 @@ \chapter{Common Instructions}
10
10
\item The version of Python recommended to use is 3.7, you can
11
11
check the version of Python with the following command: \texttt{python -V}
12
12
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
14
14
\href{https://www.python.org/dev/peps/pep-0008/}{PEP 8 standards}, though it is not mandatory.
15
15
You can install \href{https://pypi.org/project/pycodestyle}{pycodestyle} which
16
16
is a tool to check your Python code.
17
-
18
17
\item The function \texttt{eval} is never allowed.
19
-
20
18
\item The exercises are ordered from the easiest to the hardest.
21
-
22
19
\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.
25
21
\item Your manual is the internet.
26
22
27
23
\item If you are a student from 42, you can access our Discord server
28
24
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.
30
26
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}.
35
28
36
29
\item We encourage you to create test programs for your
37
30
project even though this work \textbf{won't have to be
@@ -40,10 +33,5 @@ \chapter{Common Instructions}
40
33
those tests especially useful during your defence. Indeed,
41
34
during defence, you are free to use your tests and/or the
42
35
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,
Copy file name to clipboardExpand all lines: module03/subject/en.py_proj.tex
+4-16Lines changed: 4 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -10,28 +10,21 @@ \chapter{Common Instructions}
10
10
\item The version of Python recommended to use is 3.7, you can
11
11
check the version of Python with the following command: \texttt{python -V}
12
12
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
14
14
\href{https://www.python.org/dev/peps/pep-0008/}{PEP 8 standards}, though it is not mandatory.
15
15
You can install \href{https://pypi.org/project/pycodestyle}{pycodestyle} which
16
16
is a tool to check your Python code.
17
-
18
17
\item The function \texttt{eval} is never allowed.
19
-
20
18
\item The exercises are ordered from the easiest to the hardest.
21
-
22
19
\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.
25
21
\item Your manual is the internet.
26
22
27
23
\item If you are a student from 42, you can access our Discord server
28
24
on \href{https://discord.com/channels/887850395697807362/887850396314398720}{42 student's associations portal} and ask your
29
25
questions to your peers in the dedicated Bootcamp channel.
30
26
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}.
35
28
36
29
\item We encourage you to create test programs for your
37
30
project even though this work \textbf{won't have to be
@@ -40,10 +33,5 @@ \chapter{Common Instructions}
40
33
those tests especially useful during your defence. Indeed,
41
34
during defence, you are free to use your tests and/or the
42
35
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,
Copy file name to clipboardExpand all lines: module04/subject/en.py_proj.tex
+3-15Lines changed: 3 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -10,28 +10,21 @@ \chapter{Common Instructions}
10
10
\item The version of Python recommended to use is 3.7, you can
11
11
check the version of Python with the following command: \texttt{python -V}
12
12
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
14
14
\href{https://www.python.org/dev/peps/pep-0008/}{PEP 8 standards}, though it is not mandatory.
15
15
You can install \href{https://pypi.org/project/pycodestyle}{pycodestyle} which
16
16
is a tool to check your Python code.
17
-
18
17
\item The function \texttt{eval} is never allowed.
19
-
20
18
\item The exercises are ordered from the easiest to the hardest.
21
-
22
19
\item Your exercises are going to be evaluated by someone else,
23
20
so make sure that your variable names and function names are appropriate and civil.
24
-
25
21
\item Your manual is the internet.
26
22
27
23
\item If you are a student from 42, you can access our Discord server
28
24
on \href{https://discord.com/channels/887850395697807362/887850396314398720}{42 student's associations portal} and ask your
29
25
questions to your peers in the dedicated Bootcamp channel.
30
26
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}.
35
28
36
29
\item We encourage you to create test programs for your
37
30
project even though this work \textbf{won't have to be
@@ -40,10 +33,5 @@ \chapter{Common Instructions}
40
33
those tests especially useful during your defence. Indeed,
41
34
during defence, you are free to use your tests and/or the
42
35
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,
0 commit comments