====== Langages de programmation ====== * [[projet_perso_exercices|Retour expérience personnel sur la réalisation d'un gros site web moderne]] ===== Les langages ===== D'autres langages pour ne pas se limiter à [[.python:presentation|Python]], pour voir ce qui change et ce qui est semblable. * [[.:python:start|Python]] * [[langages:java:start|Java]] * [[.:processing:start|Processing]] * [[.js:start|Javascript]] * [[.:c:start|C]] * [[.:cpp:start|C++]] * [[.:lua:start|lua]] * [[.ocaml:start|Ocaml]] * [[.go:start|Go]] * [[.rust:start|Rust]] * [[langages:swift:start|Swift]] * [[langages:kotlin:start|Kotlin]] * [[langages:bash:start|Bash]] * [[langages:php:start|PHP]] * [[langages:lisp:start|Lisp]] * [[langages:julia:start|Julia]] * [[langages:fortran:start|Fortran]] * [[langages:cobol:start|COBOL]] * [[.html:start|HTML]] ===== Les playgrounds pour éviter d'installer chez soi ===== * [[https://cplayground.com/|C playground]], par défaut en C++ mais vous pouvez adapter la configuration pour une compilation C * [[https://play.rust-lang.org/|Rust Playground]] * [[https://www.typescriptlang.org/play?filetype=js#code|Javascript sans html]] -- sur un site plutôt fait pour [[langages:typescript:start|TypeScript]] ===== Les modules ===== * [[nsi:modules:pile|pile]] * [[nsi:modules:graph|graph]] * [[nsi:modules:numpy|Numpy]] * [[nsi:modules:tkinter:start|Tkinter]] * [[nsi:modules:matplolib_pyplot|Graphiques avec Matplotlib]] * [[nsi:modules:pygame|Jeu avec Pygame]]