Python Logo

Code Project – Python – Flask Microblog Fixes

Claude is pretty great for creating code, but sometimes you have to actually look at the code. I have blogged quite frequently about my Microblog project. It started as a simple script that just ran on a timer with a manually filled queue, then it pulled from my shared RSS reader feed, and now its basically a full on blog platform. One hang up, it has been double posting posts, but not always. I asked Claude, several times, to comb through and figure out why this is, and each time it "fixed" the problem, but didn't. So I took a…
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…