Docs


Général

- W3Schools - Plateforme pédagogique généraliste proposant des introductions structurées et des exemples pratiques sur un large éventail de technologies

Static Badge - DevDocs.io - Référence centralisée offrant un accès unifié à la documentation de nombreux langages, frameworks et bibliothèques.


Web

- MDN - Documentation de référence pour les standards du Web : HTML, CSS, JavaScript et APIs Web.
Maintenue par Mozilla, elle fournit des contenus exhaustifs et normatifs


Scripting


Python

- Python - Documentation officielle de Python

Static Badge - The Hitchhiker's guide to Python - Guide méthodologique portant sur la structuration d'un projet Python.


Bash

Static Badge - Bash Manual - Manuel officiel du shell Bash

- You suck at programming - Le blog de Dave Eddy, orienté compréhension des outils Unix (il possède également une chaîne Youtube et un dépôt GitHub)


Programmation

Static Badge - GNU C Manual - Manuel officiel GNU décrivant le langage C

Static Badge - GNU C - Intro and Reference Manual - Document combinant introduction progressive et référence formelle.

Static Badge - GNU C - Programming Tutorial - Tutoriel détaillé orienté vers la programmation pratique

- The C language reference manual - Manuel de référence formelle du langage C, proposé par Microsoft