Here are
1,282 public repositories
matching this topic...
freeCodeCamp.org's open-source codebase and curriculum. Learn to code for free.
Updated
May 19, 2022
TypeScript
A book series on JavaScript.
@YDKJS on twitter.
Short JavaScript code snippets for all your development needs
Updated
May 14, 2022
JavaScript
FCC China open source codebase and curriculum. Learn to code and help nonprofits.
Short CSS code snippets for all your development needs
A collection of simple python mini projects to enhance your python skills
Updated
May 12, 2022
Python
A curated collection of common interview questions to help you prepare for your next interview.
Updated
May 16, 2022
JavaScript
Updated
May 12, 2022
Assembly
Short Python code snippets for all your development needs
Updated
Mar 23, 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
May 1, 2022
JavaScript
Updated
Apr 7, 2022
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
An opinionated guide on how to become a professional Web/Mobile App Developer.
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!
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
May 18, 2022
JavaScript
Course materials and handouts for #100DaysOfCode in Python course
Updated
Mar 29, 2022
Jupyter Notebook
Educational computer programming environment using Haskell
Updated
Apr 13, 2022
Haskell
a.k.a. 180 Websites in 180 Days
Updated
Jul 13, 2021
HTML
All the Git-it Workshop completers!
Updated
May 18, 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
.