PythonKC Winter 2016 Meetup
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
def greetings():
print("Welcome to PythonKC Winter Meetup.")
print("Today is Thursday 28 January 2016.")
print("Thanks to BATS Global Trading.")
if __name__ == '__main__':
greetings()
PythonKC February 2016 Coffee & Code
- Saturday 13 February 2016
- Looking for a location. Please contact Caleb, Chip, or Jon if you have a location.
PythonKC Spring 2016 Meetup
- Thursday 24 March 2016
- Looking for a location. Please contact Caleb, Chip, or Jon if you have a location.
- Looking for presenters. Please contact Caleb, Chip, or Jon if you'd like to present.
Python News and Resources
- Python Software Foundation. Welcome to the Warehouse
- Scott Robinson. Python Properties
- Pawel Miech. The benefits of static typing without static typing in Python
- Hynek Schlawack.
hasattr()
Considered Harmful - Kristján Valur. Exception leaks in Python 2 and 3
- Andrew Montalenti. The Elements of Python Style
PythonKC News
Agenda
- Matt Menzenski. When an API Doesn't Exist: Building a Web Scraper with Python to Download Linguistics Data
- Giveaways
- Jon Smajda. How to Break Lines Without Breaking Hearts
- Lightning Talks