RECENT TOPICS

Multiple System Failure: A case study in debugging By: Adam Forsyth
Date: April 14, 2016, 7 p.m.
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
Date: April 14, 2016, 6 p.m.
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.
The wonder and the horror of the mock module By: Stephen Hoover
Date: March 10, 2016, 4:47 p.m.
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 By: Daniel E. Acuna
Date: March 10, 2016, 12:10 p.m.
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.
Job Market By: Jerry Dumblauskas
Date: March 10, 2016, 12:11 p.m.
Let's see what's happening in the Python Job market in Chicago!
ChiPy Python Mentorship By: Tathagata
Date: March 10, 2016, 12:10 p.m.
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/
Python at Deloitte
Date: Feb. 11, 2016, 7 p.m.
How Deloitte uses Python within the Enterprise Science Team.
How SpotHero uses Python By: Cezar Jenkins
Date: Feb. 11, 2016, 7 p.m.
SpotHero is one of the leading online parking reservation companies in the country. Come see how were using Python to make that happen.
Python at OptionsAway By: Tim Saylor
Date: Feb. 11, 2016, 7 p.m.
How OptionsAway, an airfare lock startup, uses Python.
Python at Cofactor By: Hector Rios
Date: Feb. 11, 2016, 7 p.m.
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.