/usr/share/doc/sreeglug
the community knowledge archive — documentation, tutorials, books, links
-
featured Tutorial Programming
The Missing Semester of Your CS Education (MIT)
Shell, editors, git, debugging, data wrangling — everything a CS degree skips. Essential.
-
Book Programming
Structure and Interpretation of Computer Programs (SICP)
The classic MIT text on programming fundamentals, free HTML edition.
-
Book Programming
Crafting Interpreters (book)
Build two complete interpreters from scratch, free to read online — the friendliest way to meet compilers.
-
Tutorial Programming
Exercism
Free practice exercises in 60+ languages with human mentor feedback.
-
External Link Programming
Teach Yourself Computer Science
A curated roadmap: which 9 subjects to self-study and exactly which books/lectures to use.
-
Tutorial Programming
The Odin Project
A free, open-source full curriculum for web development that makes you build real projects.
-
Tutorial Programming
freeCodeCamp
Thousands of hands-on exercises and full certifications — web, data, Python and more.
-
Tutorial Programming
CS50: Introduction to Computer Science (Harvard, free)
The famous first CS course — C, Python, SQL and web, with great problem sets. Free to audit.
-
Documentation Programming
MDN Web Docs
The reference for HTML, CSS, JavaScript and web standards.
-
Tutorial Programming
The official Python tutorial
Reads like a book, ships with the language — start here for Python.