Re: [Tutor] Python Examples of processing MS Outlook

2010-04-20 Thread Hansen, Mike
> -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 >

Re: [Tutor] Recommendations on Workshops, Courses, Live Online Training

2010-03-12 Thread Hansen, Mike
> -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

Re: [Tutor] Bowing out

2010-03-03 Thread Hansen, Mike
> -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

Re: [Tutor] What Editori?

2010-02-24 Thread Hansen, Mike
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

Re: [Tutor] The Order of Imports and install order ofmodulesandother matters (XP vs W7, ...)

2010-02-17 Thread Hansen, Mike
> -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

Re: [Tutor] The Order of Imports and install order of modules andother matters (XP vs W7, ...)

2010-02-16 Thread Hansen, Mike
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

Re: [Tutor] The Order of Imports and install order of modules andother matters (XP vs W7, ...)

2010-02-16 Thread Hansen, Mike
> -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

Re: [Tutor] Tutor list as pair progamming plush toy

2010-02-12 Thread Hansen, Mike
> -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 > >

[Tutor] Variable declaration

2010-02-05 Thread Hansen, Mike
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

Re: [Tutor] Providing Solutions for all the Common Questions

2008-10-21 Thread Hansen, Mike
> -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

[Tutor] Output parameters from a stored procedure

2008-10-09 Thread Hansen, Mike
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

Re: [Tutor] cx_oracle module problems

2008-10-07 Thread Hansen, Mike
>>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

Re: [Tutor] cx_oracle module problems

2008-10-07 Thread Hansen, Mike
> 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

Re: [Tutor] Sorting Dictionary of Dictionary by certain Value

2008-09-24 Thread Hansen, Mike
> -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

Re: [Tutor] Web programming advice

2008-09-19 Thread Hansen, Mike
> 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

[Tutor] NetBeans IDE

2008-09-10 Thread Hansen, Mike
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

Re: [Tutor] Support for datetime module

2008-09-08 Thread Hansen, Mike
> -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

Re: [Tutor] Python Docs (Was: Reformatting phone number)

2008-08-21 Thread Hansen, Mike
> 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

Re: [Tutor] study advice on javascript to python hand-off

2008-08-14 Thread Hansen, Mike
> -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

Re: [Tutor] study advice on javascript to python hand-off

2008-08-14 Thread Hansen, Mike
> -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

Re: [Tutor] What has Editor X got that PyWin32 hasn't?

2008-08-12 Thread Hansen, Mike
> -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. > >

Re: [Tutor] Any Italian speakers?

2008-08-04 Thread Hansen, Mike
> -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

Re: [Tutor] New to pythong

2008-07-08 Thread Hansen, Mike
>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

Re: [Tutor] Exploring the Standard Library

2008-07-08 Thread Hansen, Mike
> [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

Re: [Tutor] Possible to import imports?

2008-06-23 Thread Hansen, Mike
> -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

Re: [Tutor] IDE

2008-06-10 Thread Hansen, Mike
> -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? > >

Re: [Tutor] IDE

2008-06-10 Thread Hansen, Mike
> -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

Re: [Tutor] IDE

2008-06-10 Thread Hansen, Mike
> -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

Re: [Tutor] IDE

2008-06-10 Thread Hansen, Mike
> -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

Re: [Tutor] Why not to use include?

2008-06-09 Thread Hansen, Mike
> -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

Re: [Tutor] Pythoncom Tutorial

2008-05-19 Thread Hansen, Mike
> -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

Re: [Tutor] Getting started with Python

2008-05-16 Thread Hansen, Mike
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:

[Tutor] Strip?

2008-04-30 Thread Hansen, Mike
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

Re: [Tutor] string from input file

2008-04-29 Thread Hansen, Mike
> -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

Re: [Tutor] Open Source Hero my @$$!

2008-04-24 Thread Hansen, Mike
> -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

Re: [Tutor] knowing when a list is updated by a thread

2008-04-23 Thread Hansen, Mike
> 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? > > >

Re: [Tutor] knowing when a list is updated by a thread

2008-04-23 Thread Hansen, Mike
> 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? > > >

Re: [Tutor] Hoping to benefit from someone's experience...

2008-04-21 Thread Hansen, Mike
> -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

Re: [Tutor] Reading Multiple Files in Sequence

2008-04-18 Thread Hansen, Mike
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

Re: [Tutor] web programming tutorials?

2008-04-18 Thread Hansen, Mike
> -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

Re: [Tutor] datetime module problem

2008-04-17 Thread Hansen, Mike
> -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: > > >

Re: [Tutor] Take if offline

2007-09-25 Thread Hansen, Mike
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

[Tutor] Take if offline

2007-09-25 Thread Hansen, Mike
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