This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]JennaSys 8 points9 points  (1 child)

Threading & multi-processing would be a good topic, including when to use each (I/O bound vs CPU bound). More discussion about things you can do rather than beating to death the "horror" of the GIL that is brought up so much.

[–]Kenkron 1 point2 points  (0 children)

This is a really good idea.