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
100
NOL技術學習-PythonII
MarsW
August 12, 2014
Tweet
Share
More Decks by MarsW
See All by MarsW
Data Engineering Workshop
marsw
0
53
交大資工-新資訊時代的女力關鍵
marsw
0
290
I2TRC2_2015
marsw
0
190
Version Control - Git
marsw
0
96
NOL技術學習-PythonI
marsw
0
84
I2TRC2_2014
marsw
0
61
I2TRC2_2013
marsw
0
65
I2TRC2_2012
marsw
0
47
I2TRC2_2011
marsw
0
110
Other Decks in Technology
See All in Technology
UIパフォーマンス最適化: AIを活用して100倍の速度向上を実現した事例
kinocoboy2
1
660
MCP でモノが動くとおもしろい/It is interesting when things move with MCP
bitkey
3
630
SONiCで構築・運用する生成AI向けパブリッククラウドネットワーク
sonic
1
490
Опыт использования Nessie в Азбуке Вкуса
emeremyanina1234
0
400
WindowsでGenesisに挑戦した話
natsutan
0
120
さくらのクラウド開発の裏側
metakoma
PRO
18
5.9k
ワールドカフェ再び、そしてロール・ツール群の開発 / World Café Again, and the Development of a Suite of Roles and Tools
ks91
PRO
0
100
生成AI時代における人間の情熱とプロダクト志向 / 20250517 Takuya Oikawa
shift_evolve
2
150
Next.jsと状態管理のプラクティス
uhyo
6
2.4k
テストコードにはテストの意図を込めよう(2025年版) #retechtalk / Put the intent of the test 2025
nihonbuson
PRO
11
2.2k
NAB Show 2025 動画技術関連レポート / NAB Show 2025 Report
cyberagentdevelopers
PRO
0
130
Google Cloud Next 2025 Recap アプリケーション開発を加速する機能アップデート / Application development-related features of Google Cloud
ryokotmng
0
400
Featured
See All Featured
Product Roadmaps are Hard
iamctodd
PRO
53
11k
A Tale of Four Properties
chriscoyier
159
23k
Building Better People: How to give real-time feedback that sticks.
wjessup
368
19k
Speed Design
sergeychernyshev
29
940
Six Lessons from altMBA
skipperchong
28
3.8k
VelocityConf: Rendering Performance Case Studies
addyosmani
329
24k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
137
33k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
233
17k
The Language of Interfaces
destraynor
158
25k
Designing for Performance
lara
608
69k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
1.7k
Git: the NoSQL Database
bkeepers
PRO
430
65k
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語法