Skip to content

Latest commit

 

History

History
54 lines (38 loc) · 2.03 KB

File metadata and controls

54 lines (38 loc) · 2.03 KB

PythonKC August 2014 Monthly Meetup

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


def greetings():
    print('Welcome to the PythonKC Monthly Meetup.')
    print('Today is Thursday 28 August 2014.')
    print('Thanks to MindMixer.')


if __name__ == '__main__':
    greetings()


PythonKC News

September PyKC Coffee & Code

  • 13 Septemver 2014
  • Johnson County Public Library, Lackman Branch
  • Looking for projects
  • Looking for facilitators

September PyKC Monthly Meetup

  • 25 September 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

Tonight's Agenda