Testing Python Code Using Pytest
Learn how to install pytest and use it to discover, run, and skip test functions.
Testing Python Code Using Pytest Read More »
Learn how to install pytest and use it to discover, run, and skip test functions.
Testing Python Code Using Pytest Read More »
Have you ever wondered how you can use Python to work with groups of files? I wrote a comprehensive article
Working With Files in Python Read More »
If you have ever felt confused when you came across code that contains *args and **kwargs as function parameters, you’re
*args and **kwargs explained. Read More »
Recently at work, I had to write a tool that processes files uploaded by our tutorial writers. I needed to
Using Python’s tempfile module Read More »
ZimboPy Mentorship Week ZimboPy is an organisation made up of Python Developers in Harare, Zimbabwe that empowers Zimbabwean women and
ZimboPy August 2018 Mentorship Week Read More »
On Saturday, June 30 2018 I attended Zimbabwe’s first Django Indaba. “Indaba” is a Nguni word which means “discussion”, “conference”
Django Indaba — Event debrief Read More »
The GTK+ Grid is a container that arranges its children into rows and columns in the same way data in
Python GUI Development with GTK+ — Grid Read More »
In this tutorial, I will discuss the GTK+ box and how to add widgets to it. GTK+ applications with only
Python GUI development with GTK+ — Boxes Read More »
Setting properties Widgets have properties, properties describe characteristics of the widget such as the widget’s colour, it’s size, angle or
Python GUI Development with GTK+ — Setting Properties Read More »