Programming How To
Latest Programming How To
How To Create and Use Python Functions
By Les Pounder published
Functions are powerful and useful. With functions we can run many lines of code just by calling their name. Automate processes and make our code a little easier to read.
How To Use Dictionaries in Python
By Les Pounder published
Learn how to create and use dictionaries in Python by creating a real world project which has them at its heart.
How to Enumerate in Python
By Ash Hill published
Python has a useful function that enables you to enumerate a list or tuple that can be easily called and used later in your script.
How to use For Loops in Python
By Les Pounder published
Learn how to repeat loops using ranges and iteration
How To Install Python on Windows 10 and 11
By Les Pounder published
Installing Python on Windows 10 and 11 is easy and we show you three ways to install and use the versatile programming language.
How To Manage MicroPython Modules With Mip on Raspberry Pi Pico
By Les Pounder published
MicroPython has a new and lightweight MicroPython package manager for all of your MicroPython module needs.
How To Get The News With Raspberry Pi Pico W and CircuitPython
By Les Pounder last updated
With a little code we can use a Raspberry Pi Pico W and CircuitPython to grab the latest headlines and scroll them across a tiny OLED screen on our desktop.
How To Remove Backgrounds From Images With Python
By Les Pounder published
With just eight lines of Python code we can create an application to remove the background from many images.
Stay On the Cutting Edge: Get the Tom's Hardware Newsletter
Get Tom's Hardware's best news and in-depth reviews, straight to your inbox.