Skip to content

Latest commit

 

History

History
49 lines (39 loc) · 2.29 KB

pykc_coffee_20150613.markdown

File metadata and controls

49 lines (39 loc) · 2.29 KB

PythonKC June 2015 Coffee & Code

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


def greetings():
    print("Welcome to PythonKC Coffee & Code.")
    print("Today is Saturday 13 June 2015.")
    print("Thanks to Sprint Accelerator.")


if __name__ == '__main__':
    greetings()

PythonKC News

Contributions

  • Contributions are voluntary
  • PythonKC has no membership dues or attendance fees
  • Transparency is important
  • Unfortunately, PythonKC is not a 501(c)(3)

July PyKC Coffee & Code

PythonKC Summer Meetup

Python News

Homework

  • Listen to Podcast.__init__ Episode 5
  • Visit Boston Python's Meetup.com page
  • Visit ChiPy's website
  • Think about what PythonKC could do to get more of our 700+ members involved