欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

Python學(xué)習(xí)資料

 更新時間:2007年02月08日 00:00:00   作者:  
官方網(wǎng)站 : www.python.org

Python is an interpreted, interactive, object-oriented programming language. It is often compared to Tcl, Perl, Scheme or Java.

Python combines remarkable power with very clear syntax. It has modules, classes, exceptions, very high level dynamic data types, and dynamic typing. There are interfaces to many system calls and libraries, as well as to various windowing systems (X11, Motif, Tk, Mac, MFC). New built-in modules are easily written in C or C++. Python is also usable as an extension language for applications that need a programmable interface.

The Python implementation is portable: it runs on many brands of UNIX, on Windows, OS/2, Mac, Amiga, and many other platforms. If your favorite system isn't listed here, it may still be supported, if there's a C compiler for it. Ask around on news:comp.lang.python -- or just try compiling Python yourself.


ZOPE: www.zope.org

Zope is an open source application server for building content management systems, intranets, portals, and custom applications. The Zope community consists of hundreds of companies and thousands of developers all over the world, working on building the platform and Zope applications. Zope is written in Python, a highly-productive, object-oriented scripting language.

plone: www.plone.org

Plone: A user friendly and powerful open source Content Management System

中文python學(xué)習(xí):

www.dohao.net(現(xiàn)在好象掛了?)

www.python.cn

...

python下載:

http://python.org/download/


資源下載:

Programming Python, 2nd Edition (O'Reilly)

http://www.osbbs.com/dl/Programming Python, 2nd Edition (O'Reilly).chm

很全很經(jīng)典了python學(xué)習(xí)入門資料

OReilly - Learning Python:

http://www.osbbs.com/dl/OReilly - Learning Python.chm

OReilly - Python Cookbook.chm:

http://www.osbbs.com/dl/OReilly - Python Cookbook.chm

經(jīng)典中的經(jīng)典,我的最愛.

OReilly - Python Standard Library.chm

http://www.osbbs.com/dl/OReilly - Python Standard Library.chm

python標(biāo)準(zhǔn)庫說明

thinking in python.chm

http://www.osbbs.com/dl/thinking in python.chm

也還不錯~我看得比較投入

PythonInNutshell.zip

http://www.osbbs.com/dl/PythonInNutshell.zip

傳說中的經(jīng)典,不過一直沒來得及看.

sockets.pdf

http://www.osbbs.com/dl/sockets.pdf

python的socket編程

diveintopython-html-5.4.zip

http://www.osbbs.com/dl/diveintopython-html-5.4.zip

《深入python》

html-2.3.4.zip

http://www.osbbs.com/dl/html-2.3.4.zip

python2.3.4的手冊

LovePython.zip

http://www.osbbs.com/dl/LovePython.zip

Addison-Wesley Python Programming with the Java Class Libraries.chm

http://www.osbbs.com/dl/Addison-Wesley Python Programming with the Java Class Libraries.chm

OReilly - Python Programming on Win32.chm

http://www.osbbs.com/dl/OReilly - Python Programming on Win32.chm

python的win32編程講解

Win32.zip

http://www.osbbs.com/dl/Win32.zip

上面一書的源碼

python2.3tut.zip

http://www.osbbs.com/dl/python2.3tut.zip

O'Reilly - Python & XML.rar

http://www.osbbs.com/dl/O'Reilly - Python & XML.rar

cjkcodecs-1.0.3.zip

http://www.osbbs.com/dl/cjkcodecs-1.0.3.zip

支持東方文字

gb2312.zip

http://www.osbbs.com/dl/gb2312.zip

CANVAS3_VivianLi.rar

http://www.osbbs.com/dl/CANVAS3_VivianLi.rar

python寫的安全檢測程序

NeoBoard-1.1.tar.gz

http://www.osbbs.com/dl/NeoBoard-1.1.tar.gz

python寫的論壇程序

py2exe-0.4.2.win32-py2.3.exe

http://www.osbbs.com/dl/py2exe-0.4.2.win32-py2.3.exe

將python腳本編譯為.exe

PIL-1.1.4.win32-py2.3.exe

http://www.osbbs.com/dl/PIL-1.1.4.win32-py2.3.exe

圖象庫

upload.zip

http://www.osbbs.com/dl/upload.zip

python寫上傳程序

tkinter.chm

http://www.osbbs.com/dl/tkinter.chm

Oedipus-0.10.tar.gz

http://www.osbbs.com/dl/Oedipus-0.10.tar.gz

中文python學(xué)習(xí)資料:

Python 語言進(jìn)階.pdf

http://www.osbbs.com/dl/Python 語言進(jìn)階.pdf

皮大慶的Python學(xué)習(xí)筆記.pdf

http://www.osbbs.com/dl/皮大慶的Python學(xué)習(xí)筆記.pdf

王純業(yè)的Python學(xué)習(xí)筆記.pdf

http://www.osbbs.com/dl/王純業(yè)的Python學(xué)習(xí)筆記.pdf

葉平的Python教程.pdf

http://www.osbbs.com/dl/葉平的Python教程.pdf

一個python學(xué)習(xí)論壇的QQ群:

2567903

python郵件組:

www.python.cn

相關(guān)文章

  • 使用Docker制作Python環(huán)境連接Oracle鏡像

    使用Docker制作Python環(huán)境連接Oracle鏡像

    這篇文章主要為大家介紹了使用Docker制作Python環(huán)境連接Oracle鏡像示例詳解,有需要的朋友可以借鑒參考下,希望能夠有所幫助,祝大家多多進(jìn)步,早日升職加薪
    2022-06-06
  • python3+pyqt5+itchat微信定時發(fā)送消息的方法

    python3+pyqt5+itchat微信定時發(fā)送消息的方法

    今天小編就為大家分享一篇python3+pyqt5+itchat微信定時發(fā)送消息的方法,具有很好的參考價值,希望對大家有所幫助。一起跟隨小編過來看看吧
    2019-02-02
  • TensorFlow Session使用的兩種方法小結(jié)

    TensorFlow Session使用的兩種方法小結(jié)

    今天小編就為大家分享一篇TensorFlow Session使用的兩種方法小結(jié),具有很好的參考價值,希望對大家有所幫助。一起跟隨小編過來看看吧
    2018-07-07
  • Python的3種運行方式:命令行窗口、Python解釋器、IDLE的實現(xiàn)

    Python的3種運行方式:命令行窗口、Python解釋器、IDLE的實現(xiàn)

    這篇文章主要介紹了Python的3種運行方式:命令行窗口、Python解釋器、IDLE的實現(xiàn),文中通過示例代碼介紹的非常詳細(xì),對大家的學(xué)習(xí)或者工作具有一定的參考學(xué)習(xí)價值,需要的朋友們下面隨著小編來一起學(xué)習(xí)學(xué)習(xí)吧
    2020-10-10
  • python編程Flask框架簡單使用教程

    python編程Flask框架簡單使用教程

    這篇文章主要為大家介紹了python編程中Flask框架簡單使用教程,有需要的朋友可以借鑒參考下希望能夠有所幫助,祝大家多多進(jìn)步早日升職加薪
    2021-11-11
  • 利用Python的pandas數(shù)據(jù)處理包將寬表變成窄表

    利用Python的pandas數(shù)據(jù)處理包將寬表變成窄表

    這篇文章主要介紹了利用Python的pandas數(shù)據(jù)處理包將寬表變成窄表,文章通過圍繞主題展開詳細(xì)的內(nèi)容介紹,具有一定的參考價值,需要的小伙伴可以參考一下
    2022-09-09
  • 用Python編寫個解釋器實現(xiàn)方法接受

    用Python編寫個解釋器實現(xiàn)方法接受

    計算機(jī)只能理解機(jī)器碼。歸根結(jié)底,編程語言只是一串文字,目的是為了讓人類更容易編寫他們想讓計算機(jī)做的事情。真正的魔法是由編譯器和解釋器完成,它們彌合了兩者之間的差距。解釋器逐行讀取代碼并將其轉(zhuǎn)換為機(jī)器碼
    2023-01-01
  • PyTorch一小時掌握之神經(jīng)網(wǎng)絡(luò)氣溫預(yù)測篇

    PyTorch一小時掌握之神經(jīng)網(wǎng)絡(luò)氣溫預(yù)測篇

    這篇文章主要介紹了PyTorch一小時掌握之神經(jīng)網(wǎng)絡(luò)氣溫預(yù)測篇,本文給大家介紹的非常詳細(xì),對大家的學(xué)習(xí)或工作具有一定的參考借鑒價值,需要的朋友可以參考下
    2021-09-09
  • PyTorch平方根報錯的處理方案

    PyTorch平方根報錯的處理方案

    這篇文章主要介紹了PyTorch平方根報錯的處理方案,具有很好的參考價值,希望對大家有所幫助。如有錯誤或未考慮完全的地方,望不吝賜教
    2021-05-05
  • No module named 'plotly.graph_objects'報錯解決

    No module named 'plotly.graph_objects&ap

    這篇文章主要為大家介紹了No module named 'plotly.graph_objects'報錯解決,有需要的朋友可以借鑒參考下,希望能夠有所幫助,祝大家多多進(jìn)步,早日升職加薪
    2022-12-12

最新評論