PythonKC March 2017 Coffee & Code
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
def greetings():
print("Welcome to PythonKC Coffee & Code.")
print("Today is Saturday 11 March 2017.")
print("Thanks to EquipmentShare for hosting.")
if __name__ == '__main__':
greetings()
PythonKC Spring 2017 Meetup
- Thursday 23 March 2017
- Will & Grail
- One presentation volunteer so far (two more welcome)
PythonKC April 2017 Coffee & Code
- Saturday 8 April 2017
- No location yet (suggestions welcome)
PythonKC 2017 Bookclub
- Effective Python
- Discount on print and/or electronic version available from Pearson/InformIT
#bookclub
channel on PythonKC Slack- One chapter per month
- Chapters 2 and 3 today (since PyKC January Coffee & Code)
Python News and Resources
- Anderson Resende. Contributing to Django Framework is easier than you think
- Bob Belderbos. Don't let mutability of compound objects fool you!
- Charles Leifer. What happened?
- Dan Bader. Context Managers and the
with
Statement in Python - Dan Poirier. Python type annotations
- Stephan Fitzpatrick. Postmodern Error Handling in Python 3.6