码迷,mamicode.com
首页 > 编程语言 > 详细

python学习常用到的模块

时间:2016-03-22 06:37:51      阅读:205      评论:0      收藏:0      [点我收藏+]

标签:python 模块



getopt:

    The getopt module is the old-school command line option parser that supports the conventions established by the Unix functiongetopt(). It parses an argument sequence, such as sys.argv and returns a sequence of (option, argument) pairs and a sequence of non-option arguments.

本文出自 “小九哥” 博客,请务必保留此出处http://xiaojiuge.blog.51cto.com/3057657/1753640

python学习常用到的模块

标签:python 模块

原文地址:http://xiaojiuge.blog.51cto.com/3057657/1753640

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!