Skip to content

softwareByAndi/useful-programming-resources

Repository files navigation

Useful Programming Resources

this is a repository for useful programming resources for new developers or to be used as a reference for those of us who are a bit rusty.

I'll do my best to keep this updated with links to useful tutorials, reference sheets, documentation & useful websites.

however if anyone iss willing to contribute and help populate this repository, it's much appreciated!


Sections


reference sheets

reference_sheets/README.md

includes links to:

  • useful programming reference websites
  • cheatsheets
  • language documentation

code examples

code_examples/README.md

includes links to:

  • annotated example code
  • code used in my recorded YouTube tutorials
  • example code written during Q&A sessions

design patterns

design_patterns/README.md

includes links to useful documents and tutorials for structuring your code/programs/systems to be robust, scalable and production ready


full length courses

python_tutorials/README.md

includes books and tutorials for extra practice and alternate explanations of Python concepts