The GTK+ Grid is a container that arranges its children into rows…
Author: Vuyisile (page 5)
Python GUI development with GTK+ — Boxes
In this tutorial, I will discuss the GTK+ box and how to…
Python GUI Development with GTK+ — Setting Properties
Setting properties Widgets have properties, properties describe characteristics of the widget such…
Getting started with GUI programming using GTK+
GTK+ stands for GIMP Toolkit. It is a framework or set of…
Open Source licenses explained
A software license grants specific permissions for others to use your work.…
How to generate fake data using the Faker module.
How to generate fake data I recently came across a useful package…
How to transfer files over a network using Python
I recently had to transfer a couple of files from a desktop…
An alternative Python interpreter.
Running code in the default Python interpreter is great as long as…
String Manipulation part 2: Regular Expressions
Regular Expressions in Python Regular Expressions (also known as REs, regexes or…
String manipulation in Python.
Strings are one of the most fundamental data types. Strings in Python…