Where can I find :

2008-03-29 Thread pythonnubie
Hi All : Does anyone know where I can find either a book or a website that explains beginning python by actually building a project line by line and explaining it indepth . I am primarily interested in understading flowcontrol as well as syntax . If it was related to netwoprking th

Re: New to group

2008-03-24 Thread pythonnubie
On Mar 24, 12:18 pm, George Sakkis <[EMAIL PROTECTED]> wrote: > On Mar 24, 3:13 pm, pythonnubie <[EMAIL PROTECTED]> wrote: > > > > > > > > > i  have  come across my first exeption using randrange . The exeption > > > > is " no such  at

Re: New to group

2008-03-24 Thread pythonnubie
On Mar 24, 12:18 pm, George Sakkis <[EMAIL PROTECTED]> wrote: > On Mar 24, 3:13 pm, pythonnubie <[EMAIL PROTECTED]> wrote: > > > > > > > > > i  have  come across my first exeption using randrange . The exeption > > > > is " no such  at

Re: New to group

2008-03-24 Thread pythonnubie
> > > i  have  come across my first exeption using randrange . The exeption > > is " no such  attribute " in  module random > > > platform  is xp  home  and the python  build is activestate 2.5 > > Welcome aboard! > > There's definitely a randrange function in the random module, so > something else

Re: New to group

2008-03-24 Thread pythonnubie
On Mar 24, 11:57 am, Jeff <[EMAIL PROTECTED]> wrote: > What does the code look like? # Random Access # Demonstrates string indexing # Michael Dawson - 1/27/03 import random word = "index" print "The word is: ", word, "\n" high = len(word) low = -len(word) for i in range(10): position = rand

New to group

2008-03-24 Thread pythonnubie
Hi Everyone I am new to programming in general although I have read alot and done alot of experimentation as well as researched afew languages namely java python and visual basic . My conclusion is that python is one of the best because it eliminates the need to learn about access modifi