忘記密碼?

Blogs about: Python

酷網誌

List, Dictionaries & Tuples Basics

shapable wrote 1 month ago: 語法簡介 List var1 = [] (空的 List) var2 = [1, 2, 3] (assignment) var3 = ['str1', 'str2', ['sub1', 'sub2'] … more →

標籤: Python Basics, dictionary, JSON, List, tuple

Python Modules 大小事

shapable wrote 1 month ago: File Import 任一 .py附屬檔名 的python原始碼檔案都是一個module。 在同一 session (process)裏,相同的module只會實際被 import一次。 Simpl … more →

標籤: Python Basics, Import, package

Python String (字串) 基礎

shapable wrote 1 month ago: 字串表示式: Python提供兩種字串表式式  – 雙引號/單引號。例如: “這是一個雙引號字串” ,   ‘這是一個單引號字串’ 然而對於 … more →

標籤: Python Basics, String

digital sanitation engineering: Sorting Python Dictionary By Value

August F.Y. Chao wrote 7 months ago: Original Page: http://blog.modp.com/2008/09/sorting-python-dictionary-by-value-take.html Here’ … more →

標籤: 43_A 學人精, 博班生活, sorted dict

[Programming] KISS - Kiss It Simple,Stupid

magicsword wrote 8 months ago: “Keep It Simple, Stupid” Unix的發展者之一P.J.Plauger   “The Elements of Progra … more →

標籤: freebsd, Linux, OS, Script, sysadm, Tips

[Python] Per User site-packages

magicsword wrote 8 months ago: 有時候需要 import 一些自己的script,但是還不想寫成module, 找了一下資料,Python2.6 有實作了 Per User site-packages,不過 目前系統用的還是 Pyt … more →

標籤: Programming

Google App Engine 圖片上傳功能

gradyli wrote 10 months ago: 在使用Google App Engine開發軟體的過程中, 需要實作一個圖片上傳的功能,把概要記錄下來。 HTML的部份原則上沒什麼變化, 只要form的設定正確,資料一定可以傳到後端。 <fo … more →

標籤: $GA€

Python的Non-ASCII character Error

gradyli wrote 11 months ago: 最近使用Google App Engine (以下簡稱GAE)寫一個小程式, 由於GAE提供SDK可以在本地端開發, 一開始也沒遇到什麼問題。 直到把程式放到Google上執行,才發現在自己電腦正常執 … more →

標籤: Unicode

在Eclipse中設定Google App Engine

gradyli wrote 1 year ago: 從Google App Engine (GAE)發佈以來,斷斷續續看過它的介紹和消息。 本來期待它會在短時間內推出Java的版本,後來自己接觸了Python, 想在上面跑個練習的應用程式,所以把一些過 … more →

標籤: $GA€, Eclipse

中蟒!?

timmyblog wrote 1 year ago: 在與aszx聊Python時,他突然講到中蟒,我當時完全不知道這什麼東西 後來才想起來,Python是蟒蛇,那中蟒大概就是中文的蟒蛇。 我果然沒猜錯。確實存在,而且Python英文指令他都包含了 中蟒 … more →

Python - 在台灣少見的語言1 comment

timmyblog wrote 1 year ago: 簡單易學 Python是一款相當簡單易學的語言,如果你已經學會其它語言,Python將會非常容易上手,它語法簡單,使用上也很簡單,各種現成的模組使用也都很簡單。 可讀性高 Python有非常良好的可讀 … more →

不小心把python移除掉,導致emerge壞掉不能用

leolo wrote 2 years ago: 手賤不小心把python unmerge了,所以emerge就壞掉不能用了。手動把python下載回來安裝後還是無效。再看了這篇 Manually fixing broken portage inst … more →

標籤: unmerge

Python,my favorite.1 comment

Archi wrote 2 years ago:    這是我用手機拍下的照片,畫質不是很好 無奈是精彩的畫面往往相機不在身上  總之,這三張分別是交配、生蛋、孵化的階段 想說的事有好多好多,但思緒總是沒有條理 不管了,就以老掉牙的講古先來做為開場吧 … more →

標籤: Jurassic Pet

django-voting1 comment

Keanu wrote 2 years ago: 昨天晚上在 Google Code 逛到一個看起來不錯的東西,叫 django-voting。顧名思義就是用 django 弄起來的投票系統,原生於 CheeseRater 這個小巧有趣的網站,人生就 … more →

標籤: Programming

perl 和 python

GD wrote 4 years ago: 之前玩過一陣子 python 但是沒有非常的精通,只是大概知道 python 的程式要怎麼寫,python 的 api 我也不太熟。最近花了一點時間在看 perl 要怎麼寫,在網路上參考了一些資料之後 … more →

標籤: 電腦, Perl, 程式語言

OOP + Functional Programming = Python

jonathanou wrote 2011 years ago: It has just occurred to me that Python’s functional programming support may mean that polymorp … more →

標籤: Computers and Internet, Programming


Have your say. Start a blog.

See our free features →

相關標籤
全部 →

Follow this tag via RSS