Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.18 KB

pykc_meetup_20140925.markdown

File metadata and controls

41 lines (27 loc) · 1.18 KB

PythonKC September 2014 Monthly Meetup

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


def greetings():
    print('Welcome to the PythonKC Monthly Meetup.')
    print('Today is Thursday 25 September 2014.')
    print('Thanks to Alight Analytics.')


if __name__ == '__main__':
    greetings()


PythonKC News

October PyKC Coffee & Code

  • 11 October 2014
  • Looking for location

October PyKC Monthly Meetup

  • 23 October 2014
  • Looking for a location
  • Looking for presentations
    • You don't have to be an expert!
    • Just be willing to share something interesting!
    • Cool Things Python Can Do!

Python News