1. 程式人生 > >文章索引~python3.X

文章索引~python3.X

Python官網:

https://www.python.org/

 

入門:

入門超簡單python入門神圖

Python教程 - 廖雪峰的官方網站  :Python 3

Python 3 教程  : runoob菜鳥教程

 

文章:

python基礎知識理解

python常見的型別轉換

python3 常用程式碼段收集  :   自己整理,未完待續....

python 獲取指令碼所在目錄的正確方法

 

IDE:

10 款 Python IDE

  :      本人使用PyCharm,覺得不錯。

 

Python GUI程式設計(Tkinter)  

tkinter模組常用引數(python3)    : Python 的標準 Tk GUI 工具包

 

Python呼叫DLL: ctypes

https://docs.python.org/2/library/ctypes.html

PYTHON直接呼叫DLL實現和C++的互動 :  

Python呼叫windows下DLL詳解 - ctypes庫的使用

Python呼叫C++dll (window平臺)

Python呼叫C/C++程式

windows下python呼叫C/C++以及使用C擴充套件python    : ctypes和pyd

 

Python呼叫DLL:

使用C++建立Pyd檔案擴充套件Python模組