Blog

I love to gather (hoard) information and share it. Sometimes I write it down just to remember it myself. Hopefully you find something interesting here.

Python

hej
Removing EXIF data from an image using Python

Removing EXIF data from an image using Python

Published 2024-09-18

Python


EXIF (Exchangeable Image File Format) data is information that is embedded within digital images and is automatically generated by digital cameras and smartphones.
Quick and easy image recognition with 9 lines of code in Python

Quick and easy image recognition with 9 lines of code in Python

Published 2024-05-05 — Updated 2024-07-28

Machine Learning

Python


Need a quick and easy image recognition solution in Python? Learn how to create one in 9 lines of code.
How to easily web scrape any website with Python

How to easily web scrape any website with Python

Published 2024-05-03

Datahoarding

Notes

Python

Web development


Learn how to easily web scrape any website using Python. I go through the various techniques I use.
Python notes

Python notes

Published 2024-05-03 — Updated 2024-05-14

Notes

Python


Different tips, tricks and how-to's while developing various scripts in Python.
How to get the channel ID of a YouTube channel

How to get the channel ID of a YouTube channel

Published 2024-04-26

Python


Learn how to get a Youtube channel ID the proper way.