RECENT TOPICS

Curiosity.com By: Christopher Coté
Date: Feb. 6, 2014, 7 p.m.
I am Director of Engineering for Discovery Communications Emerging Business and Strategy team. We just relaunched Curiosity.com. We use Python all over the place along with MongoDB/Redis/ElasticSearch The site lives within AWS utilizing several of their services. Including EC2, ELB, Route53, Cloudwatch, S3 I would like to discuss our overall architecture and our use/love of Python. And answer any questions on architecture/scalability/process/code.
Lexical Graphs with Natural Language Processing using NLTK
Date: Jan. 9, 2014, 7:02 p.m.
Brian will talk about his experiences using Python and NLTK http://nltk.org/ to run language comparisons to generate lexical difference graphs like the one mentioned in the "Lexical Distance Among the Languages of Europe" article. http://bit.ly/1cS46Ba The focus will be on the NLTK and how its internals work to process a language. This talk will be his best one ever.
Garbage Collection w/ Ref. Cycles By: Aaron Brady
Date: Jan. 9, 2014, 8 p.m.
Reference counting is very useful but it has an odd problem. We employ a technique from graphs to approach it. The solution works but it's a bit slow.
There were 986 roadway fatalities in Illinois in 2013. Where's the data? By: Nick Bennett
Date: Jan. 9, 2014, 9 p.m.
Seen on garish LED roadway signs all around Chicago on New Year's Eve, 2013: 986 TRAFFIC DEATHS IN 2013. It leads to many questions: On what roads? When did the accidents happen? What do we do now? I'm scared to drive. I will talk about purging my fears by finding the data to answer some of those questions. http://tothebeat.github.io/fatal-car-crashes/ This talk will involve PythonAnywhere, IPython, a module that's not even on PyPi (dbfpy), searching for and finding open government data, CartoDB, Google Fusion Tables, csv, and maybe Pandas. Rest assured, there will be no graphic photos.
Storm (with python (and a side of clojure)) By: Philip Doctor
Date: Dec. 12, 2013, 8 p.m.
A walking tour of Storm, what it is, what you can do, and how you can use it with python.
A Visual Guide To Pandas By: Jason Wirth
Date: Dec. 12, 2013, 7:40 p.m.
Pandas is the data-munging Swiss Army knife of the Python world. Often you know how your data should look but it's not so obvious how to get there, so I'll present a visual approach to learning the library and data manipulation.
The Chicago Process: How Braintree Develops Software By: Adam Forsyth
Date: Dec. 12, 2013, 7:01 p.m.
Braintree needs to be highly available and secure, while still maintaining a rapid development pace and strict backwards compatibility. In order to achieve that, we use what has become known as the "Chicago Process". This involves pairing, strict TDD, a team structure, and weekly iterations, all to empower the devs to make decisions and get work of a high quality done while avoiding siloing.
Measure It By: Peter Fein
Date: Nov. 14, 2013, 7 p.m.
measure_it provides timing and counting for iterators (and other code segments). https://measure_it.readthedocs.org/en/latest/
PyData Recap Lightning Talk By: Jason Wirth
Date: Nov. 14, 2013, 11 p.m.
Recap of last weeks PyData conference in NYC.
CivicLab and Between the Bars By: Benjamin Sugar
Date: Nov. 14, 2013, 7:33 p.m.
In this talk, I will present on a slice of the maker movement called "civic making" and a new space that has opened up in Chicago to encourage this type creation, CivicLab. As an example of "civic making" I will discuss Between the Bars, a paper based blogging platform for those who are incarcerated, built in Django. I will also discuss our choice in framework and the pros/cons of our approach.