Websockets-from-Scratch-with-Python-JavaScript
Websockets-from-Scratch-with-Python-JavaScript copied to clipboard
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 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.
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
- Asyncio
- websockets
JavaScript
Requirements
- 30 Days of Python
- JavaScript & Try React.js
