Today we are pleased to announce the open-sourcing of Python Fire . Python Fire generates command line interfaces (CLIs) from any Python cod... (more…)
Read more »
[EuroPython 2023 — Forum Hall on 2023-07-19]https://ep2023.europython.eu/session/hpy-the-future-of-python-native-extensionsUpdating Python versions often for... (more…)
Read more »
For reasons beyond the scope of this blog entry, I'm considering
augmenting our Python program to log email attachment information
for Exim to
use oletools to peer
inside MS Office files for indications of bad things. Oletools is
not packaged by Ubuntu as... (more…)
Read more »
Not too long ago, Facebook unveiled Graphql. This was thought up to be a flexible data access layer designed to work as a simple interface on top of heterogeneous data sources. Not long after facebook had introduced it, github announced that the latest ve... (more…)
Read more »
I wanted to migrate my shelljob module from Python 2 to 3. I use this as part of the Leaf unit test setup. What I thought would be relatively straight forward has become quite a problem. I had trou…...
Read more »