[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Prepping for python interview - tidbits a "strong" python programmer should know?
- To: Bill Bruns <http://profiles.yahoo.com/billbruns>, Narendra Venkataraman <http://www.gmail.com/~naren.naren>
- Subject: Re: Prepping for python interview - tidbits a "strong" python programmer should know?
- From: Robert <http://dummy.us.eu.org/robert>
- Date: Thu, 16 Jan 2014 14:44:56 -0800
- Keywords: spf, ifile: nonspam -2454.88676023 spam -2469.90206289 downloaded -2580.38477564 ---------, spambayes, spamprobe
Oh, and threading. They may ask about the global interpreter lock (GIL)
and how to have real multi_processing. They may or may not demand that
such multi_processing work on multiple platforms (Windows, Linux, Mac).