PythonKC Spring 2016 Meetup
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
def greetings():
print("Welcome to PythonKC Spring Meetup.")
print("Today is Thursday 24 March 2016.")
print("Thanks to Salva O'Renick.")
if __name__ == '__main__':
greetings()
PythonKC April 2016 Coffee & Code
PythonKC Summer 2016 Meetup
- Looking for a location
- Looking for presentations
- Contact Jon, Caleb, or Chip if you have a location or would like to make a presentation
Python News and Resources
- Liza Chabot. Best Python Libraries
- Mike Driscoll. Python 201:
namedtuple
- Brett Cannon. Idiomatic Python: comprehensions
- Sher Minn Chong. Image Processing 101
PythonKC News
- PythonKC Bookclub starts 1 April 2016.
Agenda
- Django Girls KC Workshop Introduction: Sara Hines and Ashley Sullins
- Making Python Modules for Your Own Projects: Marc Streeter
- Getting the Most Out of PythonKC: Chip Warden