PythonKC May 2016 Coffee & Code

#!/usr/bin/env python3
# -*- coding: utf-8 -*-

def greetings():
    print("Welcome to PythonKC Coffee & Code.")
    print("Today is Saturday 14 May 2016.")
    print("Thanks to Garry Polley and C2FO.")

if __name__ == '__main__':
    greetings()

PythonKC News

HackKC

PythonKC Summer 2016 Meetup

PythonKC June 2016 Coffee & Code

PythonKC Bookclub

Python News and Resources