diff --git a/content/meeting-notes/2017/pykc_spring_meetup_20170323.markdown b/content/meeting-notes/2017/pykc_spring_meetup_20170323.markdown new file mode 100644 index 0000000..c6c79b9 --- /dev/null +++ b/content/meeting-notes/2017/pykc_spring_meetup_20170323.markdown @@ -0,0 +1,40 @@ +Title: PythonKC Spring 2017 Meetup +Date: 2017-03-22 00:00 +Category: Meeting Notes +Tags: pythonkc, seasonal meetups +Summary: Meeting notes for Spring 2017 Python KC Meetup + +```python +#!/usr/bin/env python3 +# -*- coding: utf-8 -*- + +def greetings(): + print("Welcome to PythonKC Winter Meetup.") + print("Today is Thursday 23 March 2017.") + print("Thanks to Will & Grail.") + +if __name__ == '__main__': + greetings() +``` + +## PythonKC April 2017 Coffee & Code +* [Saturday 8 April 2017 10:00 a.m.](https://www.meetup.com/pythonkc/events/qkwbtlywgblb/) +* Looking for a location + +## PythonKC 2017 Bookclub +* [_Effective Python_](http://www.effectivepython.com) +* [Discount on print and/or electronic version available from Pearson/InformIT](https://www.meetup.com/pythonkc/messages/boards/thread/48671344/0#129968417) +* `#bookclub` channel on PythonKC Slack +* We'll discuss chapters 3 and 4 at PyKC April 2017 Coffee & Code + +## Python News and Resources +* Benoit Bernard. [The Case of the Mysterious Python Crash](https://benbernardblog.com/the-case-of-the-mysterious-python-crash/) +* Dan Bader. [How to Make Your Python Loops More Pythonic](https://dbader.org/blog/pythonic-loops) +* Guy Fighel. [Not Your Father’s Python: Amazing Powerful Frameworks](https://blog.signifai.io/not-your-fathers-python-amazing-powerful-frameworks/) +* Patrick Kennedy. [Python Logging Tutorial](http://www.patricksoftwareblog.com/python-logging-tutorial/) +* Vik Paruchuri. [Building An Analytics Data Pipeline In Python](https://www.dataquest.io/blog/data-pipelines-tutorial/) + +## Agenda +* [Annie](https://www.meetup.com/pythonkc/members/101791012/) and [Ashley Sullins](https://www.meetup.com/pythonkc/members/14010593/): [Django Girls KC 2017](https://djangogirls.org/kansascity/) +* [Caleb](https://www.meetup.com/pythonkc/members/3016720/) Hyde: Something to do with [Oculus Rift](https://www.oculus.com/rift/) +* [Jon Smajda](https://www.meetup.com/pythonkc/members/44580502/): Something to do with [`pytest`](http://doc.pytest.org/en/latest/`)