python Tales


Python to the rescue!

Python to the rescue!

One day you find yourself in a situation you need to set up an automatic backup system and you realise that your old server does not support Dropbox anymore. The sollution: getting your hands to work and write a program for that task.
Reading time: 2 minutes
Enabling the pelican-minify plugin in Pythonista (iOS)

Enabling the pelican-minify plugin in Pythonista (iOS)

When I started this blog, I had a few technical requirements in mind. First of all, I wanted the whole static website build process to be based on Python and to be reproducible both on desktop and on iOS. So, I was very glad to find out I was able to pip install pelican and a few of its dependencies in Pythonista, using StaSh, and get my iPhone to process a bunch of Markdown formatted text files. But then I went on to add features and optimizations that required Pelican plugins. And soon I would get into trouble…
Reading time: 4 minutes
Mention on podcast

Mention on podcast

In a recent episode of the Python Bytes podcast, some of my programming projects are briefly mentioned, as a concrete example of how complex Python and tkinter may be used to create complex and good looking desktop graphical user interfaces.
>>> import antigravity

>>> import antigravity

This is the first blog post here, and it will serve just to test Pelican, a Python-based static website generation system. Hopefully, it will work without any explosion or traceback.