Programming Resources : Différence entre versions

De Transport
(Python)
(Python)
Ligne 7 : Ligne 7 :
 
* Official Python tutorial https://docs.python.org/3/tutorial/index.html
 
* Official Python tutorial https://docs.python.org/3/tutorial/index.html
 
** in particular the tutor allowing the visualization of programmation (step by step going through the program) [http://people.csail.mit.edu/pgbovine/python/ Python Tutor]
 
** in particular the tutor allowing the visualization of programmation (step by step going through the program) [http://people.csail.mit.edu/pgbovine/python/ Python Tutor]
* [https://github.com/jakevdp/WhirlwindTourOfPython A Whirlwind Tour of Python]
+
* [https://github.com/jakevdp/WhirlwindTourOfPython A Whirlwind Tour of Python] and [https://jakevdp.github.io/PythonDataScienceHandbook/ Python Data Science Handbook]
 
* [https://www.w3resource.com/python-exercises Hundreds of Python exercises]
 
* [https://www.w3resource.com/python-exercises Hundreds of Python exercises]
 
* [http://software-carpentry.org/lessons Software Carpentry lessons], in particular https://swcarpentry.github.io/python-novice-inflammation/ and http://swcarpentry.github.io/python-novice-gapminder (lessons and videos)
 
* [http://software-carpentry.org/lessons Software Carpentry lessons], in particular https://swcarpentry.github.io/python-novice-inflammation/ and http://swcarpentry.github.io/python-novice-gapminder (lessons and videos)

Version du 15 octobre 2021 à 16:02

Tutorials

General

Python

R

Databases

Version Control

Other Languages