6
votes
What should students be taught first when first learning sorting algorithms?
I'd start by showing insertion sort. Everyone who's sorted a hand of cards (which is basically everybody) knows this sort. Plus it's doesn't have the abysmal performance of bubble sort.
…
4
votes
Why do people defend the regex syntax?
Pyparsing (http://pyparsing.wikispaces.com/Examples) is a Python library that makes it easy to write regex-like expressions tha …
7
votes
What programming jobs do you aspire to?
Figuring out how to program my computer using a Guitar Hero interface, so I could be a "rockstar developer".
…
0
votes
questions re: current state of GUI programming with Python
dabo puts wxPython programming at a higher level like what you're looking for.
…
