The Wayback Machine - https://web.archive.org/web/20220323004033/https://github.com/topics/learn-to-code
Here are
1,261 public repositories
matching this topic...
freeCodeCamp.org's open-source codebase and curriculum. Learn to code for free.
Updated
Mar 22, 2022
JavaScript
A book series on JavaScript.
@YDKJS on twitter.
Short JavaScript code snippets for all your development needs
Updated
Mar 22, 2022
JavaScript
FCC China open source codebase and curriculum. Learn to code and help nonprofits.
Short CSS code snippets for all your development needs
Collection of various algorithms in mathematics, machine learning, computer science, physics, etc implemented in C for educational purposes.
A collection of simple python mini projects to enhance your python skills
Updated
Mar 20, 2022
Python
A curated collection of common interview questions to help you prepare for your next interview.
Updated
Feb 26, 2022
JavaScript
Updated
Mar 12, 2022
Assembly
Short Python code snippets for all your development needs
Updated
Mar 22, 2022
Python
Learn You The Node.js For Much Win! An intro to Node.js via a set of self-guided workshops.
Fork this template for the 100 days journal - to keep yourself accountable (multiple languages available)
A kickstarter guide to writing ES6
Short React code snippets for all your development needs
Updated
Mar 22, 2022
JavaScript
Updated
Nov 25, 2021
JavaScript
Ultimate Python study guide for newcomers and professionals alike. 🐍 🐍 🐍
Updated
Feb 25, 2022
Python
A curated list of resources for devs and designers. Join me on devcord.com if you are up for a chit chat :)
📚 A learning path for Full-stack web development
GitBook teaching programming basics with Javascript
A complete guide to start and improve in machine learning (ML), artificial intelligence (AI) in 2022 without ANY background in the field and stay up-to-date with the latest news and state-of-the-art techniques!
An opinionated guide on how to become a professional Web/Mobile App Developer.
Short PHP code snippets for all your development needs
🏫 Hack Club is a nonprofit network of computer science clubs where members learn to code through tinkering and building projects
Updated
Mar 20, 2022
JavaScript
Course materials and handouts for #100DaysOfCode in Python course
Updated
Dec 17, 2021
Jupyter Notebook
Educational computer programming environment using Haskell
Updated
Feb 9, 2022
Haskell
a.k.a. 180 Websites in 180 Days
Updated
Jul 13, 2021
HTML
All the Git-it Workshop completers!
Updated
Mar 22, 2022
Rich Text Format
Learn Python for free using open-source notebooks in Hebrew.
Updated
Mar 13, 2022
Jupyter Notebook
Improve this page
Add a description, image, and links to the
learn-to-code
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
learn-to-code
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
In Exercises 10.1, the
outer product
inTake the outer product of a vector v with itself and assign it to variable cross_v
should becross product
.