Basic Python Questions - Oct. 31, 2013
Ethan Furman
ethan at stoneleaf.us
Fri Nov 1 14:08:54 EDT 2013
On 11/01/2013 08:42 AM, William Ray Wing wrote:
>
> Granted, this performance is based on pulling in libraries. It imports numpy, mathplotlib, and wx to handle the fast array calculations, the plotting, and the GUI respectively, but those are exactly the sorts of "batteries included" libraries that give Python so much power and flexibility.
Not to take away from your points about Python, combined with the appropriate libraries, being fast enough, but the
"batteries included" refers to what comes in the stdlib -- those three libraries are not in the stdlib, so they're more
along the lines of "power generators easily acquired". :)
--
~Ethan~
More information about the Python-list
mailing list