On Sat, Apr 10, 2010 at 8:51 PM, Kenneth Gonsalves
<[email protected]> wrote:
> On Saturday 10 Apr 2010 8:53:54 am Natarajan V wrote:
>> Python forces you to write neater code, but if you are bad, it can't help
>
> wrong

wrong in what sense?

>> It depends on where you want to run your server and for what purpose.
>> Java might require higher resources to start with, but can scale to a
>> huge data center.
>
> wrong

How?


>> Finally, I would prefer anything that separates logic from
>> presentation (MVC / MVC2).
>
> MVC  is a rails buzzword - it does not mean anything


MVC is not a RAILS buzz word. it has been around even before RAILS.
MVC, MVC2 are the basics of separating presentation layer from
business layer. Infact, if you have this feature, you already have
some kind of MVC with you. You should seriously look at MVC/MVC2. For
all you know, you might already be using MVC/MVC2 ;-). Most *plain*
PHP programmers will never know it.


>> Choose something that you are already comfortable with. Stick to
>> standards and make sure that there is a community to support you.
>> Learn programming basics first and be very clear about it. This is the
>> most important part. Programming basics is language independent.
>>
>
> if you know programming - otherwise go for python

As I said... everyone have their choice. If you don't know to code,
anyone can write a bad code in any language. infact most people write
bad code for the first 3 - 5 years of their work exp. :(

Regards,
Natarajan.
_______________________________________________
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to