Skip to content

Commit 9861b41

Browse files
Updated readme
1 parent b5f929d commit 9861b41

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

README.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,33 @@
11
[![Websockets from Sratch Logo](https://static.codingforentrepreneurs.com/media/projects/websockets-scratch-python-javascript/images/share/Websockets_from_Scratch_in_Python.jpg)](https://www.codingforentrepreneurs.com/projects/websockets-scratch-python-javascript)
22

3-
# Websockets from Scratch with Python &JavaScript
3+
# Websockets from Scratch with Python & JavaScript
44

55
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.
66

77

88
##### 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.
14+
15+
16+
### Software Stack:
17+
__Python v3.8__
18+
- Asyncio
19+
- [websockets](https://websockets.readthedocs.io/en/stable/intro.html)
20+
21+
__JavaScript__
22+
- [React.js 16+](https://reactjs.org/)
23+
- [Yarn](https://yarnpkg.com/)
24+
- [Parcel.js](https://parceljs.org/)
25+
26+
27+
28+
### Requirements
29+
- [30 Days of Python](https://www.codingforentrepreneurs.com/projects/30-days-python-38)
30+
- JavaScript & [Try React.js](https://www.codingforentrepreneurs.com/projects/try-reactjs)
31+
32+
33+
### Code Repo [here](https://github.com/codingforentrepreneurs/Websockets-from-Scratch-with-Python-JavaScript)

0 commit comments

Comments
 (0)