Categories
Uncategorized

PYTHON ERRORS AND EXCEPTIONS…OOH YEAH.

In Python, errors and exceptions are a normal part of the program development process. These errors and exceptions can occur for a variety of reasons, such as invalid syntax, missing files, or invalid input. In this post, we’ll take a closer look at how to handle errors and exceptions in Python and how it can […]

Categories
Uncategorized

PYTHON FOR & WHILE LOOPS

In Python, there are two types of loops that you can use to execute a block of code multiple times: for loops and while loops. In this post, we’ll take a closer look at the differences between these two loop types and how to use them to loop through a list of clothes and a […]

Categories
Uncategorized

PYTHON LISTS

Python lists are a powerful data type that allows you to store and manipulate a collection of items. In this post, we’ll take a deep dive into how to use lists in Python, with a focus on making your content as visible as possible to search engines. First, let’s define what a Python list is. […]

Categories
Uncategorized

Python Closures

Are you tired of boring old tutorials that just drone on and on about the technical details of closures in Python? Well, fear not my friend! In this post, we’ll take a light-hearted approach to learning about these powerful little functions. First, let’s define what a closure is. In simple terms, a closure is a […]

Categories
Uncategorized

UPDATE

Hello folks, I know its been a while since I blogged. I’ve been quite busy with work and side-projects. To be honest it’s been difficult manging this blog while juggling everything else. So in this post I just wanted to let you know that I have a few blog posts that will be coming to […]