> -Original Message-
> From: tutor-bounces+mike.hansen=atmel@python.org
> [mailto:tutor-bounces+mike.hansen=atmel@python.org] On
> Behalf Of Peter Meagher
> Sent: Friday, April 16, 2010 3:13 AM
> To: tutor@python.org
> Subject: [Tutor] Python Examples of processing MS Outlook
>
> -Original Message-
> From: tutor-bounces+mike.hansen=atmel@python.org
> [mailto:tutor-bounces+mike.hansen=atmel@python.org] On
> Behalf Of Tino Dai
> Sent: Thursday, March 11, 2010 12:29 PM
> To: Alan Gauld
> Cc: tutor@python.org
> Subject: Re: [Tutor] Recommendations on Worksho
> -Original Message-
> From: tutor-bounces+mike.hansen=atmel@python.org
> [mailto:tutor-bounces+mike.hansen=atmel@python.org] On
> Behalf Of Kent Johnson
> Sent: Wednesday, March 03, 2010 6:18 AM
> To: Tutor@python.org
> Subject: [Tutor] Bowing out
>
> Hi all,
>
> After six year
I'm surprised no one has mentioned ActiveState's KOMODO. I primarily use VIM,
but I hop into KOMODO for doing little scripts and watching the output. KOMODO
comes in two flavors, KOMODO Edit which is free and KOMODO IDE which costs
about $300. I suspect that KOMODO Edit does most of what people
> -Original Message-
> [mailto:tutor-bounces+mike.hansen=atmel@python.org] On
> Behalf Of Alan Gauld
> Sent: Tuesday, February 16, 2010 5:58 PM
>
> "Hansen, Mike" wrote
>
> > I'm aware of Pep8. It's a good starting point. Anything
From: sri...@gmail.com [mailto:sri...@gmail.com] On Behalf Of Wayne
Werner
Sent: Tuesday, February 16, 2010 1:07 PM
To: Hansen, Mike
Cc: Tutor Python
Subject: Re: [Tutor] The Order of Imports and install order of modules
> -Original Message-
> From: tutor-bounces+mike.hansen=atmel@python.org
> [mailto:tutor-bounces+mike.hansen=atmel@python.org] On
> Behalf Of Kent Johnson
> Sent: Saturday, February 13, 2010 8:06 AM
> To: Wayne Watson
> Cc: Tutor Python
> Subject: Re: [Tutor] The Order of Imports a
> -Original Message-
> From: tutor-bounces+mike.hansen=atmel@python.org
> [mailto:tutor-bounces+mike.hansen=atmel@python.org] On
> Behalf Of Mac Ryan
> Sent: Friday, February 12, 2010 8:33 AM
> To: tutor@python.org
> Subject: [Tutor] Tutor list as pair progamming plush toy
>
>
Perl has "use strict;" to force variable declaration.
My insane Perl loving co-workers think it's evil that Python doesn't have
variable declaration. =)
What are some of the reasons/arguments on why Python doesn't need variable
declaration? I've gotten around it in Python by using Pyflakes to
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On
> Behalf Of Calvin Spealman
> Sent: Tuesday, October 21, 2008 8:07 AM
> To: tutor@python.org
> Subject: [Tutor] Providing Solutions for all the Common Questions
>
> There was a discussion in the #python chan
Does anyone know how to get the output parameters from a stored procedure?
I'm using pymssql on a linux box to call a stored procedure on a mssql
database. I'm not sure of the correct syntax to get the output
parameters.
import pymssql
con =
pymssql.connect(host='x',user='',password='xx
>>Got it. Thanks.
>>
>>When i try 'python setup.py build' i get the following error.
>>
>>$ sudo python setup.py build
>>
>>Traceback (most recent call last):
>>
>> File "setup.py", line 72, in
>> raise DistutilsSetupError, "cannot locate an Oracle software
>>installation"
>>distutils
> Subject: [Tutor] cx_oracle module problems
>
> I've downloaded the cx_oracle source module for python, howerver every
> time i try to build it, it keeps on failing. I've been unable
> to find a
> port for Ubuntu. Is there one? Anyone know how to get this properly
> installed?
>
> # sudo pyt
> -Original Message-
> Hi Pythonistas,
>
> I have a large dictionary of dictionary (50,000+ keys) which
> has a structure as follows:
> DoD = {
> 'flintstones' : {
> 'husband' : "fred",
> 'pal' : "barney",
> 'income': 500,
> },
> 'jetso
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On
> Behalf Of dorje tarap
> Sent: Friday, September 19, 2008 9:38 AM
> To: Tutor@python.org
> Subject: [Tutor] Web programming advice
>
> Hi All,
>
> I would really like to learn about using python for creating a website
> from scratch to a
Being an editor/IDE junkie, I'm curious about the NetBeans IDE. Is anyone using
it? If so, how is it? I believe it has a add-on for python.(NBPython)
Mike
___
Tutor maillist - Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On
> Behalf Of Kent Johnson
> Sent: Saturday, September 06, 2008 7:08 AM
> To: [EMAIL PROTECTED]
> Cc: tutor@python.org
> Subject: Re: [Tutor] Support for datetime module
>
> On Sat, Sep 6, 2008 at 2:42 AM, Joh
> On Thu, Aug 21, 2008 at 12:01 PM, Dotan Cohen
> <[EMAIL PROTECTED]> wrote:
> > 2008/8/21 Kent Johnson <[EMAIL PROTECTED]>:
> >> Chapters 2 and 3 of the library reference are highly recommended.
> >> http://docs.python.org/lib/lib.html
> >
> > Let's start from there. I need the startswith() funct
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Serdar Tumgoren
> Sent: Thursday, August 14, 2008 9:35 AM
> To: tutor@python.org
> Subject: Re: [Tutor] study advice on javascript to python hand-off
>
> Thanks all for the quick responses.
>
> Yes
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Jeff Johnson
> Sent: Thursday, August 14, 2008 9:08 AM
> To: Serdar Tumgoren
> Cc: tutor@python.org
> Subject: Re: [Tutor] study advice on javascript to python hand-off
>
> This is a three tier framewo
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Jaggo
> Sent: Tuesday, August 12, 2008 12:32 PM
> To: tutor@python.org
> Subject: [Tutor] What has Editor X got that PyWin32 hasn't?
>
> Hello.
>
>
> I haven't much experience with programming.
>
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Alan Gauld
> Sent: Sunday, August 03, 2008 4:55 PM
> To: tutor@python.org
> Subject: [Tutor] Any Italian speakers?
>
> I received this message which Google tells me is Italian but then
> only gives a
>Subject: Re: [Tutor] New to pythong
>Hello everybody:
>
>I am new to this mailing list, and it said that i could the simplest of
questions. So i was wondering if anyone could be so kind as to e-mail me
a project idea or something to go out an learn to do in python. I don't
know any languages, b
> [mailto:[EMAIL PROTECTED] On Behalf Of Nathan Farrar
> Sent: Saturday, July 05, 2008 12:24 PM
> To: Python Tutor
> Subject: [Tutor] Exploring the Standard Library
>
> I'd like to spend some time exploring the standard library.
> I'm running python on Ubuntu. How would I find the location
> o
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Rob Kirkpatrick
> It was mostly an exercise in understanding import
> orders/precedence but I thought I might be able to use it to
> simplify imports for modules within a package that might all
> -Original Message-
> From: Michael yaV [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, June 10, 2008 12:13 PM
> To: Kent Johnson
> Cc: Hansen, Mike; tutor@python.org
> Subject: Re: [Tutor] IDE
>
> Since I'm on a mac, how about using Xcode?
>
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Sean Novak
> Sent: Tuesday, June 10, 2008 10:44 AM
> To: tutor@python.org
> Subject: Re: [Tutor] IDE
>
> >
> > Wow.. thanks everyone!! I am on a mac,, currently. But, I often
> > bounce from one
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Sean Novak
> Sent: Tuesday, June 10, 2008 5:08 AM
> To: tutor@python.org
> Subject: [Tutor] IDE
>
> I'm looking for the perfect IDE, preferably open source. I've
> installed Bluefish, which I fin
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Michael yaV
> Sent: Tuesday, June 10, 2008 8:45 AM
> To: Alan Gauld
> Cc: tutor@python.org
> Subject: Re: [Tutor] IDE
>
> How about for the Mac platform?
>
Textmate(not open source) but most who p
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Michael Langford
> Sent: Sunday, June 08, 2008 2:39 PM
> To: Dotan Cohen
> Cc: tutor@python.org
> Subject: Re: [Tutor] Why not to use include?
>
> Python makes web pages just fine. There are both embed
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of FT
> Sent: Monday, May 19, 2008 12:04 PM
> To: Tutor Python ORG
> Subject: [Tutor] Pythoncom Tutorial
>
>
> Hi!
>
> I noticed that when wanting to learn Pythoncom there is
> no real good
> ac
Isn't it
import file
not
import file.py
or has that changed in recent versions?
Mike
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of jay
Sent: Friday, May 16, 2008 9:44 AM
To: tutor@python.org
Subject: Re:
strip( s[, chars])
Return a copy of the string with leading and trailing characters
removed. If chars is omitted or None, whitespace characters are removed.
If given and not None, chars must be a string; the characters in the
string will be stripped from the both ends of the string thi
> -Original Message-
> On
> Behalf Of Bryan Fodness
> Sent: Tuesday, April 29, 2008 3:54 PM
> To: tutorpythonmailinglist Python
> Subject: [Tutor] string from input file
>
> I am trying to get values from an input file,
>
> 0.192
> Custom
> 15
> IN
>
> but, when
> -Original Message-
> On
> Behalf Of Marc Tompkins
> Sent: Wednesday, April 23, 2008 7:27 PM
> To: python tutor; [EMAIL PROTECTED]
> Subject: [Tutor] Open Source Hero my @$$!
>
> Just thought I'd share something I found quite humorous... a
> while back, I heard about Microsoft's "Op
> Evey time someone recommends Queue I think "oh boy this will
> really help
> me". Then I go to the Library Reference, read the Queue docs
> and think
> "oh boy who can help me understand this". Even the sample code is
> confusing.
>
> Is there some other documentation or example?
>
>
>
> Evey time someone recommends Queue I think "oh boy this will
> really help
> me". Then I go to the Library Reference, read the Queue docs
> and think
> "oh boy who can help me understand this". Even the sample code is
> confusing.
>
> Is there some other documentation or example?
>
>
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Marc Tompkins
> Sent: Saturday, April 19, 2008 1:46 PM
> To: tutor@python.org
> Subject: Re: [Tutor] Hoping to benefit from someone's experience...
>
>
> As you might expect, most of the time is s
es showing time stamps and temperatures for a
> single location over all months of data collection.
>
> Thanks in advance for your help.
>
> -Kelvin
H. first, I'd use the CSV module instead of manually parsing
the csv files. Although it might be ok in your appli
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Che M
> Sent: Thursday, April 17, 2008 9:21 PM
> To: tutor@python.org
> Subject: [Tutor] web programming tutorials?
>
> [I thought I sent a similar msg to this list 2 days ago, but
> now I'm not sure
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Dick Moores
> Sent: Thursday, April 17, 2008 2:21 PM
> To: Python Tutor List
> Subject: Re: [Tutor] datetime module problem
>
> At 06:29 AM 4/17/2008, Kent Johnson wrote:
> >Dick Moores wrote:
> >
>
onitor every single post to
> find out who he had to inform. He'd end up doing not much else with
> his life, and would flee to a monastery and give up coding forever.
> You wouldn't want that to happen, would you?
>
>
>
> On 9/25/07, Darren Williams mailto:[E
Anytime someone posts in HTML, or posts without a subject, or
accidentally
hijacks a thread, or top-posts, or writes in caps, a couple of posters
pop up
and complain. Rather than posting to the entire list, I think it'd be
best if
you send your complaint directly to the "offending" user. I'd prefer
43 matches
Mail list logo