On Sep 2, 12:52 pm, JonathanB <doulo...@gmail.com> wrote: > Any other tips?
I'm probably going to come off as very old school, but give yourself a good and thorough education in data structures and algorithms. You might never be called on to actually code a quick sort, merge sort, heap sort, doubly-linked list or trie, but knowing what they are and why they are important will fundamentally shape how you approach all software problem solving. There are a lot of good data structures and algorithms books that use C, so that'd be a good approach to also adding a very important language to your toolbelt. -- http://mail.python.org/mailman/listinfo/python-list