PythonKC February 2016 Coffee & Code
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
def greetings():
print("Welcome to PythonKC Coffee & Code.")
print("Today is Saturday 13 February 2016.")
if __name__ == '__main__':
greetings()
PythonKC March 2016 Coffee & Code
- Saturday 12 March 2016
- No location yet
PythonKC Spring 2016 Meetup
- Thursday 24 March 2016
- No location yet
- Still seeking presentations
PythonKC News
- Anyone interested in a PythonKC book club?
- Fluent Python
- Effective Python
- Doing Math with Python
- Slack?
Python News and Resources
- Brian Okken. Given-When-Then
- Ned Batchelder. The value of unit tests
- Kenneth Reitz. Records: SQL for Humans™
- PEP Index. PEP 0515 -- Underscores in Numeric Literals
- Phillip Johnson. Getting Started with Behavior Testing in Python with Behave
- Scott Robinson. Python Properties
- Tom Dalling. Friction Between Programming Professionals and Beginners