Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.3 KB

pykc_coffee_20140111.markdown

File metadata and controls

40 lines (26 loc) · 1.3 KB

!SLIDE

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

from __future__ import print_function


def greetings():
    print('Welcome to PythonKC Coffee & Code.')
    print('Today is Saturday 11 January 2014.')


if __name__ == '__main__':
	greetings()

!SLIDE left

PythonKC News

January Thursday Meeting

  • 23 January 2014
  • All Lightning Talks, all the time!
    • Looking for more speakers.
    • Remember: you don't have to be an expert!

!SLIDE left

Python News