On Wednesday 03 February 2010 05:51:59 Ovnicraft wrote:

> 2010/2/2 Shawn Milochik <sh...@milochik.com>

>

> > There is much to say on this topic. I suggest doing some Google
searching

> > on "Django versus PHP" and read until you know the answer to your

> > question.

> >

> > My brief summary is that Django lets you do everything you can do in
PHP,

> > and much better and faster because it has all the mundane and repetitive

> > stuff abstracted so you don't have to build any of it from scratch.
Also,

> > and the main reason I love it, is that you get to write Python instead
of

> > PHP.

> >

> > I don't know of any type of Web site that Django is bad for. Django is

> > flexible, and you can use only parts of it, all of it, and customize it

> > -- even edit the source code.

>

> Yes !, we are building an Enterprise GIS app, GeoDjango rocks !

>

> > Shawn

> >

Well,


First of all, I want to say to hello to everyone.


Then,


I'm trying to convert my self from PHP to Python too.


And I understood those kind of questions.


 Most PHP users (like me) does not have any programming background,


 When we try to improve our html jacking skills, some one suggest that php
thing. Next week we are become php programmers.

After some 10 years and projects and earning food and lots of happy
customers,


I'm getting bored.


I feel something not right.


And decide to learn new thins, after some research python shows up for good
candidate.


Then after spending a weekend


WTF !??


How can they wrote web apps when there where no $_REQUEST or equal...


After some them you realize PHP was something very very very WEB programming
oriented.


And realize, moving from PHP to Python cost too much time. You have to learn
lots of thing. Not just different syntax, function names, you need to learn
thinking different.


Then brilliant idea shows up. Why we won't use those Frameworks. After some
googling you found that django thing.


Then big question is poping up.


In PHP world, Framework means SLOW. A decent framework eats up your %50 of
cpu resource. For example that Uber Zend FW gives you 1/6 in a hello world
app comparing plain php.


When you seeing this kind of question.


It means How FAST is ?


Basically we know python lot faster than PHP. But we don't know how how
Django eats resources (or is it eating lot resources like php frameworks).


Regards...

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to