TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Beginner Pyramid Tutorials

2 pointsby fiesycalover 14 years ago
I'm relatively new to learning python and programming in general though I have been learning python for a bit(2 months or so). I was looking around and there doesn't seem to be any newbie friendly materials out there for learning Pyramid. So if anyone has a link to any tutorials or such, I would really appreciate it (preferably free).

3 comments

chrismover 14 years ago
This is also a nice one: <a href="http://www.serverzen.net/2010/11/8/getting-started-with-pyramid-a-notes-application" rel="nofollow">http://www.serverzen.net/2010/11/8/getting-started-with-pyra...</a>
cd34over 14 years ago
<a href="http://docs.pylonsproject.org/projects/pyramid/dev/#tutorials" rel="nofollow">http://docs.pylonsproject.org/projects/pyramid/dev/#tutorial...</a><p>has a few. Remember that Pyramid is BFG + some Pylons niceties added, so, BFG Tutorials can sometimes be a good pointer.<p>IRC, <a href="http://groups.google.com/group/pylons-discuss" rel="nofollow">http://groups.google.com/group/pylons-discuss</a> are also good resources for pointers.
fiesycalover 14 years ago
Thanks for the resources guys.