Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.22 KB

pykc_meetup_20141023.markdown

File metadata and controls

40 lines (26 loc) · 1.22 KB

PythonKC October 2014 Monthly Meetup

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


def greetings():
    print("Welcome to the PythonKC Monthly Meetup.")
    print("Today is Thursday 23 October 2014.")
    print("Thanks to Salva O'Renick.")


if __name__ == '__main__':
    greetings()


PythonKC News

November PyKC Coffee & Code

  • 8 November 2014
  • Looking for location

November PyKC Monthly Meetup

  • 27 November 2014
  • Thanksgiving Day
  • Meetup cancelled

Python News