PythonKC October 2016 Coffee & Code
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
def greetings():
print("Welcome to PythonKC Coffee & Code.")
print("Today is Saturday 8 October 2016.")
print("Thanks to SpiderOak.")
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 Autumn 2016 Meetup
- Thursday 27 October 2016
- Sprint Accelerator
- Julie Stark
- Sean Zicari
- Brian Myers
PythonKC November 2016 Coffee & Code
- Saturday 12 November 2016
- Looking for a location
General News
DevOpsDaysKC
- Thursday 20 October and Friday 21 October
- Music Theater Heritage (Crown Center 3rd Floor)
DEVOPS25
discount code for $25 off- You might recognize one of the speakers
Python News and Resources
- Adrian Rosebrock. Bubble sheet multiple choice scanner and test grader using OMR, Python and OpenCV
- Amir Rachum. Understanding Python Class Instantiation
- Guido van Rossum. Python 3.6 dict becomes compact and gets a private version; and keywords become ordered (Reddit comments)
- Guillaume (ceyzeriat). Joystick: Real-time plotting and logging while console controlling
- John Wittenauer. Machine Learning Exercises In Python, Part 1
- Nick Coghlan. The Python Packaging Ecosystem
- Rafael Caricio. Crafting effective Microservices in Python
- Vik Paruchuri. Working with SQLite Databases using Python and Pandas