I posted earlier about creating a script to build this site. I have updated the script in a few interesting ways. I fixed a bug in the RSS feed code so that the feed is now reverse sorted by date. I removed the diff code that really did not work. I added a new command, upda ...
Posts and projects tagged with flask
-
2013-9-5
-
2013-2-19
When I decided to update my web site, I wanted, for ease of setup and maintenance, a static site. But I also wanted to be able to write using markdown. My first idea was to write a script to process the markdown and build a site, but then I ran across this post. Using Flask and a ...
-
2013-1-23
I talked about setting up my first Raspberry Pi in a previous post. In this post I want to start talking about setting up and using Python and flask to create web applications on the Pi. This post assumes that you have already installed easy_install on your Pi. First, create a ...
-
2012
In January of 2012 I began creating a new version of the Studios application using a single-page application model. This new version uses a Javascript+HTML user interface on top of a number of Python-based web services. The web services are written on top of the flask application ...