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
- Saturday 11 March 2017
- No location yet (suggestions welcome)
PythonKC 2017 Bookclub
- Effective Python
- Discount on print and/or electronic version available from Pearson/InformIT
#bookclub
channel on PythonKC Slack- One chapter per month
- Chapters 1 and 2 today (since PyKC Coffee & Code was cancelled last month)
Python News and Resources
- Aaron Maxwell. Python Functions Aren't What You Think
- Amos Omondi. Build Your First Python and Django Application
- Dan Bader. Lambda Functions in Python: What Are They Good For?
- Jee Githinji. Build a REST API with Django – A Test Driven Approach: Part 1
- Karlijn Willems. Python Excel Tutorial: The Definitive Guide
- Mike Driscoll. New in Python: Formatted string literals
- Nick Sweeting. Reconciling Django Templates with React Components