Python isn't just the most-popular language for introductory CS programs and hobbyist, it's also the fastest-growing language for embedded computing. (more…)
Read more »
What is a “ReDoS” Attack, and how can you make sure your code is safe? (more…)
Read more »
Performance Cliffs
A common bad property of many different JIT compilers is that of a "performance
cliff": A seemingly reasonable code change, leading to massively reduced
performance due to hitting s... (more…)
Read more »
This guide is an excerpt of my eBook and course Python for Investors. Shameless Plug: If this guide interests you here’s a link to get my upcoming course for... (more…)
Read more »
The idea of this page is to answer various of the How Do I...?
questions relating to Python under Win32. Although I probably
will cover some simpler things, the intention is to group subjects
which are less commonly covered in the books and mailing l... (more…)
Read more »