Re: Hello all. Tutorials for PHP refugee moving to Django...?

2007-01-11 Thread Mark Rodriguez
Thanks all. I've just jumped into the Django Book!

On 1/11/07, Joseph Heck <[EMAIL PROTECTED]> wrote:
>
> Head to the tutorials at http://www.djangoproject.com/documentation/ and
> work through them. Once you're done with that, take a look at
> http://www.djangobook.com/
>
> -joe
>
> On 1/11/07, [EMAIL PROTECTED] < [EMAIL PROTECTED]> wrote:
> >
> >
> > I'm relatively new to hardcore web programming etc. Most of the stuff
> > I've done is OGF (one giant function) per Cal Henderson's terminology
> > in PHP. I'm looking to dive into Python, Django etc...and not sure
> > where to begin?
> >
> > Any links would be helpful...no need to search for me...just if you
> > know anything off the top of your head...my search continues...
> >
> > thanks
> >
> > dg
> >
> >
> >
> >
> >
>
> >
>


--~--~-~--~~~---~--~~
 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
-~--~~~~--~~--~--~---


Re: Hello all. Tutorials for PHP refugee moving to Django...?

2007-01-11 Thread Joseph Heck
Head to the tutorials at http://www.djangoproject.com/documentation/ and
work through them. Once you're done with that, take a look at
http://www.djangobook.com/

-joe

On 1/11/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
>
> I'm relatively new to hardcore web programming etc. Most of the stuff
> I've done is OGF (one giant function) per Cal Henderson's terminology
> in PHP. I'm looking to dive into Python, Django etc...and not sure
> where to begin?
>
> Any links would be helpful...no need to search for me...just if you
> know anything off the top of your head...my search continues...
>
> thanks
>
> dg
>
>
> >
>


--~--~-~--~~~---~--~~
 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
-~--~~~~--~~--~--~---


Re: Hello all. Tutorials for PHP refugee moving to Django...?

2007-01-11 Thread Jeremy Dunck

On 1/11/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> Any links would be helpful...no need to search for me...just if you
> know anything off the top of your head...my search continues...
>

You're (part of) the intended audience for the Django book.
http://www.djangobook.com/en/beta/

It's a work in progress, but it's already pretty good.

The MTV overview might be good, in particular.
http://www.djangobook.com/en/beta/chapter05/#cn16

Since you're just learning Python, you'll want to read the Python Tutorial:
http://docs.python.org/tut/

Then you might want to move on to Dive into Python:
http://diveintopython.org/toc/index.html

And you'll want to keep the standard lib docs as well as the book handy:
http://docs.python.org/lib/
http://www.effbot.org/zone/librarybook-index.htm

On the right side of this page, you see more ways to get help:
http://www.djangoproject.com/documentation/

IRC is recommended; there are generally newbie-friendly people on
there to give prompt advice.

Welcome.  :)

--~--~-~--~~~---~--~~
 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
-~--~~~~--~~--~--~---