Skip to content

Latest commit

 

History

History
241 lines (168 loc) · 11.7 KB

CS_and_Programming.md

File metadata and controls

241 lines (168 loc) · 11.7 KB

CS and Programming

Table of Contents


Mostly based on good learning resource links I've come across on forums like reddit/news.ycombinator/etc

Resources include both Computer science and Computer programming and other stuff like tools, self care, etc


Where to begin


Computer Science


Python


Webdev


Programming for kids


Guides


Stories


FAQs and Tips


Squash those pesky bugs


FAQs on stackexchange

Given links sort the questions by votes, see also questions under frequent and other tabs


Practice makes perfect


Practice sites


Resource lists


Books


Cheatsheets


Style guides


Toolset


IDE and Text Editors


Version control


Miscellaneous

  • Awesome Dev Env - curated list of tools, resources and workflow tips
  • free-for-dev - list of SaaS, PaaS and IaaS offerings
  • Jupyter - interactive computing across dozens of programming languages
  • Compiler Explorer - interactive compiler, code to asm for various programming languages and platforms

Forums

Read instructions provided by respective forums before asking a question. Try solving it yourself before asking - searching online, manual, ask a colleague, etc. See asking smart-questions





More to come