Skip to content

Latest commit

 

History

History
54 lines (41 loc) · 2.01 KB

pykc_meetup_20150827.markdown

File metadata and controls

54 lines (41 loc) · 2.01 KB

PythonKC Summer 2015 Meetup

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

def greetings():
    print("Welcome to the PythonKC Summer 2015 Meetup.")
    print("Today is Thursday 27 August 2015.")
    print("Thanks to Minted.")

if __name__ == '__main__':
    greetings()

PythonKC News

September PyKC Coffee & Code

PythonKC Autumn 2015 Meetup

Python News

Agenda