PythonKC December 2016 Coffee & Code
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
def greetings():
print("Welcome to PythonKC Coffee & Code.")
print("Today is Saturday 10 December 2016.")
print("Thanks to Chris Cooley and 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 January 2017 Coffee & Code
- Saturday 14 January 2017
- Looking for a location (contact Caleb, Chip, Jon, or Julie if you have one)
PythonKC Winter Meetup
- Thursday 26 January 2017
- GRID Collaborative Workspaces
- Time change: 6:30 p.m. to 9:30 p.m.
- If you'd like to make a presentation, please contact Caleb, Chip, Jon, or Julie.
Python News and Resources
- Cory Benfield. Five Whys on Requests 2.12
- Harrison Kinsley. Intro and Skill Logic: Alexa Skills with Python and Flask-Ask (Part 1)
- Jacob Kaplan-Moss. Getting Started with
pytest
- Jefferson Heard. Simplifying complex business logic with Python's Kanren
- Karlijn Willems. Jupyter Notebook Tutorial: The Definitive Guide
- Randy Daw-Ran Liou.Never Write For-Loops Again
- Trey Hunner. Check Whether All Items Match a Condition in Python