How to quickly learn Python and Ruby frameworks coming from a PHP background
I've been using CakaPHP and Kohanaphp but n开发者_开发百科ow I want to try out other frameworks from a more sophisticated OOP language for my next projects.
How can I learn the following frameworks quickly so I can immediately pick what to use:
- Pylons
- Sinatra
- Ramaze
Tutorials and examples from online resources would really be great.
For php developers who've already underwent this learning experience, please share yours.
Thanks
Regarding Pylons. There is a good introductory book written by one of the creators of Pylons. It is freely available online at http://pylonsbook.com/
For Ramaze, see:
- the website
- the wiki
- the book
- the mailing list
- the IRC channel
You can also learn about setting up Sinatra with Google's App Engine (via jRuby) here: http://code.google.com/p/appengine-jruby/
Fairly quick and easy setup.
There's also this screencast at PeepCode https://peepcode.com/products/sinatra
精彩评论