PAST MEETINGS

Thu, Dec 14 2017 at 06:00 PM at mHUB

Mentorship Finals Fall '17
(5 Minutes)
By: Shea Munion
Experience Level: Intermediate

Mentorship Finals Fall '17
Mentorship Finals Fall '17
(5 Minutes)
By: Yvonne Matos
Experience Level: Intermediate

Mentorship Finals Fall '17

Mentorship Finals Fall '17
(5 Minutes)
By: Daniel Nunez
Experience Level: Intermediate

Mentorship Finals Fall '17

Mentorship Finals Fall '17
(5 Minutes)
By: Anna Felicity Friedman
Experience Level: Intermediate

Mentorship Finals Fall '17

Mentorship Finals Fall '17
(5 Minutes)
By: Adam Patni
Experience Level: Intermediate

Mentorship Finals Fall '17

Mentorship Finals Fall '17
(5 Minutes)
By: Zax Rosenberg
Experience Level: Intermediate

Mentorship Finals Fall '17

Mentorship Finals Fall '17
(5 Minutes)
By: Ryan Regan
Experience Level: Intermediate

Mentorship Finals Fall '17

Mentorship Finals Fall '17
(5 Minutes)
By: Jaimie Catoe
Experience Level: Intermediate

Mentorship Finals Fall '17

Mentorship Finals Fall '17
(5 Minutes)
By: Sydney Huppert
Experience Level: Intermediate

Mentorship Finals Fall '17

Mentorship Finals Fall '17
(5 Minutes)
By: Joe Kresach
Experience Level: Intermediate

Mentorship Finals Fall '17

192 Python enthusiasts attended this meeting.


Thu, Nov 09 2017 at 06:00 PM at Lumere

SQL indexes: what, why and how
(10 Minutes)
By: Chris Foresman
Experience Level: Novice
Slides Link

A brief overview of what SQL indexes are, why you need them, and how to add them (using SQL or Django code).

PyWeek24 - team development
(30 Minutes)
By: Michael Tamillow
Experience Level: Advanced

Unicorn Markets has come out with another game. The quality and purpose of this game is a level beyond that of PyWeek 23. I will talk about the development process of working on a team in a short 1 week span, the actual game, the learning experience about the design and architecture of code. And if there is nothing left to discuss, we will just play and investigate video games from the contest. If you want to play the game before just run `>git clone https://github.com/UnicornMarkets/Nightmarotony.git' cd into the directory and run: '>python run_game.py' you will need pygames and python, 2 or 3 should work. And because I forgot to remove the dependency, Python Image Library (PIL) - though it is not necessary for the game.

Invisible Lightning: The Accidental Discovery that Brought Us Computer Science and Good Sound
(30 Minutes)
By: Rob Roy Campbell
Experience Level: Novice

In order to explain the problem I had that prompted my interest in Python (and led me to become a Chipy mentee), I'm going to briefly summarize the history of the electronics industry, beginning with the invention of the light bulb in 1880, to the triode vacuum tube in 1906, to early tube-based digital computers, to the invention of the transistor, to the development of the integrated circuit, to the microprocessor, and finally to the present day. Then I will explain that I use vacuum tubes in modern audio products, and will explain how I overcame a common problem with tubes using Python and accomplished a level of precision that my competitors said was not possible. Unlike most Chipy presentations, mine will focus less on my project and more on the history, with extensive images, video clips, and diagrams of a century of development in the field of electronics and computers. I think I can make it fun and interesting for all.

167 Python enthusiasts attended this meeting.


Thu, Oct 12 2017 at 06:00 PM at University Center

Full Stack Python for AI: How open source Python enables each phase of the AI workflow
(30 Minutes)
By: Tripp Smith
Experience Level: Intermediate

Investments in AI are heating up, with the total market estimated as high as $126B by 2025. This talk will present case studies and code samples of how our clients are using Python today and how we expect this to evolve over the next few years as AI becomes increasingly ubiquitous. Python enables each phase of the AI pipeline: DevOps, Data Engineering, Model Development, Deep Learning, Cognitive User Interfaces, and Microservices. This talk will highlight how Python is a common glue across multiple disciplines that will allow cross functional teams work together to get real results from AI.

PyWeek 24 and pygames
(10 Minutes)
By: Michael Tamillow
Experience Level: Intermediate

Pyweek 24 is coming up October 15th through October 22nd! For pyweek 23, I created a game called the evolution of evil, which is available on my github repository. I will (very quickly) walk through the steps of how I created the game, and what it is.
Data Science Workflows using Docker Containers
(30 Minutes)
By: Aly Sivji
Experience Level: Intermediate
Slides Link

Containerization technologies such as Docker enable software to run across various computing environments. Data Science requires auditable workflows where we can easily share and reproduce results. Docker is a useful tool that we can use to package libraries, code, and data into a single image. This talk will cover the basics of Docker; discuss how containers fit into Data Science workflows; and provide a quick-start guide that can be used as a template to create a shareable Docker image! Learn how to leverage the power of Docker without having to worry about the underlying details of the technology. Although this session is geared towards data scientists, the underlying concepts have many use cases (come find me after to discuss).

172 Python enthusiasts attended this meeting.


Thu, Sep 14 2017 at 06:00 PM at Neal, Gerber & Eisenberg LLP

Getting Off the Struggle Bus: Learning From Transit Data
(20 Minutes)
By: Spencer Chan
Experience Level: Novice

In an extended version of the lightning talk I gave for the spring ChiPy mentorship final presentations, I will go into more depth about how I collected and processed bus location data from the CTA's bus tracker API. I will also discuss interesting discoveries I made once I plotted the data, work I have done on the project since completing the mentorship (collecting data from 30 additional bus routes, converting visualizations from Bokeh/Python to D3.js, analyzing and visualizing bus bunching, etc), as well as future plans for the project.

Storm surge: hurricane flooding simulation using Python, Fortran, and GeoClaw
(25 Minutes)
By: Marc Kjerland

The 2017 hurricane season is proving to be one of the strongest in history, and predictive modeling plays an important role in evacuation and mitigation planning. Coastal communities in the path of hurricanes face several major hazards - strong winds, heavy rainfall, relentless waves, and storm surge. Storm surge is a type of transient sea level rise where water is forced towards the shore by winds, and the right conditions can produce very high levels - Hurricane Harvey raised Galveston Bay by upwards of ten feet, and in 2012 Hurricane Sandy produced 12-foot surge in Lower Manhattan. I'll discuss the current state of storm surge modeling with focus on an open-source package called GeoClaw, developed by academic researchers across the U.S. GeoClaw uses Python and Fortran to run a dynamic simulation of coastal flooding using storm and topography datasets, and thanks to some novel dimensionality reduction it can be run on a laptop.

Anaconda: The Best of Everything in PyData
(25 Minutes)
By: Patrick Boland
Experience Level: Intermediate

A continued narrative of the tale of two snakes. In this talk, we will discuss some of the most impressive features of Anaconda, including built in binaries, command line interface, the history of the distribution, and why it is the right choice for just about every Python stack. This talk does not assume audience familiarity with the distribution. We will take advantage of the *better* batteries included nature of this distribution to step through beginner and intermediate concepts. I intend for the audience to feel comfortable and excited to give this a try on their own.

220 Python enthusiasts attended this meeting.


Thu, Aug 10 2017 at 06:00 PM at Lumere

Selenium: Doing Magic with Websites Using Python
By: Seth Weidman
Experience Level: Intermediate
Slides Link
Selenium is an excellent package that lets you dynamically interact with websites right from your Jupyter Notebook. At Metis, we teach Selenium early in our bootcamp. We have a great Selenium tutorial that involves lets you make a reservation on OpenTable using Python. In addition, several students have already completed excellent projects using Selenium. During this talk, Seth Weidman, a Senior Data Science Instructor at Metis, as well as the following two current Metis students [TO BE DETERMINED] will be presenting the projects that they just completed.
Tracking FCC bots with Python
(20 Minutes)
By: Chris Sinchok
Experience Level: Novice

I've been doing a bunch of analysis on the recent FCC public comments in Python (https://medium.com/@csinchok/an-analysis-of-the-anti-title-ii-bots-463f184829bc). Due to this work, I was quoted in Gizmodo, Ars Technica, and the BBC. I'd like to talk about how I approached this problem, how Python helped make sense of my findings, and what my conclusions are.

Fortune-Telling with Python: An Intro to Time Series Modeling
(15 Minutes)
By: Jonathan Balaban
Experience Level: Intermediate

Description: a pythonic tour of time series methodologies and packages, including ARIMA, seasonal models, and Markov approaches. Intermediate level with basic statistics and time data familiarity required. Bio: Jonathan Balaban is a senior data scientist, strategy consultant, and entrepreneur with ten years of private, public, and philanthropic experience. He currently teaches business professionals and leaders the art of impact-focused, practical data science at Metis.

229 Python enthusiasts attended this meeting.