From 3d2f582c1c003ae09a7c863b2e124ffbecfb20c1 Mon Sep 17 00:00:00 2001 From: Rakshith Date: Tue, 1 Nov 2022 02:16:36 +0530 Subject: [PATCH] Added jupyter notebook references english (#8135) * Added reference for jupyter_notebook in english * added jupyter_refernce_english * Added Reference_Jupyter_english * Added Jupyter_english * Updated Jupyter_reference_english_and_hindi * Updated_jupyter_reference_english_and_hindi * Updated reference Jupyter english and hindi * Updated Cheatsheet * Updated Jupyter reference in hindi Co-authored-by: Eric Hellman --- courses/free-courses-en.md | 8 +++++++- courses/free-courses-hi.md | 6 ++++++ more/free-programming-cheatsheets.md | 6 ++++++ more/free-programming-interactive-tutorials-en.md | 8 ++++++++ 4 files changed, 27 insertions(+), 1 deletion(-) diff --git a/courses/free-courses-en.md b/courses/free-courses-en.md index 532bee69e..a3d2a3705 100644 --- a/courses/free-courses-en.md +++ b/courses/free-courses-en.md @@ -57,7 +57,7 @@ * [Svelte](#svelte) * [Three.js](#threejs) * [Vue.js](#vuejs) -* [Julia](#julia) +* [Julia](#julia) * [Kotlin](#kotlin) * [Kubernetes](#kubernetes) * [Linux](#linux) @@ -79,6 +79,7 @@ * [Python](#python) * [Django](#django) * [Flask](#flask) + * [Jupyter](#jupyter) * [QB64](#qb64) * [R](#r) * [Redis](#redis) @@ -1176,6 +1177,11 @@ * [Flask Tutorials](https://www.youtube.com/playlist?list=PLzMcBGfZo4-n4vJJybUVV3Un_NFS5EOgX) - Tech with Tim +#### Jupyter + +* [Jupyter Tutorials](https://youtube.com/playlist?list=PL1m-6MPBNAZfF-El7BzqaOrCrTBRgH1Nk) - Emyrrich (Youtube) + + ### QB64 * [Game Programming with QB64](http://qb64sourcecode.com) - Terry Ritchie diff --git a/courses/free-courses-hi.md b/courses/free-courses-hi.md index 1a2fb6124..dde134c58 100644 --- a/courses/free-courses-hi.md +++ b/courses/free-courses-hi.md @@ -45,6 +45,7 @@ * [Python](#python) * [Django](#django) * [Flask](#flask) + * [Jupyter](#jupyter) * [R](#r) * [Ruby](#ruby) * [Ruby on Rails](#ruby-on-rails) @@ -457,6 +458,11 @@ * [Web Development Using Flask and Python](https://www.youtube.com/playlist?list=PLu0W_9lII9agAiWp6Y41ueUKx1VcTRxmf) - CodeWithHarry +#### Jupyter + +* [Jupyter Tutorials](https://www.youtube.com/playlist?list=PLBx2L_ikudBO7s6SQZaMDCtbyrjQ-04a8) - Saima Academy + + ### R * [Complete R Programming Tutorial for Beginners to Pro [HINDI]](https://www.youtube.com/playlist?list=PLjVLYmrlmjGdmPrz0Lx7smkd0qIKHInOF) - WsCube Tech diff --git a/more/free-programming-cheatsheets.md b/more/free-programming-cheatsheets.md index 15c1167e9..68726b5b7 100644 --- a/more/free-programming-cheatsheets.md +++ b/more/free-programming-cheatsheets.md @@ -37,6 +37,7 @@ * [Python](#python) * [Django](#django) * [Flask](#flask) + * [Jupyter](#jupyter) * [Numpy Pandas](#numpy-pandas) * [R](#r) * [Raspberry Pi](#raspberry-pi) @@ -365,6 +366,11 @@ * [Flask Cheatsheet](https://www.codewithharry.com/blogpost/flask-cheatsheet/) - Code with Harry (HTML) +#### Jupyter + +* [Jupyter Cheatsheet](https://www.datacamp.com/cheat-sheet/jupyter-notebook-cheat-sheet) - Data Camp (HTML site with PDF links) + + #### Numpy Pandas * [Pandas, Numpy, Python Cheatsheet](https://www.kaggle.com/code/lavanyashukla01/pandas-numpy-python-cheatsheet) - Kaggle (HTML) diff --git a/more/free-programming-interactive-tutorials-en.md b/more/free-programming-interactive-tutorials-en.md index 5fed8a8cc..5e54040d8 100644 --- a/more/free-programming-interactive-tutorials-en.md +++ b/more/free-programming-interactive-tutorials-en.md @@ -40,6 +40,7 @@ * [PHP](#php) * [PostgreSQL](#postgresql) * [Python](#python) + * [Jupyter](#jupyter) * [R](#r) * [Regular Expressions](#regular-expressions) * [Ruby](#ruby) @@ -359,6 +360,13 @@ * [Scientific Computing with Python Certification](https://www.freecodecamp.org/learn/scientific-computing-with-python/) - freeCodeCamp +### Jupyter + +* [Data-Quest](https://www.dataquest.io/blog/jupyter-notebook-tutorial/) - Benjamin Pryke +* [Jupyter](https://docs.jupyter.org) +* [Learn Jupyter](https://jupyter-notebook.readthedocs.io) - Read the Docs + + ### R * [Learn R](https://www.codecademy.com/learn/learn-r) - Codecademy *(account required)*