Skip to content

Commit 7f94d1a

Browse files
committed
new pyramid resources
1 parent 4fdd436 commit 7f94d1a

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

content/pages/04-web-development/05-pyramid.markdown

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,24 @@ Model-View-Controller (MVC) architectural pattern.
2828
[Google App Engine](/platform-as-a-service.html).
2929

3030

31-
## Pyramid resources
31+
### Pyramid resources
32+
Pyramid has fantastic official project documentation on its site. Other
33+
resources are harder to come by compared to other established
34+
[web frameworks](/web-frameworks.html) such as [Django](/django.html) and
35+
[Flask](/flask.html), but there are enough tutorials out there for you to
36+
learn Pyramid if you choose to build your web applications with it.
37+
3238
* [Try Pyramid](https://trypyramid.com/) is the official marketing website for
3339
Pyramid, with resources for extending your Pyramid apps. It also provides
3440
some sample "hello world!" code.
3541

42+
* [An introduction to the Pyramid web framework for Python](https://opensource.com/article/18/5/pyramid-framework)
43+
provides a detailed configuration and more than trivial code to
44+
build a "to do" application. This post is one in a four part series
45+
that compares Pyramid to [Flask](/flask.html), [Django](/django.html)
46+
and Tornado so there is some commentary on how this framework compares
47+
to the others.
48+
3649
* The [first Pyramid app](http://docs.pylonsproject.org/projects/pyramid/en/latest/narr/firstapp.html)
3750
is a good place to start getting your hands dirty with an example project.
3851

0 commit comments

Comments
 (0)