shlogg · Early preview
Sam Agnew @sagnew

Former Developer evangelist at Twilio, Python/JavaScript developer.

Asynchronous Programming With Asyncio And HTTPX

Asynchronous Programming with Python's asyncio Library: Write single-threaded concurrent code using coroutines, multiplexing I/O access & implementing network clients/servers with asyncio library.

Beautiful Soup Scrapes MIDI Files From Video Game Music Archive

Beautiful Soup makes web scraping easy. Grab data from web pages & access 2,200+ MIDI files from Video Game Music Archive for projects like cleaning up data with Mido or generating new music with Magenta.

Python JSON Handling Made Easy With Built-in Support And Libraries

Working with JSON in Python: Use built-in `json()` method, libraries like `ujson`, `simplejson` & `jsonpickle`, and frameworks like `Flask` for efficient data parsing and serialization.