Category: Friday
-
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…