Pyramid on DreamHost
July 23, 2012 2 Comments
Continuing in my series on using DreamHost shared hosting as a Python web
development platform, this article will show you how to install
Pyramid on DreamHost and get a basic web application working.
Pyramid, for those unfamiliar with it, is a Python web framework that has been
gaining traction recently. It works well with virtual environments and WSGI,
something we’ve covered here before, and it’s a great place to get started with
Python web development.
If you’re new to this blog, or don’t have a DreamHost account, you might want to
check out previous articles in this series:
- The Five Minute DreamHost Blog
- Install Python 2.7 on DreamHost
- Python WSGI Apps on DreamHost Shared Hosting
Now that you’ve caught up, let’s jump right in!
Recent Comments