Now I am testing row wraps

06/13/2099

lololololol

Esmé is so awesomest awesomest best in town of all the universe that I believe in forever and ever

06/16/2024

Hi there friend

Testing Python Script

06/13/2024

So I wrote a python script that converts the text file I am writing on currently into the html content that will appear and make the site look pretty. I haven't really used python in a couple years so I've been flipping through Al Sweigart's Automate the Boring Stuff with Python. My idea was to open this file and write the contents into a python string using a special character as a delimiter between posts. Then a for loop iterates through the entries, again uses a delimiter to seperate the title, date, and body and wraps each with the markup tags as needed.

Hello, World!

06/13/2024

Ok this is the first post in my undergrad programming handbook. Various tasks* have popped through my space while working towards my degree that I kept coming back to; sometimes I had to google how to do those tasks again and again. Or maybe there was a concept that I thought especially important and deserved to be memorialized on my grand, little programming blog site. *realistically it was having to indent the start of n lines in Vim that did it#