Subscribe via RSS
  Looking for VBA Tutorials?

Python OS Delete Files and Create Folders

May 20, 2021

With Python OS, you can create and delete files and folders. We're going to demonstrate how to control your files and folders in this Python tutorial.

How to Open Files with Python OS

May 14, 2021

This tutorial explains how to open files using Python OS. The Python OS module makes it easy to launch files or applications using built-in system commands.

Ultimate VBA Training Bundle

$120.00 $57.00

Want to learn more programming languages? We've combined each of our comprehensive VBA reference guides into a single bundle with over 200 tips and macros covering the 125 most important topics in VBA.

List Files in a Folder With Python OS listdir and walk

May 7, 2021

This week, we're going to use the Python OS module to show you how to list all files in a folder using the Python OS listdir and walk methods.

Python chdir and getcwd to Set Working Directory

Apr 30, 2021

Let's introduce the Python OS module by demonstrating how to get and set your current working directory using the Python chdir and getcwd methods.

Drawing Shapes on Images with the Python OpenCV Library

Apr 16, 2021

This tutorial shows you how to add text and draw shapes, like lines, rectangle, circles, and polygons, on images using the Python OpenCV library.

Thought about learning VBA?

$120.00 $57.00

We created a suite of 6 VBA cheat sheets with over 200 tips showing you everything you need to know to start making power Excel applications. Take a look!

Python Image Manipulation with Pillow Library

Apr 2, 2021

This tutorial explains how to perform Python image manipulation tasks, like resizing, blurring, and cropping, using the Python Pillow library.

Convert Image to String with Python Pytesseract OCR

Mar 26, 2021

This tutorial shows you how to read text from images using the Python Pytesseract wrapper for Google's Tesseract engine. OCR lets you convert images to strings.

Python Face Detection for Beginners with OpenCV

Mar 12, 2021

Python face detection is easy with the OpenCV library. We'll walk you through the entire process, including how to detect eyes and smiles using Python OpenCV.

How to use the Python pdb debugger

Feb 19, 2021

We want to show you how to debug a Python script using the Python pdb debugger module. Pdb is a built-in Python utility specifically for code debugging.

How to Read PDF Files with Python using PyPDF2

Feb 5, 2021

This article shows you how to read PDF files in Python using the PyPDF2 library. You can use this library to extract data from PDFs stored on your computer or online.

subscribe via RSS