Category: Friday
-
Free Friday 1/10/25
Today I taught my classmate Gavin about circuitry. His website is “Gavin“ I taught him RGB leds after Gabriel at “Gabriel” taught Gavin the basics. He learned quickly and made a cool potentiometer design when he figured out that the red part of the led takes everything over. That’s all I really did today. Haben…
-
Free Friday 11/22/24
Today I was learning circuits. I can’t take any pictures though because of lack of a way to transfer the images to the computer I can use to update this website. I learned about cathodes, anodes, and how a lot of little electronic bits work. I don’t have any code to show, however I will…
-
Speakers!
I’ve been working with Gabriel Cruz (Archangel_Gabriel at theroyalscode.com/students/g_cruz) to work on a project involving a raspberry pie five and a MAX98306 Stereo Amp. There isn’t any code yet, but I will be doing that as Gabriel did all the wiring, as I have little to no experience with circuitry before this. The code will…
-
Free Friday 11/1/24
In this blog post, we will discuss a simple Python script that uses the BeautifulSoup library to scrape a web page, search for a specific word entered by the user, and highlight its instances within the text. The Python script starts by importing the necessary libraries: BeautifulSoup and requests. It then prompts the user to…
-
Free Friday 10/25
I committed and synced the code for a turn-based combat game I made with a friend. Here is the code for the main loop and game class: And the player code:
-
Free Friday 9/26/24
Today I began making a minesweeper game using tkinter from this youtube tutorial: Python Game Development Project Using OOP – Minesweeper Tutorial (w/ Tkinter) (youtube.com) I had to stop because class ended at timestamp: 12:10 Here is a bit of the code I wrote: This code opens a window and then takes a chunk of…