Programming Resources : Différence entre versions

De Transport
(Python)
(Python)
Ligne 3 : Ligne 3 :
 
* video lessons by Adam Shiffman https://vimeo.com/channels/introcompmedia
 
* video lessons by Adam Shiffman https://vimeo.com/channels/introcompmedia
 
==Python==
 
==Python==
* Tutorial for the transportation data management course CIV8760 (in French) https://github.com/nsaunier/CIV8760/blob/master/00-tutoriel.ipynb
+
* 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
 
** 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://vimeo.com/channels/introcompmedia Computer Programming for the Total Beginner]
 
* [https://vimeo.com/channels/introcompmedia Computer Programming for the Total Beginner]
 
* [https://github.com/jakevdp/WhirlwindTourOfPython A Whirlwind Tour of Python]
 
* [https://github.com/jakevdp/WhirlwindTourOfPython A Whirlwind Tour of Python]
* [http://software-carpentry.org/lessons Software Carpentry lessons], in particular https://swcarpentry.github.io/python-novice-inflammation/ (lessons and videos)
+
* [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://www.datacarpentry.org/lessons/ Data carpentry]
 
* [http://www.datacarpentry.org/lessons/ Data carpentry]
 
* [https://github.com/jupyter/jupyter/wiki/A-gallery-of-interesting-Jupyter-Notebooks Gallery of Jupyter Notebooks on programming, data science, etc.]
 
* [https://github.com/jupyter/jupyter/wiki/A-gallery-of-interesting-Jupyter-Notebooks Gallery of Jupyter Notebooks on programming, data science, etc.]

Version du 3 septembre 2020 à 22:59

Tutorials

General

Python

R

Databases

Version Control

Other Languages