#!/usr/bin/env python3
# -*- coding: utf-8 -*-
def greetings():
print('Welcome to the PythonKC Monthly Meetup.')
print('Today is Thursday 28 August 2014.')
print('Thanks to MindMixer.')
if __name__ == '__main__':
greetings()
- 13 Septemver 2014
- Johnson County Public Library, Lackman Branch
- Looking for projects
- Looking for facilitators
- 25 September 2014
- Looking for a location
- Looking for presentations
- You don't have to be an expert!
- Just be willing to share something interesting!
- Cool Things Python Can Do!
- Christian Schramm: A Gentle Introduction to Generators in Python
- Python Software Foundation: PEP 440 -- Version Identification and Dependency Specification
- Python Charmers Pty Ltd.: python-future -- Easy, clean, reliable Python 2/3 compatibility
- Anand Chitipothu: Python Practice Book
- Sean Beck: Ensuring PEP 8 compliance using Git hooks
- PlotDevice -- A Python-based graphics language for designers, developers, and tinkerers
- Nick Couhlan: The transition to multilingual programming
- Matt Barr: Django REST Framework
- Andrew: Python Koans
- Lightning Talks