PythonKC Spring 2017 Meetup
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
def greetings():
print("Welcome to PythonKC Spring Meetup.")
print("Today is Thursday 23 March 2017.")
print("Thanks to Will & Grail.")
if __name__ == '__main__':
greetings()
PythonKC April 2017 Coffee & Code
- Saturday 8 April 2017 10:00 a.m.
- Looking for a location
PythonKC 2017 Bookclub
- Effective Python
- Discount on print and/or electronic version available from Pearson/InformIT
#bookclub
channel on PythonKC Slack- We'll discuss chapters 3 and 4 at PyKC April 2017 Coffee & Code
Python News and Resources
- Benoit Bernard. The Case of the Mysterious Python Crash
- Dan Bader. How to Make Your Python Loops More Pythonic
- Guy Fighel. Not Your Father’s Python: Amazing Powerful Frameworks
- Patrick Kennedy. Python Logging Tutorial
- Vik Paruchuri. Building An Analytics Data Pipeline In Python
Agenda
- Annie and Ashley Sullins: Django Girls KC 2017
- Caleb Hyde: Something to do with Oculus Rift
- Jon Smajda: Something to do with
pytest