Skip to content
Vuyisile Ndlovu

Building reliability into software and operations

  • Blog
  • About
  • Portfolio
  • Contact
Vuyisile Ndlovu

Building reliability into software and operations

  • About Me
  • Articles
  • Blog
  • Contact Me
  • DjangoCon Africa 2023 Resources
  • Portfolio Projects
  • PyCon Zimbabwe 2024: Resources
  • Vuyisile Ndlovu

How to transfer files over a network using Python

4th December 2017 / Vuyisile

I recently had to transfer a couple of files from a desktop computer to my phone. Doing this is easy […]

How to transfer files over a network using Python Read More »

An alternative Python interpreter.

27th November 2017 / Vuyisile

Running code in the default Python interpreter is great as long as the code you write is short and you

An alternative Python interpreter. Read More »

String Manipulation part 2: Regular Expressions

21st November 2017 / Vuyisile

Regular Expressions in Python Regular Expressions (also known as REs, regexes or regex patterns) are a small and highly specialised

String Manipulation part 2: Regular Expressions Read More »

String manipulation in Python.

30th October 2017 / Vuyisile

Strings are one of the most fundamental data types. Strings in Python can be expressed in a number of ways.

String manipulation in Python. Read More »

Recommended resources for intermediate developers

16th October 2017 / Vuyisile

In a previous article, I discussed resources that I recommend for beginners. In this post, I’ll cover a few intermediate

Recommended resources for intermediate developers Read More »

Python command line interfaces: An overview of argparse.

9th October 2017 / Vuyisile

Command-line or console applications are programs that are designed to be used via a text only interface such as the

Python command line interfaces: An overview of argparse. Read More »

Top 8 resources for Python beginners

2nd October 2017 / Vuyisile

Python is a popular, easy to learn programming language that is great option for beginners. There are a ton of

Top 8 resources for Python beginners Read More »

An overview of the enumerate() function

25th September 2017 / Vuyisile

According to the Python documentation, the enumerate function is a built in function that returns an enumerate object. Another popular

An overview of the enumerate() function Read More »

Exception handling in Python

18th September 2017 / Vuyisile

Exception Handling There are at least two types of errors in the Python programming language: Syntax errors and Exceptions. Syntax

Exception handling in Python Read More »

Post pagination
← Previous 1 … 12 13 14 … 23 Next →


Like My Posts? Subscribe below via email or RSS:

Follow blog via RSS

RSS Feed RSS – Posts

Subscribe to get more posts via email.

Join 3,707 other subscribers.

Copyright © 2025 Vuyisile Ndlovu | Powered by Astra WordPress Theme