No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
5 Posted Topics
This is not necessarily a Python or wxPython related question. Let's say i have GUI made with wxPython. How does one implement changing language of the GUI(menu names, help strings etc.) in a correct way. Thanks.
Pretty cool idea, i will save this one hoping to come up with a use for it sometimes :D
Hi guys! I have a problem calling the numpy.random.hypergeometric function with certain values. It seems like if the values hit in some certain range the program stalls and never finishes. I get no errors or anything and also a wxpython GUI that i have calling this function crashes with no …
Look up pathfinding algorithms, very common in games. So you are in square 1 and you need to get to finish square. What you want is something like this: 1. Check if the square is the finish square. If it is then return True. If not go to step 2. …
My favourites for Python are Eclipse and Netbeans with the python plugin and Eric IDE.
The End.
justaguy101