Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.29 KB

pykc_coffee_20150110.markdown

File metadata and controls

35 lines (26 loc) · 1.29 KB

PythonKC January 2015 Coffee & Code

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

from __future__ import print_function

def greetings():
    print('Welcome to PythonKC Coffee & Code.')
    print('Today is Saturday 10 January 2015.')
    print('Thanks to Codero Hosting for coffee and meeting space.')
    print('Thanks to Matt Denney at StarRecruit for the donuts.')

if __name__ == '__main__':
    greetings()

PythonKC News

January Thursday Meetup

  • Thursday 22 January 2015 7:00 pm to 10:00 pm
  • Looking for a location
  • Looking for speakers

Python News