Menu

Close
  • Home
  • Topics
    • Databases
    • Web Development
    • The Math of ML
  • About This Site
  • The Author
Donate Subscribe
Blog Logo Menu
Sean Harrington's Picture

Sean Harrington

I believe that cover bands should welcome guitarists in the audience on-stage, that Mat Cauthon would make any 14-book series enjoyable, and that college football players can evolve into decent software developers.

Boston, MA seanharr11 github.com/seanharr11 3 posts

Full-stack Web Development

Flask, Django, Angular, SQLAlchemy, JQuery, RESTful APIs, HTML5/CSS3

Data Science

Pandas, Numpy, SciKit-Learn, Plotly

Datastores

ETL Migrations, MySQL, PostgreSQL, MongoDB

Languages

Python, Javascript, C, C++, Bash

I also love Vim, spaces (over tabs), "pip install", "apt-get install", verbose commit messages, StackOverflow, and I am extremely passionate about Bioinformatics and Genomics.
Page 1 of 1

Upgrading to Flask-restless v1.0.0

Flask-restless is a Flask extension providing generation of REST APIs from SQLAlchemy-defined database models. Flask-restless v1.0.0 introduces adoption of the jsonapi.org spec, providing additional features, consistent... »

Author image Sean Harrington on Web-development 25 Mar 2017

Twitter Dashboard w/ Flask & Tweepy

Intro Flask is a versatile microframework capable of doing just about anything that you ask of it. Flask ships with Jinja2 as its HTML Templating Engine,... »

Author image Sean Harrington on Web-development 10 Feb 2017

REST API with Flask-Restless and SQLAlchemy

This post shows how to auto-generate a REST API from a handful of SQLAlchemy models. This means full CRUD (POST, GET, PUT, DELETE) endpoint generation for... »

Author image Sean Harrington on Web-development 19 Aug 2016
Page 1 of 1
The Laziest Programmer © 2017
Proudly published with Jekyll using Jasper