Skip to content

Commit 0611bc1

Browse files
committed
Update meeting notes for the cancelled January 2017 Coffee & Code.
1 parent c74b838 commit 0611bc1

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

content/meeting-notes/2017/pykc_coffee_20170114.markdown

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ if __name__ == '__main__':
2121

2222
* [Thursday 26 January 2017](https://www.meetup.com/pythonkc/events/232904085/)
2323
* [GRID Collaborative Workspace](http://www.connectatgrid.com)
24-
* I _think_ we have some presentations lined up...
24+
* Python ❤️ Rust: Bryan Myers will discuss using Python and [Rust](https://www.rust-lang.org/en-US/) together.
25+
* Building a Pyramid on the Micro-framework Landscape: Sean Zicari will explore the excellent architecture, robust features, and some practical examples of how the [Pyramid](https://trypyramid.com) framework solves a lot of big problems with just the right amount of code.
26+
* LaunchCode: Muriel Green will discuss her experiences in the first semester of the [LauchCode](https://www.launchcode.org).
2527

2628
## PythonKC February 2016 Coffee & Code
2729

@@ -33,8 +35,12 @@ if __name__ == '__main__':
3335
* [Discount on print and/or electronic version available from Pearson/InformIT](https://www.meetup.com/pythonkc/messages/boards/thread/48671344/0#129968417)
3436
* `#bookclub` channel on PythonKC Slack
3537
* One chapter per month
36-
* Chapter 1 discussion today
38+
* ~~Chapter 1 discussion today~~ Since January 2017 Coffee & Code was cancelled, we'll cover chapters 1 _and_ 2 at February 2017 Coffee & Code
3739

3840
## Python News and Resources
3941
* Python.org Blog. [Python 3.6.0 is now available!](http://blog.python.org/2016/12/python-360-is-now-available.html)
40-
* Trey Hunner. [The Iterator Protocol: How `for` Loops Work in Python](http://treyhunner.com/2016/12/python-iterator-protocol-how-for-loops-work/)
42+
* Trey Hunner. [The Iterator Protocol: How `for` Loops Work in Python](http://treyhunner.com/2016/12/python-iterator-protocol-how-for-loops-work/)
43+
* Vlad Călin. [What every Python project should have](https://vladcalin.github.io/what-every-python-project-should-have.html)
44+
* Ilya Etingof. [Pythonic code review](https://access.redhat.com/blogs/766093/posts/2802001)
45+
* Yuanle Song. [How to Bootstrap a Python Project](https://blog.emacsos.com/bootstrap-a-python-project.html)
46+
* Plogging Dev. [Multiprocessing and multithreading in Python 3](https://www.ploggingdev.com/2017/01/multiprocessing-and-multithreading-in-python-3/)

0 commit comments

Comments
 (0)