Submit Search
世界一言語トークス by Python
9 likes
2,410 views
Yoshiori Shoji
1 of 95
Download now
Downloaded 31 times
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
More Related Content
PDF
Python projects
Zealous System
PDF
Open source projects with python
roskakori
PDF
Python: the Project, the Language and the Style
Juan-Manuel Gimeno
PPTX
First python project
Neetu Jain
DOC
Online Movie Ticket Booking
Astha Patel
PDF
Computer project final for class 12 Students
Shahban Ali
DOCX
c++ report file for theatre management project
Rajesh Gangireddy
PDF
Computer Science Investigatory Project Class 12
Self-employed
Python projects
Zealous System
Open source projects with python
roskakori
Python: the Project, the Language and the Style
Juan-Manuel Gimeno
First python project
Neetu Jain
Online Movie Ticket Booking
Astha Patel
Computer project final for class 12 Students
Shahban Ali
c++ report file for theatre management project
Rajesh Gangireddy
Computer Science Investigatory Project Class 12
Self-employed
More from Yoshiori Shoji
(20)
PDF
輪るテストドリブン
Yoshiori Shoji
KEY
Chain of Responsibility
Yoshiori Shoji
PDF
ポジションペーパー
Yoshiori Shoji
PDF
三周遅れのXP
Yoshiori Shoji
PDF
(裏)世界一言語トークス by Python
Yoshiori Shoji
PDF
tdd
Yoshiori Shoji
PDF
outputz
Yoshiori Shoji
PDF
AjaxComponent の作り方
Yoshiori Shoji
PDF
OSC 2009 Tokyo/Spring 勉強会大集合LT
Yoshiori Shoji
PDF
Devsumi2009(配布)
Yoshiori Shoji
PDF
僕と Python と 時々 NetBeans
Yoshiori Shoji
PDF
僕のみた関数型言語
Yoshiori Shoji
PDF
「Pit」で救う世界
Yoshiori Shoji
PDF
what\'s lift
Yoshiori Shoji
PDF
wicket の W は(笑)の W
Yoshiori Shoji
PDF
モテ Wicket
Yoshiori Shoji
PDF
次世代ウェブフレームワークの幕開け ~ステートフルはじめました/君が僕を望むなら僕は君を忘れない~
Yoshiori Shoji
PDF
801勉強会Lt
Yoshiori Shoji
PDF
Wicket
Yoshiori Shoji
PDF
LL魂に入れて貰えなかったJavaFXScript(仮)
Yoshiori Shoji
輪るテストドリブン
Yoshiori Shoji
Chain of Responsibility
Yoshiori Shoji
ポジションペーパー
Yoshiori Shoji
三周遅れのXP
Yoshiori Shoji
(裏)世界一言語トークス by Python
Yoshiori Shoji
tdd
Yoshiori Shoji
outputz
Yoshiori Shoji
AjaxComponent の作り方
Yoshiori Shoji
OSC 2009 Tokyo/Spring 勉強会大集合LT
Yoshiori Shoji
Devsumi2009(配布)
Yoshiori Shoji
僕と Python と 時々 NetBeans
Yoshiori Shoji
僕のみた関数型言語
Yoshiori Shoji
「Pit」で救う世界
Yoshiori Shoji
what\'s lift
Yoshiori Shoji
wicket の W は(笑)の W
Yoshiori Shoji
モテ Wicket
Yoshiori Shoji
次世代ウェブフレームワークの幕開け ~ステートフルはじめました/君が僕を望むなら僕は君を忘れない~
Yoshiori Shoji
801勉強会Lt
Yoshiori Shoji
Wicket
Yoshiori Shoji
LL魂に入れて貰えなかったJavaFXScript(仮)
Yoshiori Shoji
Ad
世界一言語トークス by Python
1.
by Python
Yoshiori SHOJI 2009 12 12
2.
2009
12 12
3.
2009
12 12
4.
2009
12 12
5.
2009
12 12
6.
2009
12 12
7.
2009
12 12
8.
!? 2009
12 12
9.
2009
12 12
10.
name:$> 2009
12 12
11.
Yoshiori SHOJI 2009
12 12
12.
email:$> 2009
12 12
13.
yoshiori@gmail.com 2009
12 12
14.
site:$> 2009
12 12
15.
http://yoshiori.org/ 2009
12 12
16.
company:$> 2009
12 12
17.
DWANGO Co.,Ltd. 2009
12 12
18.
2009
12 12
19.
P y t
h o n 2009 12 12
20.
P y t
h o n 2009 12 12
21.
yoshiori $ 2009
12 12
22.
import this 2009
12 12
23.
The Zen
of Python Python ’ ’ 2009 12 12
24.
2009
12 12
25.
Python
Unicode 2009 12 12
26.
Python
http ://ja .wik iped ia.o rg/w iki/P Unicode ytho n 2009 12 12
27.
2009
12 12
28.
Guido
!! !! !! "Battery Included" 2009 12 12
29.
Ruby
LL C Scala Groovy JVM JavaScript prototype 2009 12 12
30.
2009
12 12
31.
2009
12 12
32.
!! 2009
12 12
33.
!? 2009
12 12
34.
?
if(foo == bar){foo.hoge();} bar.hoge(); foo.hoge(bar);bar.hoge(foo); if(hoge != foo) hoge.hoge(); foo.hoge(); 2009 12 12
35.
2009
12 12
36.
2009
12 12
37.
2009
12 12
38.
!? 2009
12 12
39.
end = None
: : def foo(): print ‘hoge’ end 2009 12 12
40.
end = None
: : def foo(): print ‘hoge’ end 2009 12 12
41.
end = None
: : def foo(): print ‘hoge’ end 2009 12 12
42.
!! Python
” ” ” ” 2009 12 12
43.
2009
12 12
44.
2009
12 12
45.
!? 2009
12 12
46.
def foo():
return 'hoge' foo() foo 2009 12 12
47.
(call
) def foo(): return 'hoge' def bar(func): print func() bar(foo) # ‘hoge’ 2009 12 12
48.
(
) 2009 12 12
49.
2009
12 12
50.
self 2009
12 12
51.
!? 2009
12 12
52.
class Hoge(object):
pass hoge = Hoge() hoge.a = 10 // hoge a hoge.b = 'hoge' print hoge.a // 10 print hoge.b // hoge 2009 12 12
53.
def initialize(obj, a,
b): obj.a = a obj.b = b class Hoge(object): pass hoge = Hoge() initialize(hoge, 10, 'hoge') // print hoge.a // 10 print hoge.b // hoge 2009 12 12
54.
class Hoge(object):
def initialize(obj, a, b): obj.a = a obj.b = b hoge = Hoge() Hoge.initialize(hoge, 10, 'hoge') // print hoge.a // 10 print hoge.b // hoge 2009 12 12
55.
class Hoge(object):
def initialize(obj, a, b): obj.a = a obj.b = b hoge = Hoge() Hoge.initialize(hoge, 10, 'hoge') hoge.initialize(10,'hoge') // print hoge.a // 10 print hoge.b // hoge 2009 12 12
56.
class Hoge(object):
def __init__(obj , a, b): obj.a = a obj.b = b hoge = Hoge(10,'hoge') // print hoge.a // 10 print hoge.b // hoge 2009 12 12
57.
class Hoge(object):
def __init__(obj , a, b): self self.a == aa obj.a self.b == bb obj.b hoge = Hoge(10,'hoge') // print hoge.a // 10 print hoge.b // hoge 2009 12 12
58.
this
? 2009 12 12
59.
2009
12 12
60.
PHP
Perl 2009 12 12
61.
!? 2009
12 12
62.
!! 2009
12 12
63.
!! 2009
12 12
64.
2009
12 12
65.
2009
12 12
66.
P y h
o n 2009 12 12
67.
P y h
o n 2009 12 12
68.
2009
12 12
69.
5 2009
12 12
70.
5
nil 2009 12 12
71.
5
nil true 2009 12 12
72.
5
nil true false 2009 12 12
73.
5
nil true false this 2009 12 12
74.
5
nil true false this super 2009 12 12
75.
5
nil None true True false False this self super super 2009 12 12
76.
5
nil None true True false False this self super super 2009 12 12
77.
ALGOL 2009
12 12
78.
DRY 2009
12 12
79.
2009
12 12
80.
2009
12 12
81.
help(fizzbuzz) 2009
12 12
82.
help(fizzbuzz) 2009
12 12
83.
help(fizzbuzz) 2009
12 12
84.
2 2009
12 12
85.
"Battery Included" 2009
12 12
86.
2009
12 12
87.
2009
12 12
88.
2009
12 12
89.
2009
12 12
90.
2009
12 12
91.
2009
12 12
92.
2009
12 12
93.
2009
12 12
94.
Guido 2009
12 12
95.
2009
12 12
Download