Re: [Tutor] bind line-oriented device output?

2010-03-29 Thread Fiyawerx
On Mon, Mar 29, 2010 at 11:56 AM, Tom Roche wrote: > > http://mail.python.org/pipermail/tutor/2010-March/075438.html > >> I'd like to learn to pythonically redirect the output from a > >> line-oriented character device to a particular file or process, > >> regardless of focus, on a generic graphi

Re: [Tutor] Comparing more than 2 lists

2008-01-24 Thread Fiyawerx
; > I'd provide code, but I'm not sure what an appropriate naming function > is for you, nor am I sure what you're doing with this when you're > done. > >--Michael > > > > On Jan 24, 2008 3:15 AM, Fiyawerx <[EMAIL PROTECTED]> wrote: >

[Tutor] Comparing more than 2 lists

2008-01-24 Thread Fiyawerx
I have been able to find a few articles on comparing 2 lists, but I have 4 lists that I need to compare. I need to find any repeated elements and the list that they came from. For example, list1 = ['one', 'two', 'three'] list2 = ['one', 'two', 'four', 'five'] list3 = ['two', 'three', 'six', 'seven

[Tutor] Programming Ideas, need some focus

2008-01-16 Thread Fiyawerx
I've been over google for hours now, and I'm sort of at a lull in my learning, as I don't really have a current "goal". I know I could set some easy goal like to learn a specific function or feature, but I still have a hard time with that approach also. I was wondering if anyone knows of any sites

[Tutor] Sorting specific files by modification date

2007-11-05 Thread Fiyawerx
I'm working on a small script that so far, using the xlrd module, ( http://www.lexicon.net/sjmachin/xlrd.html) will parse all the files in a given directory for a xls file with a specific worksheet. This way, if the file names change, or people don't save the spreadsheet with the right name, my scr

Re: [Tutor] Take if offline

2007-09-25 Thread Fiyawerx
It also seems, for people like me, I've learned a lot of 'what not to do' by seeing peoples replies to others posts telling them.. well, what not to do. If all these were taken 'off list' you'd have a whole lot more people doing bad things because they wouldn't have seen yet not to do it, not to me

Re: [Tutor] Python / CGI

2007-09-07 Thread Fiyawerx
Wow, thanks for all the info guys, more than i was expecting :). After looking around at various options, I did download the python gdata module for google's calendar. What I'm thinking is, since my fiance has two schools, she can just log into her google account and create a calendar for each scho

Re: [Tutor] Python / CGI

2007-09-06 Thread Fiyawerx
e Python web frameworks that are out there. I used cherrypy for > my first web-based python project and I found it very easy to learn and > develop in quickly. > Regards, > Michael > > On 06/09/07, Fiyawerx <[EMAIL PROTECTED]> wrote: > > > Hi guys, quick question, I&

[Tutor] Python / CGI

2007-09-06 Thread Fiyawerx
Hi guys, quick question, I've been trying to learn python lately, and have written a few little apps to help with some day to day stuff I do, and recently my fiance asked me if it was possible to come up with a simple web based schedule she can use with the other teachers in her school to schedule

Re: [Tutor] Data Gathering

2007-08-21 Thread Fiyawerx
I've used Twill for similar applications also, and I found this with a quick google.. http://twill.idyll.org/python-api.html For what I've used it, it works wonders. On 8/19/07, Johnny Jelinek IV <[EMAIL PROTECTED]> wrote: > > Hi, > > I was wondering if something like this is possible; Can I cre

Re: [Tutor] operating system key-bindings that call Python scripts

2007-08-21 Thread Fiyawerx
Noob here, but just wondering, would it be hard for you to have the program instead of insert the text for you, copy it to your clipboard? It would add a step, but then you could do something like [, ctrl-v] to paste into whatever window you're in. Some keyboards like logitech's g15 allow special

Re: [Tutor] Python Book Recommendations

2007-08-14 Thread Fiyawerx
My company has a subscription with the books24x7.com site, and I'm sure they offer individual accounts, but so far I'm ashamed that I've paid close to 200$ worth of computer books that I could have been accessing online for free. Including 'dummies' books, Teach yourself whatever, and just a multit