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.
Python v3.8
- Asyncio
- websockets
JavaScript
- 30 Days of Python
- JavaScript & Try React.js