I'm a 5 years Python programmer, but shortly I'll be also working with PHP. Could you recommend me some readings to getting in touch with this language having in mind my Python skills?
4 Answers
1 Comment
Alex Coventry
Some links to specific comments in that thread would be useful. A quick skim reveals nothing of value.
If you are familiar with MVC start learning from Zend Framework I think it will be easier for you to understand php, right php developing this way with a right leg start.
Object oriented business logics are same in any language. I really want to get into python so we can exchange knowledge ;)
2 Comments
Paul McMillan
Pick up the Django web framework... a great many people have started there and seen the Python light...
Conex
actually I'm two days after a quickstart on turbogears , I will give Django a try , thank you.
the best resource IMHO is still php.net there are a ton of decent books out there, but I still prefer to rely on php.net for the latest and greatest.
butt_of_joke in ('PHP', 'Perl')). If that doesn't dissuade you, I would check out the Kohana source code. It's been a while since I got over my need to inflict suffering on myself so I'm not familiar with the 3.x line but the 2.x line is choice and a good demonstration of the fact that a great programmer can write acceptable code in even the most horrible of languages.