Responding to an article on using Rust for throw away code and prototyping: Making a case for go over Rust, Python, and perl. (more…)
Read more »
Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube. (more…)
Read more »
Introducing fastquant, a simple backtesting framework for data driven investors... (more…)
Read more »
Most of the time bugs are a result of faulty logic on behalf of the programmer, but what happens when it’s the programming language itself… (more…)
Read more »
A common situation in asyncio Python programs is asynchronous
initialization. Some resource must be initialized exactly once before it
can be used, but the initialization itself is asynchronous — such as an
asyncpg database. Let’s talk about a couple of s... (more…)
Read more »