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

PythonKC April 2017 Coffee & Code

PythonKC 2017 Bookclub

Python News and Resources