Références générales et conseils de lecture: Difference between revisions
Jump to navigation
Jump to search
Wiki-cours (talk | contribs) |
|||
(7 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
[[Programmation_et_données_numériques_M1_Physique_Appliquée|<-- Site du cours]] | |||
== En français == | == En français == | ||
Sur le langage Python et les librairies scientifiques: | Sur le langage Python et les librairies scientifiques: | ||
* [ | * [https://docs.python.org/fr/3.13/tutorial/index.html Référence officielle de Python 3.13] | ||
* [http://www.france-ioi.org/algo/chapters.php Cours introductif et interactif] | * [http://www.france-ioi.org/algo/chapters.php Cours introductif et interactif] (France-IOI) | ||
* [http://python.lycee.free.fr/index.html Python au lycée] | * [http://python.lycee.free.fr/index.html Python au lycée] | ||
* [http://www.courspython.com/sommaire.html Cours Python] | * [http://www.courspython.com/sommaire.html Cours Python] | ||
* [http://enacit1.epfl.ch/introduction-python/ Cours Python EPFL] | <!--* [http://enacit1.epfl.ch/introduction-python/ Cours Python EPFL] --> | ||
* [https://fr.wikibooks.org/wiki/Programmation_Python Wikilivre Programmation Python] | * [https://fr.wikibooks.org/wiki/Programmation_Python Wikilivre Programmation Python] | ||
* [http://liris.cnrs.fr/~crigotti/python/index.html Cours Python Insa] (visiblement en Python 2.7) | <!---* [http://liris.cnrs.fr/~crigotti/python/index.html Cours Python Insa] (visiblement en Python 2.7) --> | ||
* [http://www.dsimb.inserm.fr/~fuchs/python/python-node1.html Cours Python Paris Diderot] | * [http://www.dsimb.inserm.fr/~fuchs/python/python-node1.html Cours Python Paris Diderot] | ||
<!-- * [http://python-prepa.github.io/ Formation à Python scientifique] --> | <!-- * [http://python-prepa.github.io/ Formation à Python scientifique] --> | ||
* [http://apprendre-python.com/ Apprendre Python] | <!-- * [http://apprendre-python.com/ Apprendre Python] --> | ||
* [http://mathcpge.org/index.php?option=com_content&view=article&id=55&Itemid=146 Informatique pour tous en CPGE] | <!-- * [http://mathcpge.org/index.php?option=com_content&view=article&id=55&Itemid=146 Informatique pour tous en CPGE] --> | ||
== En anglais == | == En anglais == | ||
* [ | * [https://diveintopython3.net Dive into Python] | ||
* [http://scipy-lectures.github.io/ Scipy lectures] | * [http://scipy-lectures.github.io/ Scipy lectures] | ||
* [http://docs.scipy.org/doc/numpy/reference/index.html Numpy reference] | * [http://docs.scipy.org/doc/numpy/reference/index.html Numpy reference] | ||
Sur l'utilisation de IPython | Sur l'utilisation de IPython | ||
* http://ipython.org/index.html | * http://ipython.org/index.html |
Latest revision as of 16:02, 5 September 2025
En français
Sur le langage Python et les librairies scientifiques:
- Référence officielle de Python 3.13
- Cours introductif et interactif (France-IOI)
- Python au lycée
- Cours Python
- Wikilivre Programmation Python
- Cours Python Paris Diderot
En anglais
Sur l'utilisation de IPython