Programming Resources : Différence entre versions

De Transport
(Python)
(Python)
Ligne 5 : Ligne 5 :
  
 
=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, and simple [[PythonHowTo|how-to]] to install Python
 
* Official Python tutorial https://docs.python.org/3/tutorial/index.html (in [https://docs.python.org/fr/3/tutorial/ French] and the tutor (step by step visualization of the program) https://pythontutor.com/
 
* Official Python tutorial https://docs.python.org/3/tutorial/index.html (in [https://docs.python.org/fr/3/tutorial/ French] and the tutor (step by step visualization of the program) https://pythontutor.com/
 
* Python 1-h video tutorial https://www.youtube.com/watch?v=kqtD5dpn9C8
 
* Python 1-h video tutorial https://www.youtube.com/watch?v=kqtD5dpn9C8

Version du 16 juillet 2026 à 01:28

General

Python

R

Databases

Version Control

Other Languages

  • p5js: porting of processing in javascript (video lessons by Adam Shiffman at https://thecodingtrain.com)
  • Octave: Matlab clone
  • C/C++: GCC compiler, cygwing or MinGW environnements (Windows)