python

0 min read

Python FlickrAPI 2.3 released

A new version of the Python FlickrAPI has been released. You can download or upgrade it using pip3 install -U flickrapi. Changes are: Include README.md and CHANGELOG.md in the package data.

Blender Conference 2016

BConf 2016 was awesome, as ever. This is just a blog post to share the slides of my workshop “ Develop add-ons like a pro”.

Python-RSA 3.4 released

Python-RSA 3.4 has been released! This is the first release from GitHub, and contains a lot of improvements by myself, Michael Manganiello, and Filippo Valsorda, including the solution for a side-channel vulnerability.

New website & Python-RSA 3.3

You won’t notice it, but you’re now on my new website. The look is still the same, but under the hood a lot has changed. This includes the blog being fixed again, so that I can actually write new posts!

Python FlickrAPI 2.0 released

Python FlickrAPI library version 2.0 has been released, and can be downloaded from the Python Package Index with more info at my FlickrAPI page. The major change is that the “new” OAuth-based authentication is used.

Moving from pwsafe to KeePass

My favourite password management tool, pwsafe, is getting old. It’s no longer part of Ubuntu and I’ve had to compile it myself for quite a while now. It’s also not supported on Android, and shows other signs of aging.

Python FlickrAPI 1.4.4 released

Python FlickrAPI library version 1.4.4 has been released, and can be downloaded from https://pypi.python.org/pypi/flickrapi with more info at https://stuvel.eu/flickrapi The changes are: Changed default API URL to use HTTPS (Joseph Hui).

Reloading your code in Blender

UPDATE 2019: Things are considerably simpler. Just press F8 in Blender 2.79 or older, or press F3 and search for ‘Reload Scripts’ in recent Blenders. Blender lets you script more or less everything.

Counting pixels in Blender

UPDATE 2019: the image of the node setup has been lost. For my research, I’m using Blender to generate images. I wanted to know how visible a certain object is in the final render (i.

Python-RSA version 3.1.4 released

It’s been a while since I’ve been working on my RSA library, and in the last weeks I’ve released a few new minor versions. Here are the differences since my last blog post about it: