python學習筆記(一)

2021-04-09 04:39:31 字數 505 閱讀 1683

python學習筆記(一)

學習python準備工作

二、學習資料

新手推薦:python官方手冊、《python 研究(dive into python)》

其他推薦:《thinking in python 》

其他資料:《python programming patterns》、《visual quickstart guide: python》、《core python programming》 (http://www-128.ibm.com/developerworks/cn/linux/sdk/python/charm-24/index.html上有對這幾本書的評價)

三、python社群

python.org、python.cn、啄木鳥社群等。 

四、ide(整合開發環境)以及編輯器

pythonworks、wing ide、pythonwin、visual python等。

更多必備資源請參考《學習python語言必備的資源》一文。

Python學習 學習筆記(一)

python是什麼?人們為和使用python python的缺點 如今誰在使用python 流行的p2p檔案分享系統bitjorrent是一個python程式。eve online這款大型多人網路遊戲 massively multiplayer online game,mmog 廣泛地使用pytho...

python學習學習筆記一

1,python 是完全物件導向的語言。在python中一切都是物件,函式 模組 字串等都是物件。2,資料型別 數字,字串,列表,元組,字典 數字型 整型 浮點型 布林型 非零即真 複數型 int x float x 型別轉換 非數字型 字串 列表 元祖 字典 list 元祖 元祖轉列表 tuple...

python學習筆記(一)

1.改變工作路徑 import os os.getcwd d python2.7 os.chdir f git py 2.輸出到檔案 myfile file testit.txt w print myfile,hello world 注意print myfile.close 寫入檔案 help fi...

Python學習筆記(一)

python 關於python的筆記都在這裡了!2.python 中的運算子 3.基本使用 常用工具 元組4.相關 5.tips python的官方介紹是 python chinese list.python.cn python是一種簡單易學,功能強大的程式語言,它有高效率的高層資料結構,簡單而有效...

Python學習筆記 一

python學習筆記 一 關鍵知識點 1 程式列印輸出使用print語句 2 使用print輸出字串時,字串內容不帶引號。而使用字串變數名輸出時,字串內容由引號括起來 3 在python 解析器中下劃線 表示最後一個表示式的值 4 重定向輸出符合為 5 程式中需要輸入時,實用raw input 內建...