◐ Shell
clean mode source ↗

GitHub - codingforentrepreneurs/Websockets-from-Scratch-with-Python-JavaScript: Learn how to use websockets from scratch by creating a micro version of Jupyter. We'll be using both Python and JavaScript to make this happen.

Websockets from Sratch Logo

Learn how to use websockets from scratch by creating a micro version of Jupyter. We'll be using both Python and JavaScript to make this happen.

Watch the tutoiral series here

In this one, we'll be creating a micro version of Jupyter. That means we'll be using Websockets to call and run Python scripts from the browser using Javascript.

The goal is to introduce you to the concept of websockets while providing you with a deeper look into the amazing tool that is Jupyter.

Software Stack:

Python v3.8

JavaScript

Requirements

Code Repo here