PythonKC April 2016 Coffee & Code
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
def greetings():
print("Welcome to PythonKC Coffee & Code.")
print("Today is Saturday 9 April 2016.")
print("Thanks to Caleb and Sprint Accelerator.")
if __name__ == '__main__':
greetings()
PythonKC News
PythonKC Summer 2016 Meetup
- Thursday 25 August 2016
- Looking for a location
- Looking for presentations
PythonKC May 2016 Coffee & Code
- Saturday 14 May 2016
- Looking for a location
PythonKC Bookclub
- Fluent Python
- #bookclub Slack channel
- Meetup.com Discussion Board
Python News and Resources
- Scott Robinson and Real Python. Python Virtual Environments - a Primer
- Sachin Joglekar. A practical introduction to Functional Programming for Python coders
- Brett Cannon. Why
pathlib.Path
doesn't inherit fromstr
in Python - Abu Ashraf Masnun. Python: A Quick Introduction to the
concurrent.futures
Module - Abu Ashraf Masnum. Understanding Decorators in Python
- Mike Driscoll. Python 201 – The handy
defaultdict
tmuxp
:tmux
session managerrequirements
: Python requirements made easy