目前分類:python (16)

瀏覽方式: 標題列表 簡短摘要

因為課程的要求, 每個人要自己實作一個可以 work 的 minipascal compiler.

任何 tools 都可以使用.

lettice0913 發表在 痞客邦 留言(0) 人氣()

這章是在談web 。

如果我們想要從網頁得到我們想要的資料。

lettice0913 發表在 痞客邦 留言(0) 人氣()

twisted 是python 中可以用來寫network programming 的tool

 

lettice0913 發表在 痞客邦 留言(0) 人氣()

這章談network programming

先跳過13章 database (因為我弄很久弄不好)

lettice0913 發表在 痞客邦 留言(0) 人氣()

這章使用wxpython

要來做GUI

lettice0913 發表在 痞客邦 留言(0) 人氣()

要來開檔、讀檔、寫檔囉

 

lettice0913 發表在 痞客邦 留言(1) 人氣()

這章介紹自己建module 還有如何使用其他的module

module 跟library 意思差不多。

lettice0913 發表在 痞客邦 留言(0) 人氣()

這章談property 及generator、iterator,最後一個範例8 queen。

在談property 之前,如果有class

lettice0913 發表在 痞客邦 留言(0) 人氣()

這章講exception

 

lettice0913 發表在 痞客邦 留言(0) 人氣()

這章是關於abstraction ,主要是python中的class 怎麼使用

 

lettice0913 發表在 痞客邦 留言(0) 人氣()

Function

function 的架構

lettice0913 發表在 痞客邦 留言(0) 人氣()

這章很雜,主要是介紹

if 判斷

lettice0913 發表在 痞客邦 留言(0) 人氣()

第4章要講dictionary ,我把它解讀成 associative array

先看個例子

lettice0913 發表在 痞客邦 留言(0) 人氣()

第3章是在說string 的format 。

先看一個簡單的問題

lettice0913 發表在 痞客邦 留言(0) 人氣()

今天看了第2章,在說list 與tuple。

list ,很像是C的array ,但它的size 會自己成長或縮小。

lettice0913 發表在 痞客邦 留言(0) 人氣()

這個寒假,除了想學PERL ,也想學python。

我看的書叫:Beginning Python: From Novice to Professional, 2nd edition

lettice0913 發表在 痞客邦 留言(0) 人氣()