File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff 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+
Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments