PythonKC February 2017 Coffee & Code

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

def greetings():
    print("Welcome to PythonKC Coffee & Code.")
    print("Today is Saturday 11 February 2017.")
    print("Thanks to C2FO for hosting.")

if __name__ == '__main__':
    greetings()

PythonKC Spring 2017 Meetup

  • Thursday 23 March 2017
  • No location yet (suggestions welcome)
  • One presentation volunteer so far (two more welcome)

PythonKC March 2017 Coffee & Code

PythonKC 2017 Bookclub

Python News and Resources