Python

Using Python’s tempfile module

Recently at work, I had to write a tool that processes files uploaded by our tutorial writers. I needed to build something that could read multiple files, manipulate the data in the files and produce output files based on the results of manipulating the data. Each of the output files produced during the script’s execution […]

Using Python’s tempfile module Read More »

Zimbopy group

ZimboPy August 2018 Mentorship Week

ZimboPy Mentorship Week ZimboPy is an organisation made up of Python Developers in Harare, Zimbabwe that empowers Zimbabwean women and advances the cause of women in tech. They introduce women to programming through partnerships and mentorship programmes meant to equip them with skills modern developers should have. On August 13 – 14, ZimboPy held one

ZimboPy August 2018 Mentorship Week Read More »

Django Indaba — Event debrief

On Saturday, June 30 2018 I attended Zimbabwe’s first Django Indaba. “Indaba” is a Nguni word which means “discussion”, “conference” or “matter” depending on the context. The Django Indaba is a community event for sharing information about web development in Python and open source technologies in general. The organisers of Django Indaba want to make

Django Indaba — Event debrief Read More »

Python GUI Development with GTK+ — Setting Properties

Setting properties Widgets have properties, properties describe characteristics of the widget such as the widget’s colour, it’s size, angle or the text displayed in it. In this article, I will show you the three methods available to you to change the properties of widgets. The first method involves setting the properties when creating the widget

Python GUI Development with GTK+ — Setting Properties Read More »