Skip to content

man-v2/learn-python27

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

learn-python

python2.7

一、编码命名规范

1. 参考:https://blog.csdn.net/warm77/article/details/78353632

二、常用函数:

1. 异常处理
    try:
    except Exception,e:
        print e
    finally:
        pass

2.文件操作
   a. os.path.isfile(file) == True|False
   b. 字符编码: str.encode('utf-8')
   c. for itm in xrange(len(list))
   d. str.replace('&amp','&')
   e: str.string.find('msgList') | str.string.rfind('}')
   f: 

About

start to learn python27

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages