El jue, 04-10-2007 a las 15:09 +0000, Emperor of thought escribió:
> Please i am just new to python and i will like to know how i can go
> about in web development. I am migrating from PHP and phyton web
> environment does not look very familiar.
> I tried downloading Django and installing it on my windows looks very
> difficult. Plsease can anyone help me on how to install Django and how
> to go about starting web development in Phyton?

First of all, I'd like to point out that windows is IMHO not a nice
development environment. Anyway, if you'd like to do it, you might have
a look at the e text editor [1], which is good for newbies and advanced
folks.

As for the system, you'll need at least a database. SQLite is pretty
straight forward, but is a bit limited. I have never done a postgre
setup on windows, so what I can tell you about is mysql[2], which even
has a nice configuration GUI, and a neat administration interface [3].

I don't feel really urged to give detailed installation guides for any
of them, since there is plenty of the kind on the net. Just ask Google
(tm) ;)

If you're serious about programming, you might want to migrate over to
linux (keep your flamethrowers, sons of M$!!), or finally make the step
for a mac. You'll never look back, believe me.

I hope all of this didn't sound too vague.

~Chris


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

Reply via email to