python的內建工具

來源:互聯網
上載者:User
文章目錄
  • 內建函數
  • 屬性操作函數
  • 執行程式
  • 庫模組

 

內建函數
str(string)                   返回對象的字串表示
list(seq)
tuple(seq)
int(x) 把字串或數字轉換為整數
long(x)
float(x)
Complex(real, image)
hex(i)
oct(i)
ord(c) 返回單個字元的ascii值
chr(i) 返回ascii值為i的字元
min(i[, i]*)
max(i[, i]*)
屬性操作函數

四個內建函數分別對一個名字空間裡的屬性做如下操作:是否存在,取值,設值,刪除。可用於模組,類和執行個體。

hasattr                       有屬性則返回1,否則0
getattr
setattr
delattr
執行程式
import
exec code [in globaldict[, localdict]]
compile(string, filename, kind)
execfile(filename[, globaldict[, localdict]])
eval(code[, globaldict[, localdict]])
庫模組基底字元串操作:str模組進階的字串操作:re模組(Regex)通用的作業系統介面:os模組拷貝檔案和目錄:shutil模組Internat相關模組:
公用網關介面:cgi模組
操作URL: urllib和urlparse模組
特殊的internet協議:httplib, ftplib, gopherlib, poplib, imaplib, nntplib, smtplib
處理internat檔案的模組:sgmllib, htmllib, xmllib, formatter, rfc822, mimetools, binhex, uu, binascii, xdrllib, mimetypes, base64, quopri, mailbox, mimify
處理位元據:struct模組調試,時間和最佳化:pdb, time, profile拷貝:copy模組隨機:random模組

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.