Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
NOL技術學習-PythonII
Search
MarsW
August 12, 2014
Technology
0
96
NOL技術學習-PythonII
MarsW
August 12, 2014
Tweet
Share
More Decks by MarsW
See All by MarsW
Data Engineering Workshop
marsw
0
49
交大資工-新資訊時代的女力關鍵
marsw
0
270
I2TRC2_2015
marsw
0
170
Version Control - Git
marsw
0
90
NOL技術學習-PythonI
marsw
0
77
I2TRC2_2014
marsw
0
52
I2TRC2_2013
marsw
0
59
I2TRC2_2012
marsw
0
44
I2TRC2_2011
marsw
0
97
Other Decks in Technology
See All in Technology
【shownet.conf_】放送局とShowNetが共創する、未来の放送システム ~Media over IP 特別企画の裏側~
shownet
PRO
0
250
OPENLOGI Company Profile
hr01
0
53k
Oracle GoldenGate 23ai 導入Tips
oracle4engineer
PRO
1
200
AI時代のアジャイル開発(XP祭り2024版) / Agile Development in the AI Era in XPJUG
takaking22
13
3.4k
【shownet.conf_】ローカル5Gを活用したウォーキングツアーの体感向上
shownet
PRO
0
240
FastAPIでのasync defとdefの使い分け
takashi1029
6
1.8k
スモールスタート、不都合な真実 〜 耳当たりの良い言葉に現場が振り回されないために/20240930-ssmjp-small-start
opelab
12
1.7k
たった一人で始めた音楽制作が気がついたら会社公認の部活動になっていた話〜組織の垣根を超えるコラボレーションを実現するには〜 / On-KAG-bu
piyonakajima
0
130
Vista FinderMx
jtes
0
160
【shownet.conf_】ShowNet 2024 ~ Inter * Network ~
shownet
PRO
0
380
可視化がやりたくてMIERUNEに転職した話 〜“思考のための道具”とコンピューターによる新たな表現〜 / MIERUNE JCT - Tokyo 2024
sorami
2
460
クロージング / MIERUNE JCT - Tokyo 2024
mierune
PRO
0
290
Featured
See All Featured
Automating Front-end Workflow
addyosmani
1365
200k
Designing on Purpose - Digital PM Summit 2013
jponch
114
6.9k
5 minutes of I Can Smell Your CMS
philhawksworth
202
19k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
230
17k
The Brand Is Dead. Long Live the Brand.
mthomps
53
38k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
191
16k
The Language of Interfaces
destraynor
154
24k
Bootstrapping a Software Product
garrettdimon
PRO
304
110k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
26
4k
Designing with Data
zakiwarfel
98
5.1k
Designing for Performance
lara
604
68k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
4
87
Transcript
NOL 技術學習-II Mars
CH3-LIST,DICT,SET • list = [] ✴ sum • dict =
{} ✴ add ✴ del ✴ key,value ✴ get
CH3-LIST,DICT,SET • set() • set.add • in • &|^-
CH4-FUNCTION & CLASS • lambda • function • class
CH5-SORT • list.sort(key,reverse) • sorted(,key,reverse) • reverse=True,False • key=function ✴
attrgetter
CH6-I/O • I/O • write • # encoding: utf-8
PRACTICE • Python Challenge again xD http://www.pythonchallenge.com/pc/def/ocr.html http://wordsmith.org/anagram/
FUTURE • 網路爬蟲 • 正規式 • Unix語法