PythonKC Winter 2016 Meetup

#!/usr/bin/env python3
# -*- coding: utf-8 -*-

def greetings():
    print("Welcome to PythonKC Winter Meetup.")
    print("Today is Thursday 28 January 2016.")
    print("Thanks to BATS Global Trading.")

if __name__ == '__main__':
    greetings()

PythonKC February 2016 Coffee & Code

PythonKC Spring 2016 Meetup

  • Thursday 24 March 2016
  • Looking for a location. Please contact Caleb, Chip, or Jon if you have a location.
  • Looking for presenters. Please contact Caleb, Chip, or Jon if you'd like to present.

Python News and Resources

PythonKC News

Agenda

  • Matt Menzenski. When an API Doesn't Exist: Building a Web Scraper with Python to Download Linguistics Data
  • Giveaways
  • Jon Smajda. How to Break Lines Without Breaking Hearts
  • Lightning Talks

After Event