Life is short, you need Python

Python is packaged with many standard modules

Python is packaged with many standard modules which are bundled with a standard installation of the python interpreter, so you don't have do anything extra to use them. Commonly used standard python modules include:

  • sys -- access to exit(), argv, stdin, stdout, ...
  • re -- regular expressions
  • os -- operating system interface, file system
posted @ 2011-04-22 11:17  runfox545  阅读(193)  评论(0编辑  收藏  举报
白月黑羽 Python教程 白月黑羽Python