What is the EXACT list of Python modules that can be imported? So far, I know the following are *unavailable*: os, math (WTF?), time, datetime. Considering that the users of Perl and PHP have things like sqrt() directly in their global namespace, it seems quite unfair that Python programmers need to rewrite their own.
What is the EXACT list of Python modules that can be imported? So far, I know the following are *unavailable*: os, math (WTF?), time, datetime. Considering that the users of Perl and PHP have things like sqrt() directly in their global namespace, it seems quite unfair that Python programmers need to rewrite their own.