玩 Python

收集中文與外文的 Python 相關技術資訊。快來參加本群組,幫忙加 Python 書籤!
小提示: 要快速找到需要的書籤嗎?點左側分類,畫面會先出現該分類下相關的標籤雲。再點標籤之後,即會幫你精準找到「分類」+「標籤」交集過後的書籤。也可以用下方功能列中之收推、討論或熱門等方式加以排序喔
瀏覽模式
書籤標題
收藏時間
532022

yungyuc 收藏於 2007/04/30

因為 AjaxMind 的工作,必需暫時告一段落,而且已經可透過 AjaxMind 產出投影片,所以先釋出一個版本 AjaxMind-0.1 。

完整
2007/04/30
528449

yungyuc 收藏於 2007/04/26

IE 和 Firefox 1.5 開始,任何 element 只要設定 tabindex 這個 attribute 後,都自動變成 key-navigable ,能接受 focus 。這應該是媽祖託夢,雖然這個主意起自於萬惡、亂搞的 IE 。

完整
2007/04/26
478438

gasolin 收藏於 2007/03/13

No compiling Less typing

python 語言簡介. 並展示使用 python 組合出一個 web framework

完整
2007/03/13
459777

yungyuc 收藏於 2007/02/26

分享你的 Django code snippet!

完整
2007/02/26
456543

yungyuc 收藏於 2007/02/15

Mercurytide 製作了一份Django 0.95+svn 版的小抄, 裏面包含了Template的內建tags跟filters, ORM model裡的Field Type/Options,跟meta, 小抄裡用了圖型標示,讓人能一目瞭然, 分類很清楚, 製作也很精緻. 值得django user印出來參考.

完整
2007/02/15
426130

yungyuc 收藏於 2007/01/13

寫網頁程式時,要輸出到網頁上的資料常常會帶有 HTML 標籤,譬如 blahblah,或者資料內容「像」HTML 標籤,例如 一通。在 Django template 中,提供了一個 filter 來把字串裡的 HTML 標籤相關字碼轉成 HTML entity。這個 filter 就是 escape。

完整
2007/01/13
完整
2007/01/13
432288

yungyuc 收藏於 2006/12/16

TurboGears 好用的地方並不是在它堆砌了許多開源的 python web 專案(如不曾成功過的 subway),而是真正提出了一個整合這些 python web 開發資源的方法. 並提供相當具有 python 風格(pythonic) 的使用方式.

完整
2006/12/16
321879

gasolin 收藏於 2006/11/14

完整
2006/11/14
316034

elleryq 收藏於 2006/11/06

上一篇提到了Comet,以及Turbogears。 Turbogears是用Python實做的一套Web development framework,有點像Ruby on Rails那樣,可以讓人用Python快速建構web application。這個framework包山包海,一般web app需要用的東西全都有,而且也很容易上手。我一連用它作了2個project,都很愉快的解決掉,直到最近要作即時性非常重要的web game,才發現我需要有server主動送出資料給client的能力。 我根據Server Push and Server Sockets和XMLHttpRequest兩篇reference,在Turbogears上實做出一個簡單的Comet decorator。

完整
2006/11/06
311136

gasolin 收藏於 2006/11/01

a free book about Django

完整
2006/11/01
完整
2006/10/27
305126

yungyuc 收藏於 2006/10/27

完整
2006/10/27
292700

yungyuc 收藏於 2006/10/16

「PHP 會被 Ruby 殺死嗎?」 Stefan 認為簡單的答案是「不」。

語言殺語言的話,一定是用死亡筆記本吧。

完整
2006/10/16
295879

yungyuc 收藏於 2006/10/15

TurboGears -- 提供网页前端到后端整合的网站框架 python 上有无数网页开发模组可选择. 随着选择的增加, 要挑选合适的模组会花上开发者宝贵的时间精力, 众多选项的负面效果开始让 python 开发者感到喘不过气.

完整
2006/10/15
291002

yungyuc 收藏於 2006/10/13

當 Nuxeo 宣佈將從 Zope 與 Python 轉向 Java 陣營之後,Zope 社群中出現了一些論爭。

完整
2006/10/13
完整
2006/10/13
281733

yungyuc 收藏於 2006/10/07

當開始用 MVC (Model, View, Controller) 的方式設計網站程式後, 組織網站架構的重任就落到了程式控制 (Controller) 部份的程式上.

完整
2006/10/07
277828

keitheis 收藏於 2006/10/04

As featured on Slashdot and Digg, Sean Kelly compares and contrasts building a web application in Plone (Zope), Java J2EE, Ruby on Rails, Django, and TurboGears.

Is it?

完整
2006/10/04
完整
2006/09/27
272271

yungyuc 收藏於 2006/09/26

測試 Zooomr 的時候看到 Template Page… XD

這是 zooomr 的 about page :p 本來 about page 有提到 zooomr 是他們用 Python 刻的,剛剛才想查就也碰到這好玩的畫面。這個 template page 有點像 django template 但又不是,有誰知道它是什麼的嗎?

完整
2006/09/26
260628

yungyuc 收藏於 2006/09/09

TurboGears 1.0 b1 發佈囉! 在看到這個訊息後我把剛寫好的 TurboJinja 插件也順便發佈了.

里程碑!

完整
2006/09/09
252884

lecheel 收藏於 2006/09/09

A Python Interface to the Google API This module is a wrapper for the Google Web APIs. It allows you to do Google searches, retrieve pages from the Google cache, and ask Google for spelling suggestions.

python for google API

完整
2006/09/09
252886

lecheel 收藏於 2006/09/09

using python for youtube API

完整
2006/09/09
249036

yungyuc 收藏於 2006/09/02

Django, the Python-based equivalent to the Ruby on Rails web development framework, is presently one of the hottest topics in web development today. In Pro Django: Web Development Done Right, Adrian Holovaty, one of Django's creators, and Django lead developer Jacob Kaplan-Moss show you how they use this framework to create award-winning web sites. Over the course of three parts, they guide you through the creation of a web application reminiscent of chicagocrime.org.

完整
2006/09/02
238827

yungyuc 收藏於 2006/08/29

完整
2006/08/29
238830

yungyuc 收藏於 2006/08/29

完整
2006/08/29
237618

keitheis 收藏於 2006/08/29

Spyce is a server-side language that supports elegant and efficient Python-based dynamic HTML generation. Spyce allows embedding Python in pages similar to how JSP embeds Java, but Spyce is far more than a JSP clone. Out of the box, Spyce provides development as rapid as other modern frameworks like Rails, but with an cohesive design rather than a morass of special cases.

純翻譯引述: Spyce 是個伺服端語言,可行以優雅而有效率的Python語言為基礎之動態HTML產生。Spyce 可嵌入Ptyhon於網頁中,就像JSP如何嵌入Java, 但 Spyce 可不僅只是JSP的翻版。Spyce 提供快速開發模式有如其它當代的frameworks,例如Rails,但以凝聚化的設計,而非特例的困境。

完整
2006/08/29
完整
2006/08/28