Thoughts on Tech

Project Python: Message Board

This project is me producing a simple message board web application using Python and Flask (a web framework for Python; there are others, such as Django). Interestingly, I did a whole YouTube course on Python and came away with the idea it was just Bash scripts on steroids. You got no idea from the course that Python could be used to develop web apps, but there you go.

I did this on Linux, specificallly Linux Mint Debian Edition, but the differences are minor across platforms.

So to our tale one winter's night.

That's it. You're done. You end up with a web application on which you can post messages and delete them — and this is how it looks:

messageboard