GTK+ stands for GIMP Toolkit. It is a framework or set of…
Category: Python (page 4)
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…
Recommended resources for intermediate developers
In a previous article, I discussed resources that I recommend for beginners.…
Python command line interfaces: An overview of argparse.
Command-line or console applications are programs that are designed to be used…
Top 8 resources for Python beginners
Python is a popular, easy to learn programming language that is great…
An overview of the enumerate() function
According to the Python documentation, the enumerate function is a built in…