Python

Python is my favorite programming language. I’ve taken python classes for my graduate course work, developed in python at an internship, participated in a club for learning python in undergrad, and have used python for miscellaneous projects through my professional/academic career.

INLS 570: Fundamentals of Programming Information Applications

See the code on Github! Github logo

Last.fm Data Analysis

My professor gave me eight questions to answer about this dataset using python libraries like pandas and numpy. Check out my github to see more.

Fairy Tale Search Engine

For this assignment, I created a python program that allowed users to search for a particular combination of words in a collection of fairy tales. Check out my github to see more.

Fairy Tale Search Engine example 'morethan' and 'and' queries Fairy Tale Search Engine example 'or' query

Book Browser

Book Browser interface Book Browser interface with one book

The final assignment for my INLS 560 Programming for Information Professionals class was to create a GUI for a book browser. This program allows users to search for a particular book or author and select the book to view more details about it.

See this program (and my other work from INLS 560) on my github.

Notifications - Proper Channel


Example of notifications on Proper Channel's website

As part of my internship at Proper Channel, I worked on developing a notification system for the Proper Channel web application, so users could be notified when another user followed them. I used the Flask python framework and Backbone.js to work on the project. I added tables to the database for the notifications, added to application’s API, and started to implement the display of the notifications in the front-end. This project taught me about the web development process, and also gave me experience in how to learn to use unfamiliar technologies in a development setting.

Codeducation

Codeducation was the programming club I joined in college where I first learned python. See what kinds of programs I made on my github.