From 763039d5e8fabcfa169072189425c67a4e35992d Mon Sep 17 00:00:00 2001 From: Jiri Adam Jr Date: Mon, 26 Oct 2020 21:58:48 -0500 Subject: [PATCH] free-programming-cheatsheets.md (#4752) * free-programming-cheatsheets.md I have used both of these links during College and they have saved me from hours of searching for help, just by going too these websites. * Update free-programming-cheatsheets.md --- free-programming-cheatsheets.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/free-programming-cheatsheets.md b/free-programming-cheatsheets.md index 4f6f11bc..0144e57d 100644 --- a/free-programming-cheatsheets.md +++ b/free-programming-cheatsheets.md @@ -37,6 +37,7 @@ * [JavaScript Cheatsheet](https://www.codecademy.com/learn/introduction-to-javascript/modules/learn-javascript-introduction/cheatsheet) - Codecademy (HTML) * [JavaScript Regex Cheatsheet](https://www.debuggex.com/cheatsheet/regex/javascript) - Debuggex (HTML) +* [JavaScript WorldWide Cheatsheet](https://cheatography.com/davechild/cheat-sheets/javascript/) - Cheatography (JavaScript) #### Vue.js @@ -62,3 +63,4 @@ ### Python * [Comprehensive Python Cheatsheet](https://gto76.github.io/python-cheatsheet) - Jure Ĺ orn (HTML) +* [Python WorldWide Cheatsheet](https://cheatography.com/davechild/cheat-sheets/python/) - Cheatography (Python)