skip to main
|
skip to sidebar
deeply love python
2008年6月20日 星期五
define class
ex:
class Test:
def __init__(self, name):
self.name=name
def hello(self):
return "hello"
t= Test("peter")
t.name
---> "peter"
t.hello
---> "hello"
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
標籤
django general
django routing
django view
google api
google app engine
python general
python software
my other website
deeply love javascript & ajax
deeply love html & css
deeply love java
deeply love linux
deeply love apple & mac
deeply love ruby
deeply love activity
網誌存檔
▼
2008
(47)
►
12月
(1)
►
9月
(2)
►
8月
(12)
►
7月
(13)
▼
6月
(19)
module
loop
lambda
define class
set
file methods
sorted, type
for
dictionary
regular expression
string method
immutable object & mutable object
slicing
== & is
in-place changes & non in-place changes
list and tuple
dir & help
define method
variable in the function
關於我自己
彼得潘
App程式設計入門 iPhone . iPad 第二版 2012.2 App程式設計入門 iPhone . iPad 第一版 2010.11
檢視我的完整簡介
沒有留言:
張貼留言