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

PythonKC 2017 Bookclub

Python News and Resources

Agenda