Live data from Hacker News

Ask HN: Ruby, PHP, or Python?

news.ycombinator.com

11–16 of 16 posts

Re: Ask HN: Ruby, PHP, or Python?

#11
As a Ruby head (and former LAMP developer), I would suggest PHP. The dead simple deployment will allow you to concentrate on learning how to code.

You can always do Ruby/Python afterwards. It's easy to go from one to the other.

Re: Ask HN: Ruby, PHP, or Python?

#12
My advice would be that no matter which of these languages you pick, do NOT use a framework (at first). It's important that you learn how the language itself works and puzzle out the common patterns with your own solutions. When you're done learning the basics of web development, then start looking into frameworks.

Re: Ask HN: Ruby, PHP, or Python?

#16
Learn PHP, but please, please, learn to write clean and manageable code. I highly recommend picking up a framework along with php. Good ones are Symfony and Cakephp. I would have suggested Python but php is much easier to learn and deploy.
Post reply on HN