Re: Brand New!

2008-06-11 Thread agent E 10
On Apr 18, 12:47 pm, Nick Stinemates <[EMAIL PROTECTED]> wrote: > On Wed, Apr 16, 2008 at 07:48:37AM +0200, Paul Scott wrote: > > > On Wed, 2008-04-16 at 02:35 -0300, Gabriel Genellina wrote: > > > I'm unsure if teaching Javascript, VBScript and Python at the same time > > > is   > > > a good thin

Re: Brand New!

2008-04-18 Thread Nick Stinemates
On Wed, Apr 16, 2008 at 07:48:37AM +0200, Paul Scott wrote: > > On Wed, 2008-04-16 at 02:35 -0300, Gabriel Genellina wrote: > > I'm unsure if teaching Javascript, VBScript and Python at the same time is > > a good thing, I'd think one would get a language soup and mix all the > > concepts, but

Re: Brand New!

2008-04-18 Thread Nick Stinemates
On Wed, Apr 16, 2008 at 02:35:54AM -0300, Gabriel Genellina wrote: > En Tue, 15 Apr 2008 20:37:40 -0300, agent E 10 <[EMAIL PROTECTED]> > escribió: > > On Apr 14, 8:37 pm, Benjamin <[EMAIL PROTECTED]> wrote: > >> On Apr 14, 9:00 pm, agent E 10 <[EMAIL PROTECT

Re: Brand New!

2008-04-18 Thread Nick Stinemates
On Tue, Apr 15, 2008 at 04:37:40PM -0700, agent E 10 wrote: > On Apr 14, 8:37 pm, Benjamin <[EMAIL PROTECTED]> wrote: > > On Apr 14, 9:00 pm, agent E 10 <[EMAIL PROTECTED]> wrote:>    Hi, I'm brand > > new to programming. Have any suggestions? I'm young

Re: Brand New!

2008-04-16 Thread s0suk3
On Apr 14, 9:00 pm, agent E 10 <[EMAIL PROTECTED]> wrote: > Hi, I'm brand new to programming. Have any suggestions? I'm young. > Was it a good idea to start with python? I was planning on creating a > very simple program that asked yes/no questions for a school p

Re: Brand New!

2008-04-15 Thread Paul Scott
On Wed, 2008-04-16 at 02:35 -0300, Gabriel Genellina wrote: > I'm unsure if teaching Javascript, VBScript and Python at the same time is > a good thing, I'd think one would get a language soup and mix all the > concepts, but if it works for you, go ahead. > For other resources, see the beginne

Re: Brand New!

2008-04-15 Thread Gabriel Genellina
En Tue, 15 Apr 2008 20:37:40 -0300, agent E 10 <[EMAIL PROTECTED]> escribió: > On Apr 14, 8:37 pm, Benjamin <[EMAIL PROTECTED]> wrote: >> On Apr 14, 9:00 pm, agent E 10 <[EMAIL PROTECTED]> wrote:>    Hi, >> I'm brand new to programming. Have any sugges

Re: Brand New!

2008-04-15 Thread Benjamin
On Apr 15, 6:37 pm, agent E 10 <[EMAIL PROTECTED]> wrote: > On Apr 14, 8:37 pm, Benjamin <[EMAIL PROTECTED]> wrote: > > > On Apr 14, 9:00 pm, agent E 10 <[EMAIL PROTECTED]> wrote:>Hi, I'm brand > > new to programming. Have any suggestions? I

Re: Brand New!

2008-04-15 Thread agent E 10
On Apr 14, 8:37 pm, Benjamin <[EMAIL PROTECTED]> wrote: > On Apr 14, 9:00 pm, agent E 10 <[EMAIL PROTECTED]> wrote:>    Hi, I'm brand > new to programming. Have any suggestions? I'm young. > > Was it a good idea to start with python? I was planning on creating

Re: Brand New!

2008-04-14 Thread Benjamin
On Apr 14, 9:00 pm, agent E 10 <[EMAIL PROTECTED]> wrote: > Hi, I'm brand new to programming. Have any suggestions? I'm young. > Was it a good idea to start with python? I was planning on creating a > very simple program that asked yes/no questions for a school pr

Brand New!

2008-04-14 Thread agent E 10
Hi, I'm brand new to programming. Have any suggestions? I'm young. Was it a good idea to start with python? I was planning on creating a very simple program that asked yes/no questions for a school project. -Thanks! -- http://mail.python.org/mailman/listinfo/python-list

Re: brand new to python

2005-03-13 Thread Bengt Richter
On 13 Mar 2005 11:22:54 -0800, [EMAIL PROTECTED] wrote: >I am sure this is old news, the syntax of python is crazy to me. >There I said it, I'm sure I'll get over it or around it. > >I was trying to make a whois script work and was unable. > >May be someone with lint-like eyes can tell what's wron

Re: brand new to python

2005-03-13 Thread Dmitry A.Lyakhovets
Hello! You should at least close the 'try' block, which you started at line 68 (if i'm not mistaken): def _whois(domainname, whoisserver): s = None ## try until we are connected while s == None: try: There is no corresponding 'except' till DomainRecord class definition.

brand new to python

2005-03-13 Thread richard . hubbell
I am sure this is old news, the syntax of python is crazy to me. There I said it, I'm sure I'll get over it or around it. I was trying to make a whois script work and was unable. May be someone with lint-like eyes can tell what's wrong. Using xemacs I had hoped that python mode would do more for