HTML5 Authoring Tool - 嵌入 Python 的應用 - Linux

Charlie avatar
By Charlie
at 2011-02-23T09:49

Table of Contents

[English below]

大家好!

** 歡迎轉寄 **

將 Python 嵌入 Inkscape,成為一個可擴充、易擴充的繪圖平台。並以 Scribboo 為例
,解說如何使用這樣的繪圖平台開發動畫製作和 GUI 製作的工具。內容涉及到如何嵌入
Python 到其它軟體內,並使用 Cython 快速開發 native code 的 binding。


報名: http://registrano.com/events/70ecfa
時間: 2011/03/01 星期二,活動時間 7:30pm 開始,6:30pm 開始入場
主題: HTML5 Authoring Tool - 嵌入 Python 的應用
主講人:李圭峰 (Thinker)
語言: 中文
地點: Mix Coffee & Tea ( http://www.tossug.org/mix-coffee-tea )
消費: 店家的低銷兩百元以下,到場付費,6:30pm 開始入場用餐、閒聊、認識新朋友,
有名片的朋友記得帶到。
注意事項:有免費的無線上網,請別把 notebook 忘在家裡。


Hi,

*** Please feel free to circulate. ***

Embedding Python into Inkscape transforms Inkscape into an extensible
painting platform. Taking Scribboo as an example, Thinker will explain how to
use such painting platform as a tool to develop animation and GUI interface.
The content involves how to embed Python into other software, and use Cython
to rapidly develop native code binding.

Registration: http://registrano.com/events/70ecfa
Time: 2011/03/01 (Tuesday), 7:30pm - 9:00pm, dinner starts at 6:30pm
Topic: HTML5 Authoring Tool - Python Embedded Application
Speaker: Thinker Li
Language: Chinese
Place: 2F of Mix Coffee & Tea ( http://www.tossug.org/mix-coffee-tea )
Fee: Some fee requested by restaurant below NTD 200. Pay when you arrive.
Notice: Free WiFi is available.

--
Tags: Linux

All Comments

Barb Cronin avatar
By Barb Cronin
at 2011-02-23T18:06
辛苦了!最近太忙,沒辦法去。再等我搞定,我會去幫忙

dbn squeeze 系統慢慢的?

Michael avatar
By Michael
at 2011-02-22T23:22
各位好 新裝了 dbn 6.0 順便換新硬碟 把 5.0 系統移轉過來 一切都弄得差不多了 但是確發現 6.0 的系統有點頓頓的 是因為我移除了很多系統遇設的服務嗎? 還是應該裝什麼套件可改善這問題? 有人有遇到一樣問題嗎? P.S順便問一下 要怎麼讓 aptitude 自動 ...

Ubuntu裡面看不到光碟機..

Genevieve avatar
By Genevieve
at 2011-02-22T22:50
大家好~ 我目前是使用Ubuntu 10.04 今天在Ubuntu裡面要放入光碟時,發現Ubuntu光碟機找不到 XD 但是如果重開機的話 BIOS是有抓到光碟機的 Ubuntu安裝光碟也可以進去到Live沒有問題 去看 /dev/裡面確認 卻找不到 /dev/cdrom 或dvd之類的裝置.. ...

CentOS 4.7 64bit 自動執行tcsh的指令後改回bcsh

Elvira avatar
By Elvira
at 2011-02-22T20:35
因為我用ROOT安裝完的軟體 其他使用者使用前要先source /XXX/XXX.cshrc軟體 而且有十幾個左右 所以我創了一個/YYY/YYY.csh把這些都一次打在裡面 然後修改/etc/csh.cshrc set auto list(順便問一下 這行是什麼意思atat) source /Y ...

ubuntu建立捷徑

Audriana avatar
By Audriana
at 2011-02-22T19:05
為了方便啟動一個程式編譯軟體,想要在桌面上建立一個捷徑。 我是先在桌面建立捷徑, 在連到軟體所在資料夾中bin內的啟動檔, 但是在進行compiler時候, 編譯器要用到其他附件會呼叫失敗, 顯示的錯誤示找不到, 可是使用終端機來開啟軟體,就非常正常。 請問我要怎麼樣才可以建立一個可正常運作的捷 ...

問一個shell script的寫法

Valerie avatar
By Valerie
at 2011-02-22T13:55
words=`cat test.dat` for word in ${words};do echo and#34;wordand#34; done 最後輸出再sort即可 這樣不知道可不可以? ※ 引述《Arim (Arim5566)》之銘言: : 各位版友好 : 小弟想要請教一個寫法 : 假如 ...