From b12226340890f1011ca8f0215e99b242f3285bf0 Mon Sep 17 00:00:00 2001 From: Chip Warden Date: Mon, 20 Mar 2017 19:26:07 -0500 Subject: [PATCH 1/4] Meeting notes for PyKC Spring 2017 Meetup. --- .../2017/pykc_spring_meetup_20170323.markdown | 39 +++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 content/meeting-notes/2017/pykc_spring_meetup_20170323.markdown 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..081d50f --- /dev/null +++ b/content/meeting-notes/2017/pykc_spring_meetup_20170323.markdown @@ -0,0 +1,39 @@ +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 +* Caleb Hyde +* Jon Smajda \ No newline at end of file From 121da52b1fbe46db9601b207ab1cb5b6d01ce997 Mon Sep 17 00:00:00 2001 From: Chip Warden Date: Wed, 22 Mar 2017 17:36:53 -0500 Subject: [PATCH 2/4] Update agenda. --- .../meeting-notes/2017/pykc_spring_meetup_20170323.markdown | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/content/meeting-notes/2017/pykc_spring_meetup_20170323.markdown b/content/meeting-notes/2017/pykc_spring_meetup_20170323.markdown index 081d50f..930f56f 100644 --- a/content/meeting-notes/2017/pykc_spring_meetup_20170323.markdown +++ b/content/meeting-notes/2017/pykc_spring_meetup_20170323.markdown @@ -35,5 +35,6 @@ if __name__ == '__main__': * Vik Paruchuri. [Building An Analytics Data Pipeline In Python](https://www.dataquest.io/blog/data-pipelines-tutorial/) ## Agenda -* Caleb Hyde -* Jon Smajda \ No newline at end of file +* [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/) \ No newline at end of file From 581d0023f4befde1388c4629575c18c17e6752d6 Mon Sep 17 00:00:00 2001 From: Chip Warden Date: Wed, 22 Mar 2017 17:38:23 -0500 Subject: [PATCH 3/4] Update agenda. --- content/meeting-notes/2017/pykc_spring_meetup_20170323.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/meeting-notes/2017/pykc_spring_meetup_20170323.markdown b/content/meeting-notes/2017/pykc_spring_meetup_20170323.markdown index 930f56f..0c3f914 100644 --- a/content/meeting-notes/2017/pykc_spring_meetup_20170323.markdown +++ b/content/meeting-notes/2017/pykc_spring_meetup_20170323.markdown @@ -37,4 +37,4 @@ if __name__ == '__main__': ## 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/) \ No newline at end of file +* [Jon Smajda](https://www.meetup.com/pythonkc/members/44580502/): Something to do with [`pytest`](http://doc.pytest.org/en/latest/`) \ No newline at end of file From a6606f55b0414f965a14248bdc4eedccc55654ce Mon Sep 17 00:00:00 2001 From: Chip Warden Date: Wed, 22 Mar 2017 17:38:49 -0500 Subject: [PATCH 4/4] Update agenda. --- content/meeting-notes/2017/pykc_spring_meetup_20170323.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/meeting-notes/2017/pykc_spring_meetup_20170323.markdown b/content/meeting-notes/2017/pykc_spring_meetup_20170323.markdown index 0c3f914..c6c79b9 100644 --- a/content/meeting-notes/2017/pykc_spring_meetup_20170323.markdown +++ b/content/meeting-notes/2017/pykc_spring_meetup_20170323.markdown @@ -37,4 +37,4 @@ if __name__ == '__main__': ## 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/`) \ No newline at end of file +* [Jon Smajda](https://www.meetup.com/pythonkc/members/44580502/): Something to do with [`pytest`](http://doc.pytest.org/en/latest/`)