What is a “Tarbomb” attack and how can you protect your python applications? (more…)
Read more »
Python 3.6.0 came out day before yesterday, and it was like a Christmas present for many of us. But in the midst of all the celebration…...
Read more »
Trio – a friendly Python library for async concurrency and I/O - GitHub - python-trio/trio: Trio – a friendly Python library for async concurrency and I/O... (more…)
Read more »
How to use ChatGPT to write Python code on a Raspberry Pi. Video demonstrates generating, running and editing code to control LEDs and servos connected to GP... (more…)
Read more »
The conflict between subclassing and composition is as old as object-oriented programming. The latest crop of languages like Go or Rust prove that you don’t need subclassing to successfully write code. But what’s a pragmatic approach to subclassing in Pyt... (more…)
Read more »