I had a little trouble getting started with Bottle. The main thing was that I had trouble accessing my own Javascript in Bottle’s BasicTemplates. The trick was to do two things:
- Allow templates to access the “get_url” function
- Create an endpoint to serve your own static pages yourself
Continue reading Getting Started with Bottle →
I had posted about a recursive maze solver earlier. This is an iterative solution to that problem.
Continue reading The Iterative Maze Problem →
This was… not straightforward. There’s a couple of Python modules out there for this. I ended up using pyodbc
and sqlalchemy
. I needed to edit some files in /usr/local/etc
, and then symlink them to /etc
.
Continue reading Accessing a MSSQL Database on a Mac →
Blog about math, programming, and data.