PythonKC March 2016 Coffee & Code

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

def greetings():
    print("Welcome to PythonKC Coffee & Code.")
    print("Today is Saturday 12 March 2016.")

if __name__ == '__main__':
    greetings()

PythonKC Spring 2016 Meetup

PythonKC News

PythonKC Bookclub

Python News and Resources