Re: learning django and python

2007-11-15 Thread Tim Perrett
This should help with installing on OSX http://blog.timperrett.com/2007/9/22/running-django-on-osx Cheers Tim --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send

Re: learning django and python

2007-11-14 Thread Kenneth Gonsalves
On 14-Nov-07, at 8:41 PM, sebey wrote: > ok ok thanks love some more resurces ok, one more resource, but this is the last one: Introspection, which is the greatest python resource ever: do this: type 'python' in a console type import os and press enter type dir(os) and press enter type

Re: learning django and python

2007-11-14 Thread Wilson MacGyver
I don't know about the Instant Django on OSX, but Django itself is very easy. I use the python universal binary from http://www.python.org/download then download Django, untar it, and go into the extracted Django directory, run "sudo python setup.py install" That's it, Django is installed and

Re: learning django and python

2007-11-14 Thread sebey
is there anyway to download the documentation on the django site? On Nov 14, 3:11 pm, sebey <[EMAIL PROTECTED]> wrote: > ok ok thanks love some more resurces > > On Nov 14, 2:10 pm, cjl <[EMAIL PROTECTED]> wrote: > > > Buy me a mac and I'd be happy to create an OSX version of Instant > > Django

Re: learning django and python

2007-11-14 Thread Francis
I think the best way now is to try and post specific question when you encounter deadends. I run django on a mac, but if you need help you better start by yourself (and you will learn more). It is easier if you use sqlite and to learn, sqlite is more than enough. So follow the instruction on

Re: learning django and python

2007-11-14 Thread sebey
ok ok thanks love some more resurces On Nov 14, 2:10 pm, cjl <[EMAIL PROTECTED]> wrote: > Buy me a mac and I'd be happy to create an OSX version of Instant > Django for you! > > Just kidding, but there are many websites explaining Django > installation on OSX. You can still follow along with my

Re: learning django and python

2007-11-14 Thread cjl
Buy me a mac and I'd be happy to create an OSX version of Instant Django for you! Just kidding, but there are many websites explaining Django installation on OSX. You can still follow along with my tutorial after you have installed it. Sorry I can't be of more help. I actually tried a

Re: learning django and python

2007-11-14 Thread sebey
yes thats cool but one problem; I''m a mac guy so if anyone can find a mac version of this please post On Nov 13, 7:37 pm, cjl <[EMAIL PROTECTED]> wrote: > Sebey: > > You may want to check out a tutorial I am working on: > > http://www.instantdjango.com > > It provides a 'newbie-friendly'

Re: learning django and python

2007-11-13 Thread lispingng
sebey: a python overview you can go through in an hour or 2 is byteofpython. it's very short, and though u wont get everythng in it, it gives you a feel for what python is about. i lso find reading the django code can be very informative (after u have got some python under your belt) you can get

Re: learning django and python

2007-11-13 Thread Raisins
I love Instantd Django. I made installing and depolying django and python a breeze also I can move from my work to home every easy just by carrying around my thumbdrive. I highly suggest it to anyone on the fence about either Python or django. I haven't found an easier cleaner way to deploy them

Re: learning django and python

2007-11-13 Thread cjl
Sebey: You may want to check out a tutorial I am working on: http://www.instantdjango.com It provides a 'newbie-friendly' introduction to Django, even if you're not familiar with Python yet. I haven't finished the second chapter yet, but I think the first chapter will help get you started, or

Re: learning django and python

2007-11-13 Thread Tim Chase
> well I have a book on php,apache and mysql so are there? any > differences between mysql and postgreSQL for django > (proforanmce features etc.) They're becoming closer in terms of their features. A couple observations in my experience: - MySQL tends to be faster and have some nice "my

Re: learning django and python

2007-11-13 Thread sebey
well I have a book on php,apache and mysql so are there? any differences between mysql and postgreSQL for django (proforanmce features etc.) On Nov 13, 1:36 pm, Kenneth Gonsalves <[EMAIL PROTECTED]> wrote: > On 13-Nov-07, at 6:55 PM, sebey wrote: > > > has anyone tryed this I guess you have ken

Re: learning django and python

2007-11-13 Thread Kenneth Gonsalves
On 13-Nov-07, at 6:55 PM, sebey wrote: > has anyone tryed this I guess you have ken but is a good and quick way > to learn django and python and sql (mysql is it or again silly?) this > is really intersting I loved to learn more for me - while learning django, I always had Python in a

Re: learning django and python

2007-11-13 Thread Kenneth Gonsalves
On 13-Nov-07, at 6:04 PM, sebey wrote: > is that a joke or for real? sorry don't get it for real - you cant learn python or sql through django - so make a systematic plan of learning the two *while* you are learning django. Meaning that, dont first go and learn python and *then* learn

Re: learning django and python

2007-11-13 Thread sebey
is that a joke or for real? sorry don't get it On Nov 13, 1:47 am, Kenneth Gonsalves <[EMAIL PROTECTED]> wrote: > On 12-Nov-07, at 9:02 PM, sebey wrote: > > > good thanks for can I learn python with django > > while learningdjango(): > python.learn() > sql.learn() > > -- > >

Re: learning django and python

2007-11-13 Thread sebey
is that a joke or for real? sorry don't get it On Nov 13, 1:47 am, Kenneth Gonsalves <[EMAIL PROTECTED]> wrote: > On 12-Nov-07, at 9:02 PM, sebey wrote: > > > good thanks for can I learn python with django > > while learningdjango(): > python.learn() > sql.learn() > > -- > >

Re: learning django and python

2007-11-12 Thread Kenneth Gonsalves
On 12-Nov-07, at 9:02 PM, sebey wrote: > good thanks for can I learn python with django while learningdjango(): python.learn() sql.learn() -- regards kg http://lawgon.livejournal.com http://nrcfosshelpline.in/web/ --~--~-~--~~~---~--~~ You

Re: learning django and python

2007-11-12 Thread Kenneth Gonsalves
On 12-Nov-07, at 8:03 PM, sebey wrote: > hey I am new to python and all that and of course django so I know > there is a django book up on the site but I was wondering if it would > be a good idea to use that resource ( cause I do not have a lot of > time on my hands) for learning pthyon and

Re: learning django and python

2007-11-12 Thread sebey
this is all great love anymore resource you guys have and for anyone else who may stumbleupon this thanks love some more please On Nov 12, 5:55 pm, kevinski <[EMAIL PROTECTED]> wrote: > This is also a decent resource for learning the basics of Python > quickly. > >

Re: learning django and python

2007-11-12 Thread kevinski
This is also a decent resource for learning the basics of Python quickly. http://www.ibiblio.org/obp/thinkCSpy/index.html --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this

Re: learning django and python

2007-11-12 Thread Doug B
1st: http://www.b-list.org/weblog/2006/jun/13/how-django-processes-request/ 2nd: Tutorial 3rd: The docs, just sit down and read them. If you expect to use them as a reference manual without reading them first it will probably cause you trouble... they just aren't written that way. After doing

Re: learning django and python

2007-11-12 Thread Michael
I was in the same place a couple months back, so here's some resources I found helpful: Django specific: djangobook.com - you mentioned, parts were extremely useful, others too incomplete to be of much use. The tutorial in the first few chapters I found very useful.

Re: learning django and python

2007-11-12 Thread Laszlo Marai
On Mon, 12 Nov 2007 07:35:03 -0800 sebey <[EMAIL PROTECTED]> wrote: Hi, > plus I need to learn it fast as well so I had a look but it looks like > a lot to go tought thanks thought diveintopython is actually quite a fast way to learn python. The ToC looks quite long but the actual pages are

Re: learning django and python

2007-11-12 Thread sebey
plus I need to learn it fast as well so I had a look but it looks like a lot to go tought thanks thought On Nov 12, 2:42 pm, "Jon Atkinson" <[EMAIL PROTECTED]> wrote: > Dive into Python is a good resource for learning Python: > > http://www.diveintopython.org/ > > --Jon > > On 11/12/07, sebey

Re: learning django and python

2007-11-12 Thread sebey
good thanks for can I learn python with django? or is that sound silly On Nov 12, 2:42 pm, "Jon Atkinson" <[EMAIL PROTECTED]> wrote: > Dive into Python is a good resource for learning Python: > > http://www.diveintopython.org/ > > --Jon > > On 11/12/07, sebey <[EMAIL PROTECTED]> wrote: > > > > >

Re: learning django and python

2007-11-12 Thread Jon Atkinson
Dive into Python is a good resource for learning Python: http://www.diveintopython.org/ --Jon On 11/12/07, sebey <[EMAIL PROTECTED]> wrote: > > hey I am new to python and all that and of course django so I know > there is a django book up on the site but I was wondering if it would > be a good