• python 模块学习
  • Introduction
  • networking
    • paramiko
    • pexpect
      • logging
  • os
  • sshpass
  • debugging
    • logging
    • raise the exception
    • try except errors
  • list
    • method
    • similiar between string and list
  • string
    • methond
  • example
    • count the number of char in strings or files
    • replace multiple char in the file or stirng { replace()function or re.sub()}
    • 批量重命名文件
    • 读取目录所有文件的文件名并保存到txt文件
  • regular expression
  • file
    • reading and writing
    • deleting
    • walk through dir
    • coping and moving
    • standard input and output
  • tips
  • subprocess
  • __name__ == '__main__'
  • 无序集合 set() and dictionary()
    • set()
    • dict()
  • sort() and sorted()
  • 模块之序列化picking
    • JSON详解
Powered by GitBook

Introduction

http://blog.csdn.net/oxiaoxio/article/details/50448242

https://www.ibm.com/developerworks/cn/opensource/os-cn-pythonre/index.html

http://nextgendc.ipspace.net/Public:Materials#Collecting_the_Requirements

https://github.com/yorkoliu/pyauto/tree/master/第一章

http://interactivepython.org/runestone/static/pythonds/index.html

https://www.liaoxuefeng.com/

http://www.cnblogs.com/fnng/archive/2013/05/22/3091982.html

http://blog.csdn.net/caimouse/article/details/50529194

https://zhuanlan.zhihu.com/p/27661382

https://wizardforcel.gitbooks.io/sjtu-cs902-courseware/content/128.html

http://www.cnblogs.com/MnCu8261/p/5539254.html

http://pyzh.readthedocs.io/en/latest/index.html

results matching ""

    No results matching ""