Month: February 2022
Arduino Projects: Building an Ultrasonic Theremin
Unlocking the Magic of Sound: Creating a Theremin-Like Device with Arduino Imagine controlling music and sound with the wave of…
Web Scraping: Build a Web Scraper with Python
Web Scraping with Python In this guide i will explain what web scraping is and how to build your own…
Vigenère Cipher: Python Encryption Methods
Creating the Vigenère Cipher with Python In this guide I will explain what the Vigenère Cipher is and what its…
Base64: Python Encryption Methods
Creating the Base64 Encoder with Python In this guide I will explain what the Base64 is and what its used…
Reverse Cipher: Python Encryption Methods
Creating the Reverse Cipher with Python In this guide I will explain what the Reverse cipher is and its uses.…
ROT13 Cipher: Python Encryption Methods
Creating the ROT13 Cipher with Python In this guide I will explain what the ROT13 cipher is and its uses.…
Caesar Cipher: Python Encryption Methods
Creating a Caesar Cipher with Python In this guide I will explain what the Caesar cipher is and when it…
Pythons Encryption Libraries and how to use them
How to Encrypt your data with Python In this guide I will explain all about data encryption, what it is…
Python: Stripping Content from HTML Files
Utilizing Python to Strip Valuable Data From HTML I created the Nano Blog, and then later built Meganano from scratch…