Re: problem in Gasp !

2010-09-30 Thread Cousin Stanley
n.a.s wrote: > I want to ask about graphics using Gasp .Attached is exercise 10 > (houses at night) <http://openbookproject.net/thinkCSpy/ch04.html#exercises> > > if i call the draw_house function once it will work properly ,but more than > one call,windows and door

problem in Gasp !

2010-09-27 Thread n.a.s
Hi, I want to ask about graphics using Gasp .Attached is exercise 10 (houses at night) <http://openbookproject.net/thinkCSpy/ch04.html#exercises> ,if i call the draw_house function once it will work properly ,but more than one call,windows and doors disappear from some houses . Any o

problem in Gasp !

2010-09-24 Thread n.a.s
Hi, I want to ask about graphics using Gasp .Attached is exercise 10 (houses at night) <http://openbookproject.net/thinkCSpy/ch04.html#exercises> ,if i call the draw_house function once it will work properly ,but more than one call,windows and doors disappear from some houses . Any o

Re: Installing gasp

2008-08-14 Thread Fredrik Lundh
Steven D'Aprano wrote: On Thu, 14 Aug 2008 08:27:43 +0300, Cyprian Kumwaka wrote: Find attached a screen capture of the message I get. Number one: it looks like you've shrunk the screenshot, which makes it very hard to read. Don't do that. Either that or you're using a bad font and/or type

Re: Installing gasp

2008-08-14 Thread Steven D'Aprano
On Thu, 14 Aug 2008 08:27:43 +0300, Cyprian Kumwaka wrote: > Find attached a screen capture of the message I get. Number one: it looks like you've shrunk the screenshot, which makes it very hard to read. Don't do that. Either that or you're using a bad font and/or type size in cmd.exe. Number

Installing gasp

2008-08-14 Thread Cyprian Kumwaka
Find attached a screen capture of the message I get. Thanks.. <>-- http://mail.python.org/mailman/listinfo/python-list

Re: gasp

2008-08-13 Thread Simon Brunning
2008/8/13 Cyprian Kumwaka <[EMAIL PROTECTED]>: > No, it doesn't! I have even tried uninstalling and installing it but still > it doesn't not work. Any more ideas! What error message do you get when you try it? "Doesn't work" isn't anything like enough to go on. And please keep the conversation on

Re: gasp

2008-08-13 Thread Simon Brunning
2008/8/13 kumwaka <[EMAIL PROTECTED]>: > I am a beginner in Python. Please tell me how to go about in > downloading and installing the module gasp.I am using Python 2.5.2. Does this work? easy_install gasp -- Cheers, Simon B. [EMAIL PROTECTED] http://www.brunningonline.net/simon

Re: Downloading and Installing gasp

2008-08-12 Thread Rob Weir
On 13 Aug 2008, Cyprian Kumwaka wrote: > I am a beginner in Python. Please tell me how to go about in > downloading and installing the module gasp.I am using Python 2.5.2. What OS are you using? Do you have PyGame installed already? -- -rob -- http://mail.python.org/mailman/listinfo/python-lis

gasp

2008-08-12 Thread kumwaka
I am a beginner in Python. Please tell me how to go about in downloading and installing the module gasp.I am using Python 2.5.2. -- http://mail.python.org/mailman/listinfo/python-list

Downloading and Installing gasp

2008-08-12 Thread Cyprian Kumwaka
I am a beginner in Python. Please tell me how to go about in downloading and installing the module gasp.I am using Python 2.5.2. -- http://mail.python.org/mailman/listinfo/python-list

Re: Genetic programming: pygene, pygp, AST, or (gasp) Lisp?

2008-08-03 Thread John Ladasky
Thanks to everyone who replied. I haven't chosen a definite direction for my project yet. But you have given me some good leads. Google Books offers previews of many pages of John Koza's book, published in the early 1990's. I'm reading through the preview pages, with the idea of purchasing a mo

Re: Genetic programming: pygene, pygp, AST, or (gasp) Lisp?

2008-07-21 Thread dmitrey
also, you could look at the simple openopt example provided by GA "galileo" solver (connected to OO framework) http://projects.scipy.org/scipy/scikits/browser/trunk/openopt/scikits/openopt/examples/glp_1.py http://scipy.org/scipy/scikits/wiki/GLP Regards, D -- http://mail.python.org/mailman/listinf

Re: Genetic programming: pygene, pygp, AST, or (gasp) Lisp?

2008-07-21 Thread david . leoni . dontemailthisaddress
John Ladasky said: Why not do genetic programming directly on Python code? maybe Dione is what you are looking for - it seems to manipulate Python asts directly http://sourceforge.net/projects/dione/ -- http://mail.python.org/mailman/listinfo/python-list

Re: Genetic programming: pygene, pygp, AST, or (gasp) Lisp?

2008-07-20 Thread Erik Max Francis
John Ladasky wrote: Why not do genetic programming directly on Python code? Maybe my code tree data structure is redundant to something which already exists? But apparently Python's "_ast" module offers only one-way access -- it will generate an AST from a piece of code, but you can't modify an

Re: Genetic programming: pygene, pygp, AST, or (gasp) Lisp?

2008-07-20 Thread kib2
David Boddie a écrit : On Sunday 20 July 2008 09:52, John Ladasky wrote: Is there a way to interface Lisp to Python, so that I can do all the interface programming in the language I already know best -- and just do the genetic parts in Lisp? I haven't seen exception handling in Lisp, a feature

Re: Genetic programming: pygene, pygp, AST, or (gasp) Lisp?

2008-07-20 Thread David Boddie
On Sunday 20 July 2008 09:52, John Ladasky wrote: > Is there a way to interface Lisp to Python, so that I can do all the > interface programming in the language I already know best -- and just > do the genetic parts in Lisp? I haven't seen exception handling in > Lisp, a feature I've come to love

Re: Genetic programming: pygene, pygp, AST, or (gasp) Lisp?

2008-07-20 Thread Kay Schluehr
On 20 Jul., 09:52, John Ladasky <[EMAIL PROTECTED]> wrote: > Why not do genetic programming directly on Python code? Maybe my code > tree data structure is redundant to something which already exists? > But apparently Python's "_ast" module offers only one-way access -- it > will generate an AST

Genetic programming: pygene, pygp, AST, or (gasp) Lisp?

2008-07-20 Thread John Ladasky
Hi folks, I've played around with neural nets for a while. I wrote my own slow, pure-Python NN package. I knew that there were Python NN packages out there -- but I couldn't really understand their features and documentation at first, not without some hands-on experience. I haven't yet solved a