-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add feuille de route 2024 * fix issues * black
- Loading branch information
Showing
57 changed files
with
432 additions
and
297 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
2024-09-04 : ENSAE | ||
================== | ||
|
||
**Notions à maîtriser** | ||
|
||
* éléments de bases du langages (boucles, listes, tests, fonctions) | ||
* classes (attributes, méthodes, opérateurs, héritages) | ||
* graphes, arbre | ||
* numpy (opérations standard, broadcasting) | ||
* format de données (JSON, XML, HTML, csv) | ||
* tests unitaires (package unittest, git, pull request) | ||
* algorithmes | ||
* tri fusion | ||
* recherche dichotomique | ||
* graphes (composantes connexes, Kruskal, ...) | ||
* programmation dynamique (chemin plus court dans un graphe, distance d'édition) | ||
* problème NP-complet tels que le voyageur de commerce | ||
|
||
**Notions non abordées** | ||
|
||
Elles le seront en seconde année et non en première année : manipulation de données, pandas, machine learning. | ||
|
||
**Evaluation** | ||
|
||
1 TD noté. Les classes seront abordées et un problème algorithmique. | ||
Voir aussi les précédents énoncés : :ref:`l-exams`. | ||
|
||
**Ressources** | ||
|
||
* Ce site : `sdpython.github.io/doc/teachpyx/dev/ <https://sdpython.github.io/doc/teachpyx/dev/>`_ | ||
* :ref:`l-book-python` | ||
* exercices sur le langage :ref:`l-python` | ||
* exercices sur des algortihmes :ref:`l-algo` | ||
* examens passés :ref:`l-exams` | ||
* :ref:`Plan suivi en 2023 <l-feuille-route-2023>` | ||
* `Des aspects plus mathématiques d'algorithmes <https://sdpython.github.io/doc/mlstatpy/dev/>`_ | ||
|
||
**Problème** | ||
|
||
Comment écrire un algorithme capable de créer une grille de sudoku ? | ||
|
||
.. image:: sudoku.png | ||
|
||
**Getting Started** | ||
|
||
* `cheat sheet python <https://perso.limsi.fr/pointal/_media/python:cours:mementopython3-english.pdf>`_ | ||
* `Anaconda <https://www.anaconda.com/>`_, | ||
`miniconda <https://docs.conda.io/projects/miniconda/en/latest/>`_, | ||
`mamba <https://mamba.readthedocs.io/en/latest/installation/mamba-installation.html>`_ | ||
* `Visual Studio Code <https://code.visualstudio.com/>`_ | ||
* `git <https://git-scm.com/>`_, `github <https://github.com/>`_ | ||
* `notebook <https://jupyter.org/>`_ | ||
|
||
**Sujets connexes** | ||
|
||
* Open source et économie du logiciel... | ||
* Ingéniérie logicielle ou comment produire un logiciel fiable en collaboration... | ||
* Notion de `test unitaire <https://fr.wikipedia.org/wiki/Test_unitaire>`_, | ||
`intégration continue <https://fr.wikipedia.org/wiki/Int%C3%A9gration_continue>`_. | ||
|
||
**Demain** | ||
|
||
* Intelligence artificielle et puissance de calcul, NVidia | ||
* Objets connectés... | ||
* Quantique... | ||
|
||
**Hier** | ||
|
||
:ref:`l-feuille-route-2023` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
2024-11-31 : rappel feuille de route 2024 | ||
========================================= | ||
|
||
Séance 1 | ||
++++++++ | ||
|
||
Séance 2 | ||
++++++++ | ||
|
||
Séance 3 | ||
++++++++ | ||
|
||
Séance 4 | ||
++++++++ | ||
|
||
Séance 5 | ||
++++++++ | ||
|
||
Séance 6 | ||
++++++++ | ||
|
||
Séance 7 | ||
++++++++ | ||
|
||
Séance 8 | ||
++++++++ | ||
|
||
|
||
TD noté 1h30 en seconde partie. | ||
Classes et un algorithme. | ||
Enoncés des années précédentes : | ||
:ref:`l-exams`. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.