Programming Resources : Différence entre versions

De Transport
(Python)
(Python)
Ligne 6 : Ligne 6 :
 
=Python=
 
=Python=
 
* Resources and tutorials for the transport data management course CIV8760 (mostly in French) https://github.com/nsaunier/CIV8760/blob/master/Python/README.md
 
* Resources and tutorials for the transport data management course CIV8760 (mostly in French) https://github.com/nsaunier/CIV8760/blob/master/Python/README.md
* Official Python tutorial https://docs.python.org/3/tutorial/index.html
+
* Official Python tutorial https://docs.python.org/3/tutorial/index.html and the tutor (step by step visualization of the program) https://pythontutor.com/
** 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] and [https://jakevdp.github.io/PythonDataScienceHandbook/ Python Data Science Handbook]
+
 
* Python 1-h video tutorial https://www.youtube.com/watch?v=kqtD5dpn9C8
 
* Python 1-h video tutorial https://www.youtube.com/watch?v=kqtD5dpn9C8
* [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)
 
* Online books:
 
* Online books:

Version du 24 août 2023 à 22:46

General

Python

R

Databases

Version Control

Other Languages