[Tutor] How many web sites....

sentinel805 sentinel805@netscape.net
Mon, 08 Apr 2002 09:57:33 -0400


Im looking for mainly wxPython exmples and pygame examples.  Mainly 
wxPython for now.  (the examples that come with pyGame are pretty good. 
)   I would realy like to see an wxPython example that posistions 
several controlls on a frame using absolute positioning and sizing.  for 
example....

(this is not syntaticly correct)

frame = (size = (a,b))
aButton (size = (c,d), position=(e,f))
textBox =(size = (g,h), position=(i,j))
blah...
blah..

I'm not new to programming but I am new to python.  If you would like to 
see an example of my python skill level I recently source code to

http://www.decrem.com:8080/ChalkBoard

nova




wolf_binary@hotmail.com wrote:

>If you are looking for little demo programs of how things work, just ask me
>and I might be able to help.  I have been in your shoes and know enough now
>that I can hopefully help you in your predicament.  What kind of examples
>are you looking for?  Are you coming from a complete Non-Programmer
>position?  Help me to understand your circumstances.
>
>Cameron Stoner
>
>>I'm learning python and write a bunch of silly code for the purpose of
>>learning.  currently I focus my efforts to learning python as it relates
>>to wxPython and pygame.  Some of the simplest things I struggle with
>>because I sometimes have trouble finding source code to edit.
>>I would like to share the code I write with other newbies.   I sent code
>>to Useless Python site, but it doesn't seem to published.  How many
>>other sites like Useless Python are there where I might be able to
>>share/exchange code.
>>
>>
>>nova812
>>http://www.lowerstandard.com/python/uselesspython1.html
>>
>>
>>
>>_______________________________________________
>>Tutor maillist  -  Tutor@python.org
>>http://mail.python.org/mailman/listinfo/tutor
>>