Programming Resources : Différence entre versions
De Transport
m (NicolasSaunier a déplacé la page ProgrammingResources vers Programming Resources) |
(→Tutorials) |
||
Ligne 1 : | Ligne 1 : | ||
= Tutorials = | = Tutorials = | ||
− | + | ==Python== | |
* Tutorial for the transportation data management course CIV8760 (in French) https://github.com/nsaunier/CIV8760/blob/master/00-tutoriel.ipynb | * Tutorial for the transportation data management course CIV8760 (in French) https://github.com/nsaunier/CIV8760/blob/master/00-tutoriel.ipynb | ||
* Official Python tutorial https://docs.python.org/3/tutorial/index.html | * Official Python tutorial https://docs.python.org/3/tutorial/index.html | ||
Ligne 13 : | Ligne 13 : | ||
** [http://www.diveinto.org/python3/ Dive into Python 3] and [http://www.diveintopython.net/ Dive into Python] | ** [http://www.diveinto.org/python3/ Dive into Python 3] and [http://www.diveintopython.net/ Dive into Python] | ||
* Older tutorials http://n.saunier.free.fr/saunier/teaching/workshop/12-09-script-ta-ville.html, [[SeminaireInfo|Séminaire appliqué sur les outils informatiques de traitement de données (2011)]] | * Older tutorials http://n.saunier.free.fr/saunier/teaching/workshop/12-09-script-ta-ville.html, [[SeminaireInfo|Séminaire appliqué sur les outils informatiques de traitement de données (2011)]] | ||
+ | ==Databases== | ||
+ | * Using Databases and SQL http://swcarpentry.github.io/sql-novice-survey |
Version du 14 août 2019 à 14:33
Tutorials
Python
- Tutorial for the transportation data management course CIV8760 (in French) https://github.com/nsaunier/CIV8760/blob/master/00-tutoriel.ipynb
- 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) Python Tutor
- Computer Programming for the Total Beginner
- A Whirlwind Tour of Python
- Software Carpentry lessons, in particular https://swcarpentry.github.io/python-novice-inflammation/ (lessons and videos)
- Data carpentry
- Gallery of Jupyter Notebooks on programming, data science, etc.
- Online books:
- Older tutorials http://n.saunier.free.fr/saunier/teaching/workshop/12-09-script-ta-ville.html, Séminaire appliqué sur les outils informatiques de traitement de données (2011)
Databases
- Using Databases and SQL http://swcarpentry.github.io/sql-novice-survey