Subclassing in Python: Redux

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… Read more

Similar

New Firebird 3 driver for Python 3

As Pavel Cisar promised at Firebird Conference in Berlin, the Firebird has brandnew DB API 2.0 driver for Python. It’s part of modernization campaignthat shakes off the legacy that goes back to KInterbasDB and Firebird 2.0. Please note, that his new drive... (more…)

Read more »

New from Anaconda: Python in the Browser

pyscript.net Supporting open source and creating tools that enable people to do more with less are why I joined Anaconda almost eight years ago. Today, at PyCon US 2022, I'm happy to unveil a new project that we’ve been working on here at Anaconda. W... (more…)

Read more »