Jeremy's Tech Blog
  • Home
  • Articles
  • Tutorials
  • Generative AI
  • Python Guides
  • Linux Guides
  • Courses
  • Videos
  • Retro Racer

  • RSS Feed Join the email list
  • Hey AI, Write Like Me

    I created a custom GPT that writes just like I do. Trained on my own writing. Here's how I did it.

    clock 10 min read - Oct 13, 2024
  • How to Read Text From an Image with Python

    Want to read text from an image? Of course you do, and it's super easy with Python and Tesseract. Here's a full tutorial to show you how.

    clock 4 min read - Oct 11, 2023
  • The Ultimate Guide to Calling a Function in Python

    Want to write and call functions with Python? Here's a complete step by step guide to help you master this skill.

    clock 6 min read - Aug 27, 2023
  • Building a Web App with Flask and Python: A Beginner's Guide

    This tutorial will guide through creating a Web App with Python and Flask step by step, from start to finish.

    clock 9 min read - Apr 2, 2023
  • Simple Thresholding with OpenCV and Python: A Beginner's Guide

    A simple tutorial to guide you through thresholding images for computer vision with OpenCV and Python.

    clock 4 min read - Apr 1, 2023
  • Dilation Demystified: A Complete Guide to Image Dilation with OpenCV

    This tutorial is a complete guide to image dilation, a key component for Computer Vision pre preprocessing.

    clock 5 min read - Mar 31, 2023
  • Applying Erosion to Images with OpenCV: A Complete Guide

    A step by step tutorial for applying erosion to images for processing in OpenCV

    clock 4 min read - Mar 30, 2023
  • Visualize Your SQLite Data Effortlessly with Python and Matplotlib

    A full tutorial to show you how to wrangle data from SQLite and make pretty graphs with it.

    clock 13 min read - Mar 27, 2023
  • Image Blending Uncovered: A Guide to Blending Images with OpenCV

    A step by step tutorial for Blending Images with OpenCV, with an explanation of how it works.

    clock 5 min read - Mar 23, 2023
  • Grayscaling Images Made Simple with OpenCV

    How to grayscale an image made simple with OpenCV. Full tutorial and how it works here.

    clock 5 min read - Mar 23, 2023
  • A Guide to Blurring Images with OpenCV and Python

    Want to know how to blur images with OpenCV and Python? Here's a quick guide with solid code examples

    clock 4 min read - Mar 16, 2023
  • How to Resize an Image with OpenCV

    This tutorial will show you exactly how to resize an image using OpenCV and Python

    clock 5 min read - Jan 3, 2023
  • How to Install Anaconda in Windows 11

    Eliminate your issues using Python in Windows 11 by installing Anaconda

    clock 3 min read - Dec 10, 2022
  • Easy IoT with Adafruit IO and a Raspberry Pi

    There are many complex IoT systems for the cloud. But what about the hobbyist? In this tutorial, we'll show you how to set up a full IoT system from start to finish that a beginner can complete.

    clock 8 min read - Dec 2, 2020
  • How Do I Install OpenCV for Python in Arch Linux?

    Here's the fastest and easiest way to start working with OpenCV and Python in Arch Linux

    clock 3 min read - Aug 23, 2020
  • How to Build a REST API with Python

    Here's how you can create your own static blog with Digital Ocean, Hugo, and FreeBSD.

    clock 6 min read - Oct 4, 2015
  • How to Blink an LED on a Raspberry Pi

    The blinking LED is the hello world of the maker community, and today I'll show you how easy it is to do with the Raspberry Pi 2 (or Model B)!

    clock 4 min read - Mar 17, 2015
  • Raspberry Pi Programming For Beginners

    Want to learn how to program on the Raspberry Pi? This is a beginners guide to getting started with Python.

    clock 7 min read - Feb 26, 2013
  • Tutorial: How to connect to MySQL with Python

    A step by step guide to connecting to a MySQL database with Python. Super easy.

    clock 5 min read - Sep 13, 2012
  • Python For The Absolute Beginner

    Want to try out some Python? Here's a primer on getting started with this awesome language.

    clock 6 min read - May 21, 2012
  • 1
  • 2
  • arrow-right