16 years, 4 months ago
Highlights
Community contributions featuredThe pygame mailinglist had a post about rts code. ( pygame is the python SDL wrapper )they might have more specific advice on python scripting.
16 years, 4 months ago
16 years, 4 months ago
Using ref: http://heather.cs.ucdavis.edu/~matloff/Python/PyThreads.pdf I'm trying to learn multi-threading. I tried to understand threading by writing a simple portscanner. ( us…
18 years, 3 months ago
If I have a source file that contains: ##globals.py def foo(msg): print msg And I want to be able to do:import globals foo('test') and have it auto-matically also import the fun…
18 years, 3 months ago
[1] What advantages does using a code version system give you? I'm wondering if it's worth using one for the small prototypes that I'm writing. Right now what I do is creat…
18 years, 3 months ago
Latest Activity
See all in DiscussionsThe pygame mailinglist had a post about rts code. ( pygame is the python SDL wrapper )they might have more …
16 years, 4 months ago
Is this a good example to se Quaternions?Here's example psuedo code on the tree. Assuming human Local coords is relative …
16 years, 4 months ago
First, test with the python file in the same directory as your main exe.Or is this working, that modules aren't?Not …
16 years, 5 months ago