Programming Resources : Différence entre versions

De Transport
(R)
(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 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
 
* [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)
 +
* [https://www.w3resource.com/python-exercises Hundreds of Python exercises]
 +
* [https://github.com/jakevdp/WhirlwindTourOfPython A Whirlwind Tour of Python]
 +
* [https://www.learnpython.org LearnPython.org]
 +
* in French
 +
** [https://www.youtube.com/playlist?list=PLfALbWbNPl4bSWH-Pbj3iIb_TVQdr99pH liste des vidéos du cours INF1005D]
 +
** [https://openclassrooms.com/fr/courses/235344-apprenez-a-programmer-en-python Openclassrooms - Apprenez à programmer en Python]
 +
** [https://python.doctor/ Apprendre le langage de programmation python]
 
* Online books:
 
* Online books:
 
** [http://greenteapress.com/wp/think-python/ Think Python]
 
** [http://greenteapress.com/wp/think-python/ Think Python]

Version du 22 mai 2024 à 14:01

General

Python

R

Databases

Version Control

Other Languages