Ruby code examples vs Python code examples. Which one is easier to understand? Which one is more concise? (more…)
Read more »
In this short article I will demonstrate a nifty trick to get your python tracebacks annotated with git blame information, specifically… (more…)
Read more »
Talk Python To Me is a podcast for developers who are passionate about Python. Learn about the language and related technologies.
Read more »
Ever used asyncio and wished you hadn't? A tiny (~200 lines) event loop for Python. - patrick-kidger/tinyio... (more…)
Read more »
Ever need to download a file from a server – or get someone else to download a file from a server, who may not be comfortable with or should have access to scp or sftp?
Turns out, if you have Python installed – and you probably do – it comes with a handy ... (more…)
Read more »