Python Logo

Code Project – Python – Simple URL Extractor

This one is pretty basic tier, but more useful than most. I had a website full of links to pages of video files. I wanted a list that I could stick into yt-dlp. I could do a bunch of copy and pasting, or I could use Python to scrape and take all the links. It takes a URL as a CLI Argument, specifically like: > main.py https://website.com It skims the page with Beautiful Soup and spits out a text file with the date-time-url.txt format. Useful if a site changes over time. The site I was scraping was using some relative…
Code Project – Python + AI – Coding with Perplexity AI – Hirst Painting Drawer

Code Project – Python + AI – Coding with Perplexity AI – Hirst Painting Drawer

Ive not been using AI a lot, frankly, I find it to be pretty lame for the most part, the images are almost always weirdly uncanny and ugly, and the writing is just bland. I've heard it's pretty good at coding though, and I have not tried using it for code at all. So I decided to give it a go. Specifically, I wanted to use it to augment an existing project from when I was taking that 100 Days of Python course. Specifically, Day 18, the Hirst Painting Project. The full original code is here: import colorgram from turtle import…
Wrap-Up: Lets Try to Be Positive Edition

Wrap-Up: Lets Try to Be Positive Edition

It's been a hot minute since I really posted. To be blunt, I am pretty much just endlessly frustrated lately over the state of everything. Particularly the state of politics here in the US. I mean, I knew it would be shitty. I didn't think it was going to be THIS relentlessly shitty, this quickly. Lets take a peek inside the background at some journal topics here... Or not. Lets try to, I dunno, be positive I guess. Whats been going on lately that is not awful. Learning Like last year, I started doing some leader-led training courses after work…
What I’ve Been Playing – High Fashion Edition

What I’ve Been Playing – High Fashion Edition

This is more of a what's new in games I have been playing I suppose. My game playing has extremely stagnated and I have honestly stagnated on how much I give a shit about games (and almost everything honestly). But let's not dwell too deeply on that right.... Right? Everything is fine. Fortnite I went back to Fortnite a but recently. Mostly because I remembered there was a Godzilla thing going on. I have yet to see the Godzilla thing after several matches. I never saw Dr Doom either. I am not sure why they make these special things that…