Skip to content

Commit f4e21cc

Browse files
committed
new morepath resources
1 parent 51efbdc commit f4e21cc

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,13 @@ these resources below are a good place to get started.
6666
[great talk on the motivation and structure for the new framework](https://www.youtube.com/watch?v=gyDKMAWPyuY)
6767
at EuroPython 2014.
6868

69+
* [Is Morepath Fast Yet?](https://blog.startifact.com/posts/is-morepath-fast-yet.html)
70+
includes some benchmarks and discusses performance implications of using a
71+
Python-based [web framework](/web-frameworks.html) for your web application.
72+
73+
* The
74+
[Morepath-cookiecutter](https://github.com/morepath/morepath-cookiecutter)
75+
project handles project creation templates using
76+
[Cookiecutter](https://cookiecutter.readthedocs.io/en/latest/) and
77+
recommended file structure from the Morepath documentation.
78+

content/pages/12-meta/01-change-log.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ on GitHub.
1717

1818
## 2017
1919
### December
20+
* Removed a couple of [Best Python Resources](/best-python-resources.html)
21+
and added new resources to the [Morepath](/morepath.html) page.
2022
* Added a ton of new [SQLite](/sqlite.html) resources.
2123
* Cleaned up broken and redirected links on all pages including blog posts.
2224
* Added [5 years of Full Stack Python](/blog/five-years-full-stack-python.html)

0 commit comments

Comments
 (0)