- Aug 14, 2001
- 12,343
- 0
- 0
I already have dealt with threading in Python, can be extremely not fun. :Q But for some situations it's cool. Generally I either avoid it, unless there's a simple way to go about it (i.e. I can get away with only a few semaphores, and it's easy to tell when/where they get acquired and released).
Not really sure what my goal is with C.. I guess mostly to be able to hack other software, considering most stuff (well, unix stuff) is written in C. I have had countless situations where I want to play with something or try to track down a bug, and I either get nowhere, or I don't get very far, because my C sucks.
edit: also, so I can make non-trivial Python C modules.
Not really sure what my goal is with C.. I guess mostly to be able to hack other software, considering most stuff (well, unix stuff) is written in C. I have had countless situations where I want to play with something or try to track down a bug, and I either get nowhere, or I don't get very far, because my C sucks.
edit: also, so I can make non-trivial Python C modules.
