You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://www.codingforentrepreneurs.com/projects/websockets-scratch-python-javascript)
2
2
3
-
# Websockets from Scratch with Python &JavaScript
3
+
# Websockets from Scratch with Python &JavaScript
4
4
5
5
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.
6
6
7
7
8
8
##### Watch the tutoiral series [here](https://www.codingforentrepreneurs.com/projects/websockets-scratch-python-javascript)
9
+
10
+
11
+
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.
12
+
13
+
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.
0 commit comments