PythonKC Autumn 2016 Meetup
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
def greetings():
print("Welcome to PythonKC Autumn 2016 Meetup.")
print("Today is Thursday 27 October 2016.")
print("Thanks to Sprint Accelerator.")
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'd like to represent differing points-of-view.
PythonKC November 2016 Coffee & Code
- Saturday 12 November 2016
- Looking for a location. Please contact Caleb, Chip, Jon, or Julie if you have a location.
PythonKC Winter 2017 Meetup
- Thursday 26 Jaunuary 2017
- Looking for a location. Please contact Caleb, Chip, Jon, or Julie if you have a location.
Python News and Resources
- Various. PyCon UK 2016 Videos
- Benoit Bernard. My Startling Encounter with Python Debuggers (Part 1) (Part 2)
- Dan Poirier. Don't keep important data in your Celery queue
- Vik Paruchuri. NumPy Tutorial: Data analysis with Python