Author |
Message |
Tweezy Novice

Age:36 Gender: Joined: Jun 16 2004 Posts: 84 Location: In Da Club Offline
|
Posted: Thu Nov 08, 2007 9:13 pm Post subject: N00B coder question. |
 |
|
|
|
Is there a page that details what the limitations on coding for python are? I think what I would like to do is simple enough but if you would be kind enough to tell me how I could figure out what is doable in python I would greatly appreciate it. I am a python noob but I've picked it up rather quickly and I think I am ready to try and take on the vast voids that are module coding. _________________ Idle Hands are the Devil's Playground. |
|
Back to top |
|
 |
Dr Brain Flip-flopping like a wind surfer

Age:39 Gender: Joined: Dec 01 2002 Posts: 3502 Location: Hyperspace Offline
|
Posted: Thu Nov 08, 2007 9:24 pm Post subject: |
 |
|
|
|
Might be simpler to ask if what you're trying to do is possible. I don't believe anyone has taken the time to compile a list of what python can and cannot do. _________________ Hyperspace Owner
Smong> so long as 99% deaths feel lame it will always be hyperspace to me |
|
Back to top |
|
 |
Doc Flabby Server Help Squatter

Joined: Feb 26 2006 Posts: 636 Offline
|
Posted: Fri Nov 09, 2007 5:06 am Post subject: |
 |
|
|
|
python can do anything you can do in c, however the way to do it is different. _________________ Rediscover online gaming. Get Subspace | STF The future...prehaps |
|
Back to top |
|
 |
Dr Brain Flip-flopping like a wind surfer

Age:39 Gender: Joined: Dec 01 2002 Posts: 3502 Location: Hyperspace Offline
|
Posted: Fri Nov 09, 2007 8:14 am Post subject: |
 |
|
|
|
Doc Flabby wrote: | python can do anything you can do in c, however the way to do it is different. |
We're talking about ASSS here, not Python vs. C in general. There are some things that Python CANNOT do in ASSS, such as register interfaces. |
|
Back to top |
|
 |
Animate Dreams Gotta buy them all! (Consumer whore)

Age:37 Gender: Joined: May 01 2004 Posts: 821 Location: Middle Tennessee Offline
|
Posted: Fri Nov 09, 2007 11:13 am Post subject: |
 |
|
|
|
By registering interfaces, you mean like... adding an interface? So all core/shared modules have to be in C? |
|
Back to top |
|
 |
Smong Server Help Squatter

Joined: 1043048991 Posts: 0x91E Offline
|
Posted: Fri Nov 09, 2007 5:31 pm Post subject: |
 |
|
|
|
I think you can register an interface, such as freqmanager, flagcore thingy, you just can't create your own custom interfaces without recompiling the pymod module. _________________ ss news  |
|
Back to top |
|
 |
|