Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 1.81 KB

pykc_meetup_20150326.markdown

File metadata and controls

48 lines (32 loc) · 1.81 KB

PythonKC March 2015 Monthly Meetup

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

def greetings():
    print("Welcome to the PythonKC Monthly Meetup.")
    print("Today is Thursday 26 March 2015.")
    print("Thanks to BATS.")


if __name__ == '__main__':
    greetings()

PythonKC News

April PyKC Coffee & Code

  • 11 April 2015
  • Looking for a location; suggestions welcome (Codero is always an option)

April PyKC Monthly Meetup

  • 23 April 2015
  • Looking for a location
  • Presentations
    • Anyone?

Python News

Presentations

Discussions

Whither PythonKC?