https://github.com/dvf/network-wrangling
https://github.com/dvf/network-wrangling
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dvf/network-wrangling
- Owner: dvf
- Created: 2020-03-31T17:15:51.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-01T19:48:33.000Z (almost 6 years ago)
- Last Synced: 2025-01-15T12:12:51.911Z (12 months ago)
- Size: 10.7 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🍻⚡️Network Wrangling Happy Hour (in Python) 🐍🍻
## Setting up your Environment
- [Setting up Python](setting-up-python.md)
- [Setting up and using Poetry](setting-up-poetry.md)
## IDE Setup
- [PyCharm](ide-pycharm.md)
- [VS Code](vs-code.md)
## Warmup Exercises
- [Opening sockets](exercises/sockets.py)
- [Should we use threading, or asyncio?](exercises/threading-vs-asyncio.py)