Resources

A collection of useful tools and references to support your learning and development in computer science.


🛠️ Tools

Code Editors

  • Visual Studio Code – Lightweight and powerful editor with great extensions.
  • Sublime Text – Fast and responsive editor with a clean interface.
  • Atom – A hackable text editor from GitHub.

Compilers / Runtimes

  • Replit – Online IDE for many languages, great for quick testing.
  • JDoodle – Online compiler for C, Java, Python, and more.
  • PythonAnywhere – Web-based Python environment.

Playgrounds

  • CodePen – Front-end playground for HTML, CSS, and JS.
  • JSFiddle – Another great sandbox for web projects.
  • Playcode – Instant JavaScript playground with live preview.

📄 Cheat Sheets