Skip to content

Commit 7e997f7

Browse files
committed
adding eve framework and talk from europython
1 parent 5a3ea1a commit 7e997f7

File tree

5 files changed

+16
-5
lines changed

5 files changed

+16
-5
lines changed

api-creation.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,13 @@ <h2>API creation frameworks</h2>
6969
you can use the same API code for Django, Flask, Bottle, Pyramid or any
7070
other WSGI framework with minimal porting effort.</p>
7171
</li>
72+
<li>
73+
<p><a href="http://python-eve.org/">Eve</a> is a Python REST framework built with Flask,
74+
MongoDB and Redis. The framework's primary author
75+
<a href="https://twitter.com/nicolaiarocci">Nicola Iarocci</a> gave a great talk at
76+
<a href="https://www.youtube.com/watch?v=9sUsLvG72_o">EuroPython 2014</a> that
77+
introduced the main features of the framework.</p>
78+
</li>
7279
</ul>
7380
<h2>API testing projects</h2>
7481
<p>Building, running and maintaining APIs requires as much effort as building,

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-07-25T08:40:12Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-07-26T10:54:46Z</updated></feed>

other-web-frameworks.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@ <h2>Morepath</h2>
5353
framework that routes URLs directly to model code.</p>
5454
<ul>
5555
<li>Morepath's creator gave a
56-
<a href="https://www.youtube.com/watch?v=gyDKMAWPyuY">great talk on the motivation and structure for
57-
the new framework</a>
56+
<a href="https://www.youtube.com/watch?v=gyDKMAWPyuY">great talk on the motivation and structure for the new framework</a>
5857
at EuroPython 2014.</li>
5958
</ul>
6059
<h2>web.py</h2>

source/content/pages/02-web-frameworks/0209-other-web-frameworks.markdown

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ with web application speed as a top priority.
3737
framework that routes URLs directly to model code.
3838

3939
* Morepath's creator gave a
40-
[great talk on the motivation and structure for
41-
the new framework](https://www.youtube.com/watch?v=gyDKMAWPyuY)
40+
[great talk on the motivation and structure for the new framework](https://www.youtube.com/watch?v=gyDKMAWPyuY)
4241
at EuroPython 2014.
4342

4443

source/content/pages/06-apis/0605-api-creation.markdown

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,12 @@ applications through machine-to-machine communication.
4343
you can use the same API code for Django, Flask, Bottle, Pyramid or any
4444
other WSGI framework with minimal porting effort.
4545

46+
* [Eve](http://python-eve.org/) is a Python REST framework built with Flask,
47+
MongoDB and Redis. The framework's primary author
48+
[Nicola Iarocci](https://twitter.com/nicolaiarocci) gave a great talk at
49+
[EuroPython 2014](https://www.youtube.com/watch?v=9sUsLvG72_o) that
50+
introduced the main features of the framework.
51+
4652

4753
## API testing projects
4854
Building, running and maintaining APIs requires as much effort as building,

0 commit comments

Comments
 (0)