Chart drawing tool in python

2007-04-29 Thread [EMAIL PROTECTED]
Hi, In Perl, there is a GD module to draw custom chart. http://www-128.ibm.com/developerworks/opensource/library/os-perlgdchart/?ca=dgr-lnxw01Perl-GD-Charts Can you please tell me if there is an equivalent library in python? Thank you. -- http://mail.python.org/mailman/listinfo/python-list

Master's Thesis Help Needed

2007-04-29 Thread RobJ
Awhile ago I asked for your help in getting some ideas about setting up an on-line course to learn how to use Python web frameworks. The first section - Beginning Pylons is up and running and I would appreciate your going through the course and taking my pre and post- workshop surveys. The link t

Re: Chart drawing tool in python

2007-04-29 Thread Bart Willems
[EMAIL PROTECTED] wrote: > Hi, > > In Perl, there is a GD module to draw custom chart. > http://www-128.ibm.com/developerworks/opensource/library/os-perlgdchart/?ca=dgr-lnxw01Perl-GD-Charts > Can you please tell me if there is an equivalent library in python? Did you take a look at reportlab? (ht

Re: Chart drawing tool in python

2007-04-29 Thread jmg3000
On Apr 29, 9:52 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi, > > In Perl, there is a GD module to draw custom chart. > > http://www-128.ibm.com/developerworks/opensource/library/os-perlgdcha... > > Can you please tell me if there is an equivalent library in python? > > Thank you. I've

Re: While we're talking about annoyances

2007-04-29 Thread Michael Hoffman
Alex Martelli wrote: > Arnaud Delobelle <[EMAIL PROTECTED]> wrote: >... > decorated.sort() >... >>> def index(sequence): >>> return sorted(range(len(sequence)), key=sequence.__getitem__) >... >> But really these two versions of rank are slower than the original one >> (as s

Re: SEO - Search Engine Optimization - Seo Consulting

2007-04-29 Thread Sherm Pendley
"Juan T. Llibre" <[EMAIL PROTECTED]> writes: > Top or bottom posting is a user choice. Yes, one can choose to be polite and follow established usenet conventions, or one can choose to be rude and self-centered. Those who choose rudeness over courtesy can expect to be called down for it - which i

Re: Counting

2007-04-29 Thread John Machin
On 30/04/2007 7:17 AM, James Stroud wrote: > [EMAIL PROTECTED] wrote: >> That's a short, abridged version of my code :) But, what I want is to >> count total# of keywords per line and print 'em. Rather than >> printing : >> >> The word 'and' belongs in line num: 1 >> The word 'del' belongs in line

Re: While we're talking about annoyances

2007-04-29 Thread Alex Martelli
Michael Hoffman <[EMAIL PROTECTED]> wrote: > Alex Martelli wrote: > > Arnaud Delobelle <[EMAIL PROTECTED]> wrote: > >... > > decorated.sort() > >... > >>> def index(sequence): > >>> return sorted(range(len(sequence)), key=sequence.__getitem__) > >... > >> But really these

Re: Master's Thesis Help Needed

2007-04-29 Thread Alex Martelli
RobJ <[EMAIL PROTECTED]> wrote: > http://pyschool.robj.webfactional.com/ Things start on a pretty bad note when I'm asked to select my OS: Ubuntu Linux Windows XP I'm running MacOSX. What now? Why is there no choice "none of the above"...?! Alex -- http://mail.python.org/mailman/listinfo/py

Re: I have a chance to do somting diffrent way not Python ?!

2007-04-29 Thread Tim Roberts
anders <[EMAIL PROTECTED]> wrote: > >On my work we have a lot off diffrent server to make software for >diffrent os from Windows, OS/X to Linux Solaris > >Everyting is scripted with shell, but Windows has batchfiles witch is >very limited, compared to cshell etc. There are several very good Unix-

Re: Chart drawing tool in python

2007-04-29 Thread Gabriel Genellina
En Sun, 29 Apr 2007 22:52:22 -0300, [EMAIL PROTECTED] <[EMAIL PROTECTED]> escribió: > In Perl, there is a GD module to draw custom chart. > Can you please tell me if there is an equivalent library in python? There is gdchart (google for it), but *I* prefer pychart for *my* charts. -- Gabriel

Re: Beginner question on threads

2007-04-29 Thread Gabriel Genellina
En Sun, 29 Apr 2007 22:50:59 -0300, Teresa Hardy <[EMAIL PROTECTED]> escribió: > I have successfully made the threading work on a Window XP machine with > quad > processors but now I am trying to pass some variables around and am > fighting > with Lock() If there is the possibility that the

Re: SEO - Search Engine Optimization - Seo Consulting

2007-04-29 Thread Spin Dryer
On Sun, 29 Apr 2007 20:55:11 -0400, [Juan T. Llibre] said :- >re: >!>>>Top posting >!>> Did not. I replied to the message at the bottom of the thread. >!> Congratulations, you've now made a fool of yourself in public. > >OK, cut it out. > >Top or bottom posting is a user choice. >No need to flame

Re: Free Windows Vista Download

2007-04-29 Thread Spin Dryer
On Sun, 29 Apr 2007 20:23:22 -0400, ["Alvin Bruney [MVP]" ] said :- >That's a misleading post, you should indicate that this is an evaluation >copy. You did it again Sonny, making yourself look a total fool. Will you stop top posting replies to spam and _leaving the spamed site attached_. --

<    1   2