tkinter Tales


Just updated - both Optimize Images and Optimize Images X

Just updated - both Optimize Images and Optimize Images X

This time, we are releasing both Optimize Images and Optimize Images X at the same time. The original CLI version now uses temporary files with in-memory buffers, which prevents unnecessary I/O, and also displays more detailed and more useful version information. Optimize Images X, the GUI version, is now compatible with Python3.7+ and has the ability to open or preview a selected image.
Reading time: 1 minute
Just updated - Optimize Images X v0.9.1 (Beta 2)

Just updated - Optimize Images X v0.9.1 (Beta 2)

So, just 3 days after the first public beta, here we got the second beta for Optimize Images X. It includes an important hot fix for Windows and Linux, and two new usability features.
Reading time: 1 minute
New project: Optimize Images X

New project: Optimize Images X

Just for fun, this month I set myself to start a new Python project. It’s the same as Optimize Images, but with a big X and a nice graphical user interface. It wants to help you reduce the file size of images, and hopefully make your websites load faster.
Reading time: 2 minutes
How to install the current Python version on CentOS Linux 7

How to install the current Python version on CentOS Linux 7

One of these days, while setting up a couple of Linux virtual machines to test my Python applications, I was faced with a series of obstacles on CentOS 7 that I needed to overcome. Since this is the kind of issues that many other Python developers may encounter when setting up a Linux machine, I will share what I learned with this experience.
Reading time: 8 minutes
Graphical User Interfaces on Python with tkinter

Graphical User Interfaces on Python with tkinter

This Wednesday, 1 August, I did a brief presentation on GUI programming on Python with Tkinter, at Blip.PT, during a Summer Talks event promoted together by DevOps Porto and Python Porto. This article puts together the main topics from my presentation, and adds a few details that I couldn’t fit in the short time of that session.
Reading time: 13 minutes
Python 3.7 is out!

Python 3.7 is out!

The Python development team has just released the final versions of both Python 3.7.0 and 3.6.6.
Reading time: 1 minute
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.