Erm win32api?
On Sun, 6 Mar 2005 21:35:16 -0800 (PST), Ravi Kishan T.S
<[EMAIL PROTECTED]> wrote:
> Hi!
>
> I am working on Python on Windows XP, Iam being able to create or generate
> an Excel file using python, but unable to write the excel file with the
> graphs in it. I want to repres
Gregory Sexton wrote:
Thanks for the help! Sorry for the trivial questions, but I guess we all
have to start somewhere. Beginning python student, OS Windows XP,using
Python 2.4. Also novice to programming. I cant get the "/a" command to
work.
I don't know what the "/a" command is, please gi
On Mar 7, 2005, at 16:46, Kent Johnson wrote:
Gregory Sexton wrote:
Thanks for the help! Sorry for the trivial questions, but I guess we
all have to start somewhere. Beginning python student, OS Windows
XP,using Python 2.4. Also novice to programming. I cant get the
"/a" command to work.
I do
On Mon, 07 Mar 2005 11:46:42 -0500
Kent Johnson <[EMAIL PROTECTED]> wrote:
> Gregory Sexton wrote:
> > Thanks for the help! Sorry for the trivial questions, but I guess we all
> > have to start somewhere. Beginning python student, OS Windows XP,using
> > Python 2.4. Also novice to programming.
Gregory Sexton wrote:
> Thanks for the help! Sorry for the trivial questions, but I guess we all
> have to start somewhere. Beginning python student, OS Windows XP,using
> Python 2.4. Also novice to programming. I cant get the "/a" command to
> work.
Shouldn't it be "\a", and it won't work
[Ravi]
> > I am working on Python on Windows XP, Iam being able to create or
> > generate an Excel file using python, but unable to write the excel
> > file with the graphs in it. I want to represent some data in the form
> > of Graph (Gant chart, Pie chart and all),
[Liam]
> Erm win32api?
> Is there a forum for the complete beginning Python student?
Yes, this is it! Welcome.
Alan G
Author of the Learn to Program web tutor
http://www.freenetpages.co.uk/hp/alan.gauld
___
Tutor maillist - Tutor@python.org
http://mail.python.org/mailman/l
>Does sp1 and sp2 in Wwindows XP block certain python commands?
Nope. Although SP2 does various strange things that could cause some
bits of Python to behave strangely but there are plenty people using
SP2 and Python suvccessfully.
Alan G.
___
Tuto
> I am working on Python on Windows XP, Iam being able to create or
> generate an Excel file using python, but unable to write the excel
> file with the graphs in it. I want to represent some data in the
> form of Graph (Gant chart, Pie chart and all),
Creating graphs in Excel is best done with
I tried to convert this pseudocode
function IntNoise(32-bit integer: x)
x = (x<<13) ^ x;
return ( 1.0 - ( (x * (x * x * 15731 + 789221) + 1376312589) & 7fff) /
1073741824.0);
end IntNoise function
from this website
http://freespace.virgin.net/hugo.elias/models/m_perlin.htm
to py
Hi all.
Does anybody know of a Python module to read from Paradox database
files? I don't need to write back to the files. These files are being
exported using a proprietary application and I need to parse them to
extract transaction information.
I found something about ODBC being able to conne
On Mon, 7 Mar 2005, Victor Bouffier wrote:
> Does anybody know of a Python module to read from Paradox database
> files? I don't need to write back to the files. These files are being
> exported using a proprietary application and I need to parse them to
> extract transaction information.
Hi V
At 06:20 AM 3/5/2005, Alan Gauld wrote:
> > I'm trying to use
Beautiful Soup to scrape some data out of an
HTML
> > table. I can do this using
A new one on me, but Beautiful Soup looks very interesting. I've
just
downloaded it.
From where? My Google search does not help.
Thanks for pointing it
Bob Gailer wrote:
At 06:20 AM 3/5/2005, Alan Gauld wrote:
> > I'm trying to use Beautiful Soup to scrape some data out of an
HTML
> > table. I can do this using
A new one on me, but Beautiful Soup looks very interesting. I've just
downloaded it.
From where? My Google search does not help.
Actua
Hi Danny,
Thanks a lot for your help. I have not been able to try it out, but I will
first thing tomorrow. It seems that this is just what I need.
I love this forum.
Thanks to all.
Victor
---Original Message---
> From: "Danny Yoo" <[EMAIL PROTECTED]>
> Subject: Re: [Tutor] Paradox datab
15 matches
Mail list logo