R and Python for regression
By: Jerry Dumblauskas
Date: May 14, 2015, 9:48 a.m.
Let's compare our favorite language to an 'upstart' highly focused statistical language.
From Code to Coffee Table with Blender
By: Matt Meshulam
Date: March 12, 2015, 8 p.m.
I've been developing a Python library for turning 3D models into CNC-machinable parts. I will demonstrate the basics of the library and how I used it to build a wood coffee table.
A Talk on Giving a Pythonic Talk
By: Xan Vongsathorn
By: Catherine Vongsathorn
Date: March 12, 2015, 7 p.m.
Xan Vongsathorn and Catherine Vongsathorn will be giving a talk about talks. It turns out that many of python's core principles apply very well to presentations -- or for that matter, communication more generally -- which may be why we like python so much. Xan and Catherine want to get people excited not only about giving talks but also about using them to *actually communicate*. You don’t have to be an expert, nor do you need natural talent, to give a good talk; this metatalk will discuss guiding principles that set effective presentations apart and can be applied to any technical talk.
REST on Django
By: Adam Bain
Date: Feb. 12, 2015, 8 p.m.
A quick overview through the components that make up Django REST Framework with a dive into a sample project.
Video Link: <>
Django+Elasticsearch+Haystack to Search PDFs and Such
By: Joe Jasinski
Date: Feb. 12, 2015, 7 p.m.
Have you ever wanted to search the contents of uploaded PDFs, Docs, and other document formats on your website? Django Haystack (with the Elasticsearch search backend) is a great way to add search to your site, but it does not support full document indexing out of the box. I'd like to share a solution that I cobbled together to allow this combination of tools the ability to search document contents
MM - Japhy/Sebastian - Mining and charting
By: Japhy Bartlett
Date: Jan. 21, 2015, 7 p.m.
We'll go over how to set up a daemon for mining public data using tornado, then loading that data into some web based charts.
Python Mentors Lightning Talk – Chris & Rahul
By: Chris Foresman
Date: Jan. 21, 2015, 7 p.m.
Chris and Rahul would be talking about making RESTful API with Python. Chris was an Associate Writer at Ars Technica and is currently a Senior Systems Engineer at Vokal. Rahul is pursuing his MS in Computer Science at Illinois Institute of Technology.
Chris is @foresmac on Twitter and Rahul can be reached at https://www.linkedin.com/in/rahul013k
Example app using Flask and pg8000 (Postgres) on Heroku
By: Tanya Schlusser
Date: Jan. 21, 2015, 7 p.m.
We walk through the architecture, development process, and a few gotchas of deploying a web application on Heroku using their free Postgresql instance, and the Python libraries 'flask' and 'pg8000'
Python Data Science 101 - how mentoring helped me get from raw data to SKLearn by Ben Reid
By: Ben Reid
Date: Jan. 21, 2015, 7 p.m.
Ben will be talking about his experience getting started with Python Data Science using pandas and sci-kit learn, with Don's assistance, via the Chipy mentoring pilot program. Don is an Independent Technology Consultant, iPhone Developer and Software Architect and currently consulting with clients using Hadoop. Ben is a Senior Business Development Manager at Orbitz Worldwide and is a self taught programmer.
Don is @dondrake on Twitter and Ben can be reached at
https://www.linkedin.com/in/reidbenj
Being A Mentee In The ChiPy Mentorship
By: Zachary Kerr
Date: Jan. 21, 2015, 7 p.m.
Mentors can be incredibly valuable in helping understand software. I want to share some of the insights I have learned from my mentorship. I believe there are important lessons to be learned from mentors that can make programming a much better experience.