I have been learning Python because I want to use Django. However, I find Python not to be so elegant when it comes to Object Oriented programming lacking encapsulation. It is also very flexible, which also leaves a lot of pitfalls that puts the onus on the programmer to do the correct thing. As a Java programmer I loathe that, but find Java to be extremely verbose. Of course this is personal preference.
Do anyone have any experience with any other languages (and web frameworks) they would recommend?
I have seriously been considering going to Ruby on Rails though and have experience with C#/VB (not the web stuff), PHP, ColdFusion, and likely others I don't recall.
1 reply to this topic
#1
Posted 19 February 2011 - 10:17 AM
|
|
|
#2
Posted 19 February 2011 - 05:39 PM
PHP is advantageous of many great frameworks, CodeIgniter, CakePHP, kohana are a few to name that can be fairly powerful as a backend, they usually highly automate building portions of the model-view-controller pattern that requires much less code (if you wanted to go that route).
I would look at each one and see what suits your task, which is the most important portion:
http://codeigniter.com/
CakePHP: the rapid development php framework. Pages
Kohana: The Swift PHP Framework
I would look at each one and see what suits your task, which is the most important portion:
http://codeigniter.com/
CakePHP: the rapid development php framework. Pages
Kohana: The Swift PHP Framework
Be sure to read the updated FAQ! || Health is achieved through the same 10,000 steps.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account

Back to top









