Connor Johnson

Search
Skip to content
  • About

Monthly Archives: May 2018

Uncategorized

Getting Started with Bottle

May 28, 2018 cjohnson318

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:

  1. Allow templates to access the “get_url” function
  2. Create an endpoint to serve your own static pages yourself

Continue reading Getting Started with Bottle →

BootstrapBottlejQueryPython
Uncategorized

The Iterative Maze Problem

May 24, 2018 cjohnson318

I had posted about a recursive maze solver earlier. This is an iterative solution to that problem.

Continue reading The Iterative Maze Problem →

Python
Uncategorized

Accessing a MSSQL Database on a Mac

May 22, 2018 cjohnson318

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 →

MacMSSQLpyodbcPythonSQLAlchemy

Blog about math, programming, and data.

Recent Posts

  • Simple Deterministic Push Down Automata in Kotlin
  • Simple Finite State Machine in Kotlin
  • Add a Flask Worker in AWS Elastic Beanstalk
  • Checkerboard in Vue.js
  • The Barber Shop Problem in Go

Archives

  • May 2019
  • April 2019
  • January 2019
  • December 2018
  • September 2018
  • August 2018
  • July 2018
  • June 2018
  • May 2018
  • January 2018
  • December 2017
  • September 2017
  • June 2017
  • May 2017
  • January 2017
  • November 2016
  • October 2016
  • September 2016
  • August 2016
  • July 2016
  • June 2016
  • May 2016
  • March 2016
  • February 2016
  • January 2016
  • December 2015
  • November 2015
  • October 2015
  • September 2015
  • August 2015
  • July 2015
  • June 2015
  • May 2015
  • April 2015
  • March 2015
  • February 2015
  • January 2015
  • December 2014
  • November 2014
  • October 2014
  • September 2014
  • August 2014
  • July 2014
  • June 2014
  • May 2014
  • April 2014
  • March 2014
  • February 2014

Meta

  • Register
  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

Tags

  • Agent Based Modeling
  • Angular
  • Arduino
  • AWS
  • Bash
  • Bayes
  • CoffeeScript
  • Data
  • Django
  • Docker
  • Excel
  • Express
  • Flask
  • forecasting
  • Fractal
  • Geostatistics
  • GIS
  • Git
  • Golang
  • JavaScript
  • jQuery
  • Kotlin
  • Kriging
  • LaTeX
  • Linux
  • Mac
  • Machine Learning
  • Math
  • MongoDB
  • MSSQL
  • MySQL
  • nimlang
  • Nimrod
  • Node
  • OS X
  • Pandas
  • Python
  • R
  • Sass
  • Statistics
  • SVG
  • Swift
  • Swift3
  • Vim
  • Windows
Proudly powered by WordPress