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
Sponsored
·
Your Podcast. Everywhere. Effortlessly.
Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.
→
MarsW
August 12, 2014
Technology
0
110
NOL技術學習-PythonII
MarsW
August 12, 2014
Tweet
Share
More Decks by MarsW
See All by MarsW
Data Engineering Workshop
marsw
0
72
交大資工-新資訊時代的女力關鍵
marsw
0
310
I2TRC2_2015
marsw
0
220
Version Control - Git
marsw
0
110
NOL技術學習-PythonI
marsw
0
90
I2TRC2_2014
marsw
0
75
I2TRC2_2013
marsw
0
68
I2TRC2_2012
marsw
0
55
I2TRC2_2011
marsw
0
120
Other Decks in Technology
See All in Technology
Postman v12 で変わる API開発ワークフロー (Postman v12 アップデート) / New API development workflow with Postman v12
yokawasa
0
100
20260311 ビジネスSWG活動報告(デジタルアイデンティティ人材育成推進WG Ph2 活動報告会)
oidfj
0
280
Dr. Werner Vogelsの14年のキーノートから紐解くエンジニアリング組織への処方箋@JAWS DAYS 2026
p0n
1
130
マルチアカウント環境でSecurity Hubの運用!導入の苦労とポイント / JAWS DAYS 2026
genda
0
560
AWSの資格って役に立つの?
tk3fftk
1
280
最強のAIエージェントを諦めたら品質が上がった話 / how quality improved after giving up on the strongest AI agent
kt2mikan
0
160
堅牢.py#2 LT資料
t3tra
0
140
Claude Code のコード品質がばらつくので AI に品質保証させる仕組みを作った話 / A story about building a mechanism to have AI ensure quality, because the code quality from Claude Code was inconsistent
nrslib
13
7.2k
銀行の内製開発にて2つのプロダクトを1つのチームでスクラムしてみてる話
koba1210
1
120
Oracle Database@Google Cloud:サービス概要のご紹介
oracle4engineer
PRO
5
1.2k
製造業ドメインにおける LLMプロダクト構築: 複雑な文脈へのアプローチ
caddi_eng
1
560
The_Evolution_of_Bits_AI_SRE.pdf
nulabinc
PRO
0
170
Featured
See All Featured
Data-driven link building: lessons from a $708K investment (BrightonSEO talk)
szymonslowik
1
970
The AI Search Optimization Roadmap by Aleyda Solis
aleyda
1
5.4k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
360
30k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
16
1.9k
DBのスキルで生き残る技術 - AI時代におけるテーブル設計の勘所
soudai
PRO
62
51k
Build The Right Thing And Hit Your Dates
maggiecrowley
39
3.1k
The Curious Case for Waylosing
cassininazir
0
270
Stewardship and Sustainability of Urban and Community Forests
pwiseman
0
140
技術選定の審美眼(2025年版) / Understanding the Spiral of Technologies 2025 edition
twada
PRO
118
110k
Fireside Chat
paigeccino
42
3.8k
How to train your dragon (web standard)
notwaldorf
97
6.6k
Effective software design: The role of men in debugging patriarchy in IT @ Voxxed Days AMS
baasie
0
250
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語法