Programming Resources : Différence entre versions

De Transport
(Python)
(General)
 
Ligne 3 : Ligne 3 :
 
* Getting started (Creative Coding for Beginners - Full Course! by Adam Shiffman) https://thecodingtrain.com/guides/getting-started
 
* Getting started (Creative Coding for Beginners - Full Course! by Adam Shiffman) https://thecodingtrain.com/guides/getting-started
 
* [[DataScienceResources|Data science resources]]
 
* [[DataScienceResources|Data science resources]]
 +
 +
It is indispensable to use a good text editor with essential functionalities such as text coloring and parenthesis highlighting like [http://notepad-plus-plus.org notepad++] on Windows, [http://projects.gnome.org/gedit/ gedit] or [https://www.gnu.org/software/emacs/ Emacs] (for Windows, Mac and Linux).
  
 
=Python=
 
=Python=

Version actuelle en date du 16 juillet 2026 à 01:40

General

It is indispensable to use a good text editor with essential functionalities such as text coloring and parenthesis highlighting like notepad++ on Windows, gedit or Emacs (for Windows, Mac and Linux).

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)