An open API service indexing awesome lists of open source software.

https://github.com/dvf/network-wrangling


https://github.com/dvf/network-wrangling

Last synced: 10 months ago
JSON representation

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)