Skip to content

Commit bae09f3

Browse files
committed
new morepath resource
1 parent d69ddf2 commit bae09f3

File tree

3 files changed

+36
-0
lines changed

3 files changed

+36
-0
lines changed

all.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3755,6 +3755,12 @@ <h2>Why is Morepath an interesting web framework?</h2>
37553755
<div class="well see-also">Morepath is an implementation of the <a href="/web-frameworks.html">web frameworks</a> concept. Learn how these parts fit together in the <a href="/web-development.html">web development</a> chapter or view <a href="/table-of-contents.html">all topics</a>.</div>
37563756

37573757
<h3>Morepath resources</h3>
3758+
<p>Morepath, with
3759+
<a href="https://github.com/morepath/morepath/commit/9c4f772dc48658a63ae2b46f6c1863220608f15e">its first commit using the Morepath name in 2013</a>,
3760+
is a much newer web framework than Django, Flask or Pyramid, which results
3761+
in fewer tutorials. There is also a lot of opportunity for newer Python
3762+
developers to fill the gaps with their own Morepath tutorials. However,
3763+
these resources below are a good place to get started. </p>
37583764
<ul>
37593765
<li>
37603766
<p><a href="http://blog.startifact.com/posts/on-the-morepath.html">On the Morepath</a>
@@ -3774,6 +3780,12 @@ <h3>Morepath resources</h3>
37743780
<a href="https://github.com/morepath/morepath_batching">open source and available on GitHub</a>.</p>
37753781
</li>
37763782
<li>
3783+
<p><a href="https://www.podcastinit.com/episode-91-morepath-with-martijn-faassen/">podcast.<strong>init</strong> interviewed Martijn Faassen</a>
3784+
about Morepath and he described what makes the framework different from
3785+
other existing web frameworks as well as why someone should be convinced
3786+
to switch for a new project.</p>
3787+
</li>
3788+
<li>
37773789
<p>Morepath's creator gave a
37783790
<a href="https://www.youtube.com/watch?v=gyDKMAWPyuY">great talk on the motivation and structure for the new framework</a>
37793791
at EuroPython 2014.</p>

morepath.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,12 @@ <h2>Why is Morepath an interesting web framework?</h2>
5959
<div class="well see-also">Morepath is an implementation of the <a href="/web-frameworks.html">web frameworks</a> concept. Learn how these parts fit together in the <a href="/web-development.html">web development</a> chapter or view <a href="/table-of-contents.html">all topics</a>.</div>
6060

6161
<h3>Morepath resources</h3>
62+
<p>Morepath, with
63+
<a href="https://github.com/morepath/morepath/commit/9c4f772dc48658a63ae2b46f6c1863220608f15e">its first commit using the Morepath name in 2013</a>,
64+
is a much newer web framework than Django, Flask or Pyramid, which results
65+
in fewer tutorials. There is also a lot of opportunity for newer Python
66+
developers to fill the gaps with their own Morepath tutorials. However,
67+
these resources below are a good place to get started. </p>
6268
<ul>
6369
<li>
6470
<p><a href="http://blog.startifact.com/posts/on-the-morepath.html">On the Morepath</a>
@@ -78,6 +84,12 @@ <h3>Morepath resources</h3>
7884
<a href="https://github.com/morepath/morepath_batching">open source and available on GitHub</a>.</p>
7985
</li>
8086
<li>
87+
<p><a href="https://www.podcastinit.com/episode-91-morepath-with-martijn-faassen/">podcast.<strong>init</strong> interviewed Martijn Faassen</a>
88+
about Morepath and he described what makes the framework different from
89+
other existing web frameworks as well as why someone should be convinced
90+
to switch for a new project.</p>
91+
</li>
92+
<li>
8193
<p>Morepath's creator gave a
8294
<a href="https://www.youtube.com/watch?v=gyDKMAWPyuY">great talk on the motivation and structure for the new framework</a>
8395
at EuroPython 2014.</p>

source/content/pages/07-web-development/07-morepath.markdown

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@ assumption that templates will drive the user interface.
3636

3737

3838
### Morepath resources
39+
Morepath, with
40+
[its first commit using the Morepath name in 2013](https://github.com/morepath/morepath/commit/9c4f772dc48658a63ae2b46f6c1863220608f15e),
41+
is a much newer web framework than Django, Flask or Pyramid, which results
42+
in fewer tutorials. There is also a lot of opportunity for newer Python
43+
developers to fill the gaps with their own Morepath tutorials. However,
44+
these resources below are a good place to get started.
45+
3946
* [On the Morepath](http://blog.startifact.com/posts/on-the-morepath.html)
4047
is a blog post by Startifact on how they use Morepath and some of the
4148
features of the framework.
@@ -50,6 +57,11 @@ assumption that templates will drive the user interface.
5057
framework. The code for the application is also
5158
[open source and available on GitHub](https://github.com/morepath/morepath_batching).
5259

60+
* [podcast.__init__ interviewed Martijn Faassen](https://www.podcastinit.com/episode-91-morepath-with-martijn-faassen/)
61+
about Morepath and he described what makes the framework different from
62+
other existing web frameworks as well as why someone should be convinced
63+
to switch for a new project.
64+
5365
* Morepath's creator gave a
5466
[great talk on the motivation and structure for the new framework](https://www.youtube.com/watch?v=gyDKMAWPyuY)
5567
at EuroPython 2014.

0 commit comments

Comments
 (0)