Références générales et conseils de lecture: Difference between revisions
Jump to navigation
Jump to search
(3 intermediate revisions by the same user not shown) | |||
Line 9: | Line 9: | ||
<!--* [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