Python AND /Or Ruby frameworks/IDEs

1 points by amourgh ↗ HN
Hello guys,

        I workd most of the time with .NET(C#,Webservices,ASP.NET).I'm willing to learn Python AND /OR Ruby.
What are some good frameworks,IDEs for Python?

What are some good frameworks,IDEs for Ruby?

Thanks in advance.

3 comments

[ 3.2 ms ] story [ 27.1 ms ] thread
Python:

Pyramid (http://docs.pylonsproject.org/projects/pyramid/1.0/)

Django (http://www.djangoproject.com/)

TurboGears (http://turbogears.org/)

Web.py (http://webpy.org/)

flask (http://flask.pocoo.org/)

Ruby:

rails (http://www.rubyonrails.org/)

sinatra (http://www.sinatrarb.com)

I highly recommend Pyramid using Python, but it is a subjective thing. First is decide the language you like better than compare the frameworks and find the best on for you.