Ask HN: What are some open source Python Projects I can learn from?
1–5 of 5 posts
Re: Ask HN: What are some open source Python Projects I can learn from?
#2I'd recommend reading the Django source. I use the framework every day and it seems well put together :-)
Re: Ask HN: What are some open source Python Projects I can learn from?
#3Previously: http://news.ycombinator.com/item?id=327710 I'd recommend reading the Django source. I use the framework every day and it seems well put together :-)
Re: Ask HN: What are some open source Python Projects I can learn from?
#4Re: Ask HN: What are some open source Python Projects I can learn from?
#5Personally, Plone was my first experience in programming with Python. In 2003 I was working as an environmental consultant and started experimenting with Zope and Plone to build knowledge management apps for my clients. In 2004, I made the jump to being a Plone developer full-time and have never looked back. I've found it to be an outstanding platform and have landed clients including US federal agencies, EU government ministries, Fortune 500 companies, and major universities.
Since learning Plone, I've worked with a number of other Python frameworks including Twisted, Pyramid, and Django as well as a couple of Rails projects. Much of what I've learned via Plone gave me a good foundation for working with these other tools. Somehow, I always keep coming back to Plone. It's a great platform for secure, large-scale content-intensive sites and the market for skilled developers is very favorable relative to other frameworks.