From e6524c8bf29c86f065f2aa3c5df0c5527dad367b Mon Sep 17 00:00:00 2001 From: Shantanu Nighot <66414155+magbanum@users.noreply.github.com> Date: Fri, 1 Oct 2021 20:49:39 +0530 Subject: [PATCH] Add Practical Python Course & MongoDB Cheat Sheet (#5639) * Added Practical Python: An Immersive Python Course * Added MongoDB Cheat Sheet * Ordered Alphabetically --- courses/free-courses-en.md | 1 + more/free-programming-cheatsheets.md | 1 + 2 files changed, 2 insertions(+) diff --git a/courses/free-courses-en.md b/courses/free-courses-en.md index e01bcaad..dcdf80a1 100644 --- a/courses/free-courses-en.md +++ b/courses/free-courses-en.md @@ -658,6 +658,7 @@ * [Learn Python Tutorial](https://www.kaggle.com/learn/python) (Kaggle) * [Learn to program in Python](https://www.codecademy.com/learn/python) * [Learn to Program: The Fundamentals](https://www.coursera.org/learn/learn-to-program) (Coursera) +* [Practical Python: An Immersive Python Course](https://practical.learnpython.dev) - Nina Zakharenko * [Practical Python Programming](https://dabeaz-course.github.io/practical-python/) - David Beazley * [Programming Foundations with Python](https://www.udacity.com/course/programming-foundations-with-python--ud036) (Udacity) * [Python 3](https://www.sololearn.com/Course/Python/) (SoloLearn) diff --git a/more/free-programming-cheatsheets.md b/more/free-programming-cheatsheets.md index c26e666e..d4f80d35 100644 --- a/more/free-programming-cheatsheets.md +++ b/more/free-programming-cheatsheets.md @@ -131,6 +131,7 @@ ### MongoDB +* [MongoDB Cheat Sheet](https://www.mongodb.com/developer/quickstart/cheat-sheet) - MongoDB (HTML) * [Quick Cheat Sheet for Mongo DB Shell commands](https://gist.github.com/michaeltreat/d3bdc989b54cff969df86484e091fd0c) - Michael Treat's Quick Cheat Sheet