PythonKC November 2016 Coffee & Code
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
def greetings():
    print("Welcome to PythonKC Coffee & Code.")
    print("Today is Saturday 12 November 2016.")
    print("Thanks to Caleb Hyde and C2FO.")
if __name__ == '__main__':
    greetings()
PythonKC News
PythonKC Organizer Search
- Python expertise is not a requirement.
- Organizer tasks have almost nothing to do with Python skills.
 - Finding meeting space and lining up presentations don't require writing code.
 
 - Being an organizer is not a huge time commitment.
- Mostly it's just showing up.
 - No current organizer is stepping down.
 
 - We're still looking for other interested people.
 
PythonKC Winter Meetup
- Thursday 26 January 2017
 - GRID Collaborative Workspaces
 - If you'd like to make a presentation, please contact Caleb, Chip, Jon, or Julie.
 
Python News and Resources
- HashedIn Technologies. SQL using Jinja Templates
 - Armin Ronacher. I don't understand Python's Asyncio
 - Python Packaging Authority. 
pip9.0 - Dan Poirier. Managing multiple Python projects: Virtual environments
 - Nathaniel J. Smith. Some thoughts on asynchronous API design in a post-async/await world
 - Celery Project. Celery 4.0
 - Haki Benita. Timing Tests in Python for Fun and Profit