Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 1.56 KB

pykc_meetup_20140522.markdown

File metadata and controls

50 lines (34 loc) · 1.56 KB

!SLIDE

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

from __future__ import print_function


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

if __name__ == '__main__':
    greetings()

!SLIDE left

PythonKC News

June Coffee & Code

  • 14 June 2014
  • Looking for a location
  • Don't forget your laptop

June Thursday Meetup

  • 26 June 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!

!SLIDE left

Python News