Entry Level Python Jobs

Adam adam.crossland at gmail.com
Wed Sep 2 15:04:18 EDT 2009


On Sep 2, 12:52 pm, JonathanB <doulo... at 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.



More information about the Python-list mailing list