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
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
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
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
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
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
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
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
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
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
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
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
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.
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
14 matches
Mail list logo