Skip to content

Commit bb4fb4e

Browse files
committed
new python 3 resource
1 parent b985179 commit bb4fb4e

File tree

3 files changed

+25
-0
lines changed

3 files changed

+25
-0
lines changed

content/pages/01-introduction/04-python-2-or-3.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,3 +137,8 @@ gone through the process and have advice for making it less painful.
137137
that it's really not a major concern as a Python programmer. The
138138
recommendation to new programmers is to use Python 3 and for experienced
139139
developers to keep your explanation simple: Python 3 is where to begin.
140+
141+
* [10 awesome features of Python that you can't use because you refuse to upgrade to Python 3](http://www.asmeurer.com/python3-presentation/slides.html#1)
142+
is a great slideshow with code snippets that show useful new features
143+
of Python 3 that are not available in 2.x such as keyword-only
144+
arguments, chained exceptions and the `yield from` keyword.

content/pages/08-web-app-deployment/35-serverless.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ out how to structure and operate serverless applications.
3636

3737
* [The (fixable) problem with serverless](https://www.iopipe.com/2016/06/the-fixable-problem-with-serverless/)
3838

39+
* [On Serverless, Multi-Cloud, and Vendor Lock In](https://blog.symphonia.io/on-serverless-multi-cloud-and-vendor-lock-in-da930b3993f)
40+
3941
* [Serverless architectures](http://martinfowler.com/articles/serverless.html)
4042

4143
* [Why the fuss about serverless?](https://hackernoon.com/why-the-fuss-about-serverless-4370b1596da0)
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<h3>What do you want to learn about next?</h3>
2+
<div class="row">
3+
<div class="col-md-4">
4+
<div class="well select-next">
5+
{% include "choices/buttons/deployment.html" %}
6+
</div>
7+
</div>
8+
<div class="col-md-4">
9+
<div class="well select-next">
10+
{% include "choices/buttons/no-sql-datastore.html" %}
11+
</div>
12+
</div>
13+
<div class="col-md-4">
14+
<div class="well select-next">
15+
{% include "choices/buttons/databases.html" %}
16+
</div>
17+
</div>
18+
</div>

0 commit comments

Comments
 (0)