COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - https://web.archive.org/web/20211228125850/https://github.com/topics/learn-to-code
Here are
1,211 public repositories
matching this topic...
freeCodeCamp.org's open-source codebase and curriculum. Learn to code for free.
Updated
Dec 28, 2021
JavaScript
A book series on JavaScript.
@YDKJS on twitter.
Short JavaScript code snippets for all your development needs
Updated
Nov 15, 2021
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 curated collection of common interview questions to help you prepare for your next interview.
Updated
Sep 20, 2021
JavaScript
A collection of simple python mini projects to enhance your python skills
Updated
Dec 27, 2021
Python
Updated
Dec 27, 2021
Assembly
Short Python code snippets for all your development needs
Updated
Nov 15, 2021
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
Nov 25, 2021
JavaScript
Updated
Nov 25, 2021
JavaScript
Ultimate Python study guide for newcomers and professionals alike. 🐍 🐍 🐍
Updated
Nov 29, 2021
Python
📚 A learning path for Full-stack web development
A curated list of resources for devs and designers. Join me on devcord.com if you are up for a chit chat :)
GitBook teaching programming basics with Javascript
Short PHP code snippets for all your development needs
A complete guide to start and improve in machine learning (ML), artificial intelligence (AI) in 2021 without ANY background in the field and stay up-to-date with the latest news and state-of-the-art techniques!
🏫 Hack Club is a nonprofit network of computer science clubs where members learn to code through tinkering and building projects
Updated
Dec 15, 2021
JavaScript
An opinionated guide on how to become a professional Web/Mobile App Developer.
Course materials and handouts for #100DaysOfCode in Python course
Updated
Dec 17, 2021
Jupyter Notebook
Educational computer programming environment using Haskell
Updated
Nov 6, 2021
Haskell
a.k.a. 180 Websites in 180 Days
Updated
Jul 13, 2021
HTML
All the Git-it Workshop completers!
Updated
Dec 28, 2021
Rich Text Format
Learn Python for free using open-source notebooks in Hebrew.
Updated
Nov 7, 2021
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
.