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
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
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
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
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
Find attached a screen capture of the message I get.
Thanks..
<>--
http://mail.python.org/mailman/listinfo/python-list
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
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
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
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
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
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
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
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
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
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
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
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
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
19 matches
Mail list logo