P: PingYeh, G: gasolin
P: 你的周蟒會唸詩嗎?不然來首小曲也不錯
G: 不會,周蟒比較宅。
周蟒會排紫微斗數盤;
周蟒會網頁開發 karringell;
周蟒會畫圖。
周蟒可以寫 AVG 腳本...
P: 周蟒重點是教學?周蟒的獨特之處是什麼?
G: 目前教學是最強的特點吧。
可以用中文來 modeling 生活中的事件,將物件導向映射到生活中。
周蟒生成 python code 後執行速度也很不賴,而且可以寫中文系統腳本 @@
還有與 python 的無縫轉換。
P: 轉過去還轉得回來嗎?
G: 可以!!! 雙向轉換!!
當然,會有點不一樣,不過可以無限地互轉而且都能動
G: 話說回來....實用性也算是教學考量之一, 果然我是搞教育推廣的 Orz
2007年12月5日 星期三
生活化編程一起來 -- 用周蟒建立宅男模塊
由身邊事物開始學習物件導向,
有了周蟒,編程可以更生活化。
生活化編程這個 idea 的源起來自於一則學了 python 後就會飛起來的漫畫
http://xkcd.com/353/
在某地的討論過程中充滿了玩笑與歡樂,
發現學習 python 編程應該可以更有樂趣。
為了讓更模組更容易被理解, 所以使用周蟒.
當然也歡迎用 python 擴展:
我先丟一個基本範例,歡迎大家盡量擴展 XD
聚合後完整的模塊會放在 zhpy.blogspot.com 上.
有了周蟒,編程可以更生活化。
生活化編程這個 idea 的源起來自於一則學了 python 後就會飛起來的漫畫
http://xkcd.com/353/
在某地的討論過程中充滿了玩笑與歡樂,
發現學習 python 編程應該可以更有樂趣。
為了讓更模組更容易被理解, 所以使用周蟒.
當然也歡迎用 python 擴展:
我先丟一個基本範例,歡迎大家盡量擴展 XD
類別 宅男(男):
"""
http://zh.wikipedia.org/wiki/宅男 (通俗用法)
"""
定義 __初始化__(我):
我.知識=[keroro]
定義 把妹(我):
引發 尚未實作
聚合後完整的模塊會放在 zhpy.blogspot.com 上.
2007年12月2日 星期日
周蟒(zhpy) 1.4 Beta1 發佈, 加強本地化
周蟒(zhpy) 1.4 Beta1 發佈了 (代號 黃色節制)。
請使用 「$ easy_install -U zhpy」 命令來下載或更新周蟒版本,或前往網站查看更多關於周蟒的內容 http://code.google.com/p/zhpy/
這版本加強了許多在地化的設定
1. 試驗中的中文 traceback 支持(目前僅支援一般執行模式,不支援直譯器)
2. 初步支持測試, 可以用 測試_xxx() 這樣的函數編寫測試用例. 編成 .py 後使用 nosetests 命令測試.
3. 次要關鍵詞的修正
4. 開啟 zhpy interpreter 時判斷系統編碼自動顯示繁簡中文 banner (ex: 周蟒 1.4b1 於 darwin 基於 Python 2.5.1)。
zhpy Changelog
====================
1.4b1 (12/3/2007):
--------------------
code name: Yellow Temperance
*Changes*
* change keyword:
* '操作系统错误' instead of '作业系统错误':"OSError"
* '申明' instead of "宣告":"assert"
* "申明錯誤" instead of "宣告錯誤":"AssertionError"
* "申明错误" instead of "宣告错误":"AssertionError"
* add traceback term plugins (not functional yet)
*Features*
* while open interpreter, autodetect and show the localized banner
* experimental chinese traceback support in convertor (not support in interpreter)
* add keyword:
* "全域":"global"
* "全域變量":"globals","全域变量":"globals"
* "測試":"test", "测试":"test"
* "物件":"object", "对象":"object"
* able to test though generated python file ($ nosetests n_xxx.py)
*Fixes*
* fix triple quote bug, thanks renhbo
* allow cascading 2 identifiers (cascade 3 or more identifiers is not support)
*Project Updates*
*Contributors*
Fred Lin, renhbo
請使用 「$ easy_install -U zhpy」 命令來下載或更新周蟒版本,或前往網站查看更多關於周蟒的內容 http://code.google.com/p/zhpy/
這版本加強了許多在地化的設定
1. 試驗中的中文 traceback 支持(目前僅支援一般執行模式,不支援直譯器)
2. 初步支持測試, 可以用 測試_xxx() 這樣的函數編寫測試用例. 編成 .py 後使用 nosetests 命令測試.
3. 次要關鍵詞的修正
4. 開啟 zhpy interpreter 時判斷系統編碼自動顯示繁簡中文 banner (ex: 周蟒 1.4b1 於 darwin 基於 Python 2.5.1)。
zhpy Changelog
====================
1.4b1 (12/3/2007):
--------------------
code name: Yellow Temperance
*Changes*
* change keyword:
* '操作系统错误' instead of '作业系统错误':"OSError"
* '申明' instead of "宣告":"assert"
* "申明錯誤" instead of "宣告錯誤":"AssertionError"
* "申明错误" instead of "宣告错误":"AssertionError"
* add traceback term plugins (not functional yet)
*Features*
* while open interpreter, autodetect and show the localized banner
* experimental chinese traceback support in convertor (not support in interpreter)
* add keyword:
* "全域":"global"
* "全域變量":"globals","全域变量":"globals"
* "測試":"test", "测试":"test"
* "物件":"object", "对象":"object"
* able to test though generated python file ($ nosetests n_xxx.py)
*Fixes*
* fix triple quote bug, thanks renhbo
* allow cascading 2 identifiers (cascade 3 or more identifiers is not support)
*Project Updates*
*Contributors*
Fred Lin, renhbo
訂閱:
文章 (Atom)