PAST MEETINGS

Thu, Apr 14 2016 at 06:00 PM at Akuna Capital

module of the month - usaddress
(10 Minutes)
By: Cathy Deng

usaddress is a python library that uses NLP methods to parse address strings into structured components (e.g. street name, city, zip). it is trained on real-world addresses with real-world data quirks - as a result, it's robust in handling messy data. usaddress was built by DataMade, a local civic technology company. TL;DR usaddress helps you avoid regex for address data, which is a terrible rabbit hole.
Multiple System Failure: A case study in debugging
(30 Minutes)
By: Adam Forsyth

Recently, the Braintree Python library wasn't working on Google App Engine. Braintree, GAE, requests, and urllib3 all had problems and I tracked down each one. I'll walk you through debugging with only basic tools -- editing the code to observe state and using git to find the responsible commit. This talk expects a basic understanding of web programming, git, and Python.
Hacking Bokeh
(20 Minutes)
By:

I brief introduction into Bokeh http://bokeh.pydata.org/en/latest/ And a bit on how to build interactive graphs in jupyter notebooks or stand alone.
168 Python enthusiasts attended this meeting.


Thu, Mar 10 2016 at 07:00 PM at Bank of America Plaza

ChiPy Python Mentorship
(7 Minutes)
By: Tathagata
Slides Link
This April we will the start the fourth round of ChiPy's mentorship program. We have worked with more than 70 developers till now, and some of them have landed exciting jobs by showcasing their mentorship projects. I'll give a quick view of the program and what are we looking for in a mentor and a mentee. FAQ: http://www.chipy.org/pages/sigs/mentorship/
Job Market
(15 Minutes)
By: Jerry Dumblauskas

Let's see what's happening in the Python Job market in Chicago!
The wonder and the horror of the mock module
(5 Minutes)
By: Stephen Hoover

The "mock" module is a powerful (and fun!) tool for unit testing, and it comes built in to the the Python standard library. I'll give an overview of some of the more useful features of the module, and finish with a warning about the dangers of too much mockery.
Python-based data science to understand knowledge discovery and expertise: A science perspective
(45 Minutes)
By: Daniel E. Acuna

All kinds of businesses are using data science and machine learning to understand themselves, lowering costs, engineering better products, and improving customer experiences. Similarly, we use data science to improve science itself, understanding how scientific topics are discovered and modeling institutional expertise. In our work, we use a combination of Python-powered big data analytics and web-based tools to achieve this goal, including pyspark (http://spark.apache.org), scikit-learn (http://http://scikit-learn.org), Django (https://www.djangoproject.com/), Celery (http://www.celeryproject.org/), and or-tools (https://developers.google.com/optimization). First, we will present the infrastructure behind Scholarfy, a recommender system for massive scientific conferences (http://www.scholarfy.net). We will also present a machine learning approach to automatically match expert scientific reviewers to research proposals (http://pr.scienceofscience.org). Finally, we will present the work behind our award-winning visualization, World’s Science Map (http://map.scienceofscience.org), where we modeled the institutional expertise, collaboration network, and funding of all institutions in the world. At the end of our talk, we will argue that Python-powered data science can improve not only businesses but also science, making it more agile and accurate.
181 Python enthusiasts attended this meeting.


Thu, Feb 11 2016 at 07:00 PM at "1871"

Python at Deloitte
(7 Minutes)
By:

How Deloitte uses Python within the Enterprise Science Team.
Python at Credit Suisse
(7 Minutes)
By: David Matsumura

How Credit Suisse uses Python.
Python-Powered Data Science at Civis
(7 Minutes)
By: Stephen Hoover

Civis Analytics uses Python to develop the machine learning software which powers our products, and we run our Python software in production. I'll give a (very) brief overview of what Civis Analytics does and where Python and the open source community fit into the picture.
Python at Datascope Analytics
(7 Minutes)
By: Brian Lange

How Datascope Analytics uses Python to improve business and society through science and design.
Python at Vokal
(7 Minutes)
By: Chris Foresman, Adam Bain

How Vokal uses Python with Adam Bain and Chris Foresman
Python at Modest
(7 Minutes)
By: Emily Anderson, Mark Ashton

We will describe how Modest, recently acquired by Braintree (PayPal) uses Python.
Python at ShiftGig
(7 Minutes)
By: Brian Eagan, Tyler Hendrickson

How ShiftGig, which connects the right people with the right job, uses Python.
Python at Cofactor
(7 Minutes)
By: Hector Rios

We are going to talk about our history -- a high level why we switched from .net to python. Topics include .NET pain points and the reason why we chose Python. We looked at Ruby, and chose against Ruby. We will also talk about how we use Python, which include Bottle + MongoDB to build our APIs.
Python at OptionsAway
(7 Minutes)
By: Tim Saylor

How OptionsAway, an airfare lock startup, uses Python.
How SpotHero uses Python
(7 Minutes)
By: Cezar Jenkins

SpotHero is one of the leading online parking reservation companies in the country. Come see how were using Python to make that happen.
205 Python enthusiasts attended this meeting.


Thu, Jan 14 2016 at 07:00 PM at gogoair

*half time special* imposter syndrome.
(10 Minutes)
By: David Beazley

Seeing as this winter marks 20 years of my using Python, I might be inclined to say a few short words about imposter syndrome.
Dustin Shapiro's Python 101 Menteeship!
(5 Minutes)
By: Dustin Shapiro

This is a brief overview depicting where I started before this mentorship, through the various projects me and Ray worked on, and where I plan to take it moving forward!
Constructing a risk metric from google query data
(7 Minutes)
By: Michael Tamillow

We have created a dataset from the search queries provided by Google and matched it up with some market data. We will attempt to produce a some metric or predictive model given the limited, slightly correlated data.
Using Python for Kaggle competitions
(5 Minutes)
By: Hana Lee

(Lightning talk as part of ChiPy mentorship) I'll be talking about using Python to develop a classifier for a Kaggle competition looking at crime data in San Francisco
Building a BusTracker Tracker
(7 Minutes)
By: Ellie Anderson

First, I’ll discuss a data-gathering pipeline that uses AWS Lambda functions written in Python to scrape CTA’s BusTracker prediction service and interpolate actual arrival times. Then I’ll detail an API written in Django REST Framework to select and analyze a range of data. Finally, a simple JavaScript-based front-end visualizes the data provided by the API.
Web App for Caregivers
(5 Minutes)
By: Shannon Cochran

This presentation will cover the Django project I completed with my mentor, Adam Bain. The idea for this project came from my former work as a caregiver for a child with Autism. As a caregiver, there were many times behavioral issues came up and I often wondered what other possible interventions people may have tried. The child I worked with was nonverbal which made discipline and finding out the source of a behavior much trickier. Every case of Autism is different but there are still some behaviors which are more common, especially as a result of the inability to communicate. For example, self-injurious behaviors are common and usually associated with the frustration of not being able to communicate needs. My idea is to create an app where caregivers are able to share their solutions to behavior problems and search for other caregiver’s solutions as well. The app will have a space for people to share both problem behaviors they want to decrease in their client or child and positive behaviors they want to encourage. This project allows caregivers to search for problem behaviors as well as positive behaviors and find out how other caregivers addressed the behavior and whether those interventions were successful or not.
Shuang Qiu
(5 Minutes)
By: Shuang Qiu

Project Goal: Create an interactive dashboard using Django, featuring data table and chart which take customized user filtering and sorting and return the filtered result. Progress: 1. Data normalization 2. Data Importer 3. url patterns 4. Django form - HTTP get/post request 5. Created chart view with C3.js 6. Bootstrap for error warning and numeric stepper 7. Manipulate data within shell
117 Python enthusiasts attended this meeting.


Thu, Dec 10 2015 at 07:00 PM at National Association of Realtors

SQLAlchemy: Beyond ORM
(20 Minutes)
By: Will Engler

Before I started my new job, I thought of SQLAlchemy as "that ORM people use with Flask." Well, it is that - and more! With this talk, I want to give the audience a taste of SQLAlchemy's philosophy and capability. Outline: 1) Picking the right abstraction: SQLAlchemy's ORM and Core layers. 2) Transaction management: The Unit of Work pattern (SQLAlchemy) vs. the Active Record pattern (Django models, Rails ActiveRecord). 3) In the wild: code samples plus practical concerns like migrations.
An Introduction to the Portable Format for Analytics (PFA) and to Python-based Titus Scoring Engine
(30 Minutes)
By: Robert Grossman

The Portable Format for Analytics (PFA) (www.dmg.org) is an emerging standard for predictive analytics that addresses some of the limitations of the Predictive Model Markup Language (PMML) and was designed for today’s big data environments, including Hadoop, Storm and Spark. In this talk, I give an introduction to PFA, model deployment, and Titus: Open Data's Python toolkit for building, inspecting, and modifying PFA scoring engines. Robert Grossman is the Founder and a Partner at Open Data Group, which has building predictive models over big data for its clients since 2002. He is also a Professor in the Division of Biological Sciences at the University of Chicago, where he leads a research group in bioinformatics with a focus in managing and analyzing large genomic datasets for advancing the understanding of human disease.
Meet the micro:bit
(45 Minutes)
By: Naomi Ceder

You may have heard of the BBC micro:bit - a tiny (2" x 2.5") ARM based single board computer that every 11 year old in Britain will be receiving in a few months. (And if you haven't, well, as for everything else, start with Wikipedia.) Even better, the micro:bit runs Python 3 (MicroPython, to be exact). The Python Software Foundation is a partner in the project. (see http://ntoll.org/article/story-micropython-on-microbit for more) The micro:bit will be released in the UK some time around February, and should be available commercially shortly after that. Even though the micro:bit has't been officially released yet, a few have made their way out the door. So I happen to have one these precious few devices in the wild. I'd be happy to give a 30-45 minute talk about the background of the micro:bit and getting Python on it, about the teaching implications, the development done so far, and what's needed for the future, as well as the world tour that several of the devices are on. There would also be a live demo of the device.
120 Python enthusiasts attended this meeting.