Pinned Repositories
flask_app
Simple Flask app, ultimate goal to render data from a database in a d3 visualization.
jimjshields.github.io
My GitHub page.
letterboxd_scraper
Small scraper for letterboxd.com
mta_service_alerts
thank_the_academy
A Flask app for Markov-generated Oscar acceptance speeches.
tiny
A tiny, usable web framework built in Python.
jimjshields's Repositories
jimjshields/mta_service_alerts
jimjshields/tiny
A tiny, usable web framework built in Python.
jimjshields/jimjshields.github.io
My GitHub page.
jimjshields/letterboxd_scraper
Small scraper for letterboxd.com
jimjshields/thank_the_academy
A Flask app for Markov-generated Oscar acceptance speeches.
jimjshields/academy_awards
Program written in python3.4.2 to crawl the Wikipedia Page of the Academy Awards for Best Picture and get the budget of all the winner movies.
jimjshields/awards_api
An API for the Academy Awards.
jimjshields/aws-cloudformation-templates
A collection of useful CloudFormation templates
jimjshields/best_picture
Scraping program.
jimjshields/bom_analysis
d3 visualizations/analysis of Box Office Mojo data.
jimjshields/dd-trace-py
Datadog Tracing Python Client
jimjshields/flask_by_example
Following along with: https://realpython.com/blog/python/flask-by-example-part-1-project-setup/
jimjshields/interview_prep
jimjshields/learn_you_node
Following along w/ https://github.com/rvagg/learnyounode.
jimjshields/moto
Moto is a library that allows your python tests to easily mock out the boto library
jimjshields/nltk_practice
Following along w/ http://www.nltk.org/book_1ed/.
jimjshields/oscar_predictions
Scrape, compile and analyze data to predict the Oscars.
jimjshields/pandas_practice
Practice using pandas to answer basic data questions.
jimjshields/pather
Find a path to a JSON key or HTML element.
jimjshields/personal_site
Collection of my projects.
jimjshields/pswads
Following along with this book: http://interactivepython.org/.
jimjshields/PyQS
Python task-queues for Amazon SQS
jimjshields/readthat
jimjshields/rolling_to_do
jimjshields/rotten_tomatoes_CLI
A simple command line interface for the Rotten Tomatoes API.
jimjshields/rt_reviews
Program to get all text of all reviews for a given movie.
jimjshields/service_alerts_scraper
Scraper for the MTA Service Alerts XML feed.
jimjshields/snake
A game of Snake written purely in JavaScript using HTML's canvas
jimjshields/url_shortener
A simple Bitly clone built in Flask.
jimjshields/wsgi_app
A copy of https://gist.github.com/thomasballinger/5104059 with explanatory commenting/printing.