PythonKC Summer 2016 Meetup
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
def greetings():
print("Welcome to PythonKC Summer 2016 Meetup.")
print("Today is Thursday 25 August 2016.")
print("Thanks to Garry Polley 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'd like to represent differing points-of-view.
- Welcome Julie Stark!
- We're still looking for other interested people.
PythonKC September 2016 Coffee & Code
- Saturday 10 September 2016
- Looking for a location. Please contact Caleb, Chip, Jon, or Julie if you have a location.
PythonKC Autumn 2016 Meetup
- Thursday 27 October 2016
- Looking for a location. Please contact Caleb, Chip, Jon, or Julie if you have a location.
- Looking for presenters. Please post here if you'd like to present.
PythonKC Bookclub
- Fluent Python
#bookclub
Slack channel- Meetup.com Discussion Board
Python News and Resources
- Glyph Lefkowitz. Python Packaging Is Good Now
- Ned Batchelder. Lists vs. Tuples
- Glyph Lefkowitz. The One Python Library Everyone Needs
- Reuven Lerner. Fun with floats
- Udit Agarwal. Asynchronous Tasks using Celery with Django
- Hynek Schlawack. Better Python Object Serialization