You are here |
davidmburke.com | ||
| | | |
arunrocks.com
|
|
| | | | A blog by Arun Ravindran, author and speaker, about Python, Django and other curious things. | |
| | | |
www.integralist.co.uk
|
|
| | | | This is a quick guide to Python's asyncio module and is based on Python version 3.8. Introduction Why focus on asyncio? A quick asyncio summary A quick concurrent.futures summary Green Threads? Event Loop Awaitables Coroutines Tasks Futures Running an asyncio program Running Async Code in the REPL Use another Event Loop Concurrent Functions Deprecated Functions Examples gather wait wait_for as_completed create_task Callbacks Pools Executors asyncio.Future vs concurrent.futures.Future asyncio.wrap_future ... | |
| | | |
breadcrumbscollector.tech
|
|
| | | | Acceptance testing | |
| | | |
zylinski.se
|
|
| | In my book Understanding the Odin Programming Language I wrote that "Odin incorporates some of my favorite C best practices, straight into the language". But I didn't really elaborate on the details. Let's do that here! This brings me to talking a bit about a previous job I had. Back in 2021 I worked at a place called Our Machinery. We were creating a whole game engine in plain C. We used a very comfortable and powerful way to program C. |