https://github.com/gmelodie/pythontorial
Learn the basics of the web with Python
https://github.com/gmelodie/pythontorial
dns html network python socket web
Last synced: 10 months ago
JSON representation
Learn the basics of the web with Python
- Host: GitHub
- URL: https://github.com/gmelodie/pythontorial
- Owner: gmelodie
- License: mit
- Created: 2021-01-22T17:40:44.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-20T18:24:30.000Z (over 5 years ago)
- Last Synced: 2025-01-24T11:44:29.194Z (over 1 year ago)
- Topics: dns, html, network, python, socket, web
- Homepage: http://pythontorial.gmcruz.me/
- Size: 27.3 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Roadmap: roadmap.txt
Awesome Lists containing this project
README
# PythonTorial
Learn the basics of the web with Python
## Contents
- [Week 1: URLs](https://pythontorial.gmcruz.me/week1.html)
- [Week 2: HTML](https://pythontorial.gmcruz.me/week2.html)
- [Week 3: HTTP](https://pythontorial.gmcruz.me/week3.html)
- [Week 4: JSON](https://pythontorial.gmcruz.me/week4.html)
## TODO (in no particular order)
- Python & APIs
- Domains
- HTTP (part 2)
- Sockets
- Ports
- Protocols
- Client-server architecture
- Peer-to-peer (advanced)
- DHTs
- BitTorrent/Kademlia
- IPFS
- Blockchain