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