PAST MEETINGS

Thu, Feb 12 2015 at 07:00 PM at Vokal New Headquarters

Django+Elasticsearch+Haystack to Search PDFs and Such
(15 Minutes)
By: Joe Jasinski

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
REST on Django
(15 Minutes)
By: Adam Bain

A quick overview through the components that make up Django REST Framework with a dive into a sample project. Video Link: <>
97 Python enthusiasts attended this meeting.


Wed, Jan 21 2015 at 07:00 PM at TEKsystems

Example app using Flask and pg8000 (Postgres) on Heroku
(7 Minutes)
By: Tanya Schlusser

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'
MM - Japhy/Sebastian - Mining and charting
(7 Minutes)
By: Japhy Bartlett

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.
ChiPy Mentorship 7-Minute Retrospective
(7 Minutes)
By: Paul Ebreo

Tom Yarrish and Paul Ebreo will talk about their experience of the 12 week mentorship program. They will talk about what went well and what went not-so well. They will share what they learned and give tips and tricks for a successful mentor/mentee relationship. Paul is very passionate about programming, software testing, open hardware and teaching and Tom is a Digital Forensic Analyst and teaches at Loyola University.
Python Data Science 101 - how mentoring helped me get from raw data to SKLearn by Ben Reid
(7 Minutes)
By: Ben Reid

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

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.
Python Mentors Lightning Talk – Chris & Rahul
(7 Minutes)
By: Chris Foresman

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
101 Python enthusiasts attended this meeting.


Thu, Jan 08 2015 at 07:00 PM at SPACE by Doejo

52 Python enthusiasts attended this meeting.


Thu, Dec 11 2014 at 07:00 PM at Braintree

Python For Humans
(45 Minutes)
By: Kenneth Reitz

A lightning look at O'Reilly's Python books
(15 Minutes)
By: Tanya Schlusser
Slides Link
Wouldn't it be awesome if ChiPy wrote its own book? We'd be able to get BEvERages for weeks, maybe months on the royalty! If so, we'd need to see what's already out there. This lightning talk takes a look at O'Reilly's Python books using requests and BeautifulSoup, with a little of scipy's hierarchical clustering on the book descriptions. It is presented in an iPython notebook.
59 Python enthusiasts attended this meeting.


Thu, Nov 13 2014 at 07:00 PM at Loyola's downtown campus

Innate learning: training the brain before the eyes open
(15 Minutes)
By: Isaac Adorno

Amorphous, blob-like patterns of neural activity form and move over the eye during visual development in animals. Why do such patterns exist? We show that these patterns are this way to better prepare the visual system for natural vision. Essentially, these are movies played in the eyes to refine the visual system before the eyes even open. We use python to model the developing visual system, produce an efficient code based on those patterns, and show how that code matches what is seen biologically. In this way, we show that during your early development you are learning from innately generated patterns - a unique twist in the debates of nature and nurture.
Hidden Markov Models to improve activity recognition in patients with spinal cord injury
(15 Minutes)
By: Asma Mehjabeen

Fitness tracking is great for calories and steps, but similar sensors are capable of reporting much more about how we move throughout the day. This is especially important in assessing the quality of movement for those with limited mobility. Doctors often want to know more detail about patient behavior after therapy to select and adjust the appropriate intervention. Using machine learning on wearable accelerometer signals, we estimate the activities patients with incomplete spinal cord injury are performing. By combining windowed classifier estimates over time using a hidden markov model, we show how error rates can be significantly decreased, which brings more detailed assessments of patient activity closer to a clinical reality.
46 Python enthusiasts attended this meeting.