Programming Resources : Différence entre versions

De Transport
Ligne 1 : Ligne 1 :
 
= Tutorials =
 
= Tutorials =
 +
==General==
 +
* 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
 
* Tutorial for the transportation data management course CIV8760 (in French) https://github.com/nsaunier/CIV8760/blob/master/00-tutoriel.ipynb
Ligne 18 : Ligne 20 :
 
==Databases==
 
==Databases==
 
* Using Databases and SQL http://swcarpentry.github.io/sql-novice-survey
 
* Using Databases and SQL http://swcarpentry.github.io/sql-novice-survey
 +
** programming
 +
=Version Control=
 +
* [[Mercurial|Mercurial]]
 +
* Others: Git, Subversion
 +
=Other Languages=
 +
* [https://p5js.org/ p5js]: porting of processing in javascript (video lessons by Adam Shiffman https://vimeo.com/channels/learningp5js)
 +
* [http://www.gnu.org/software/octave Octave]: Matlab clone
 +
* C/C++: GCC compiler, cygwing or MinGW environnements (Windows)

Version du 22 août 2019 à 16:52

Tutorials

General

Python

R

Databases

Version Control

Other Languages