Articles tagged "web"

How to build a parser by hand
Published on 2014-02-13
Building a hand-written parser is actually not much harder than using a tool. You can easily build something simple, efficient, and flexible, but perhaps not that elegant. I'll show how I built a parser for a simple template language I use to generate HTML for this blog.
Tagged: parsers python web

New and improved blog software
Published on 2014-02-05
If you're a regular reader, you might notice a few changes around here! I just launched a modernization of my blogging software.
Tagged: python web

How to use HTTP cookies in Python
Published on 2009-02-08
Tagged: python web

New Blogging System with Python/MySQL
Published on 2008-01-01
Tagged: python web