Skip to content

Commit

Permalink
First chapter.
Browse files Browse the repository at this point in the history
  • Loading branch information
phe-sto committed Oct 7, 2024
1 parent 0c43737 commit f65fed1
Show file tree
Hide file tree
Showing 34 changed files with 1,672 additions and 1,344 deletions.
1,044 changes: 1,044 additions & 0 deletions 1_premiers_pas.ipynb

Large diffs are not rendered by default.

Empty file modified checkmytex.sh
100644 → 100755
Empty file.
Empty file modified compile-latex.sh
100644 → 100755
Empty file.
Empty file modified compress-image.sh
100644 → 100755
Empty file.
Empty file modified compress-pdf.sh
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion conditions_boucles.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
{
"metadata": {},
"cell_type": "markdown",
"source": "Il existe des opérateurs permettant de tester l'égalité ou l'inégalité entre différentes données. Ces opérateurs peuvent être utilisés avec différents types de données. Attention, un même opérateur peut avoir iun comportement différent en fonction du type de données traité. "
"source": "Il existe des opérateurs permettant de tester l'égalité ou l'inégalité entre différentes données. Ces opérateurs peuvent être utilisés avec différents types de données. Attention, un même opérateur peut avoir un comportement différent en fonction du type de données traité. "
},
{
"metadata": {},
Expand Down
Binary file added doc/image/Pycharm-after-analysis.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/image/Pycharm-before-analysis.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/image/Pycharm-minimap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/image/Pycharm-waring-in-code.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/image/Qodana-result.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/image/code-inter-vs-compiled.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/image/github-stats.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/image/guido-van-rossum.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/image/jupyter-notebook.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc/image/pop-france.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/image/pycharm-notebook-repl.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/image/pypi-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/image/python-gift.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed doc/image/python-logo.jpg
Binary file not shown.
Binary file added doc/image/python-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/image/repl.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/image/sun-java-logo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/image/survey-ides.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/image/survey-install.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/image/survey-packaging.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/image/survey-usage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/image/useless-python.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
592 changes: 497 additions & 95 deletions doc/python.tex

Large diffs are not rendered by default.

10 changes: 3 additions & 7 deletions employee.csv
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
"id";"name";"age";"salary";"dept_id"
0;"John";30;1000;0
1;"Jane";25;1500;0
2;"Doe";35;2000;1
3;"Steeve";40;2000;0
4;"Smith";40;2500;1
5;"Brown";45;3000;2
12;Janis;25;1500;1
14;Hervé;23;1500;1
15;David;27;1500;1
Loading

0 comments on commit f65fed1

Please sign in to comment.