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
110
NOL技術學習-PythonII
MarsW
August 12, 2014
Tweet
Share
More Decks by MarsW
See All by MarsW
Data Engineering Workshop
marsw
0
61
交大資工-新資訊時代的女力關鍵
marsw
0
300
I2TRC2_2015
marsw
0
200
Version Control - Git
marsw
0
99
NOL技術學習-PythonI
marsw
0
87
I2TRC2_2014
marsw
0
65
I2TRC2_2013
marsw
0
66
I2TRC2_2012
marsw
0
49
I2TRC2_2011
marsw
0
110
Other Decks in Technology
See All in Technology
バグと向き合い、仕組みで防ぐ
____rina____
0
160
[JDDStudy #10] 社内Agent勉強会の取り組み紹介
yp_genzitsu
1
130
MCP サーバーの基礎から実践レベルの知識まで
azukiazusa1
27
14k
Playwrightで始めるUI自動テスト入門
devops_vtj
0
260
從裝潢設計圖到 Home Assistant:打造智慧家庭的實戰與踩坑筆記
kewang
0
150
Databricks Free Editionで始めるMLflow
taka_aki
0
860
[AWS 秋のオブザーバビリティ祭り 2025 〜最新アップデートと生成 AI × オブザーバビリティ〜] Amazon Bedrock AgentCore で実現!お手軽 AI エージェントオブザーバビリティ
0nihajim
2
1.6k
よくわからない人向けの IAM Identity Center とちょっとした落とし穴
kazzpapa3
2
620
品質保証の取り組みを広げる仕組みづくり〜スキルの移譲と自律を支える実践知〜
tarappo
2
770
Snowflake Marketplaceには”PODB”という便利なオープンデータがあってAI Ready対応してるらしいよ/the-snowflake-marketplace-has-a-useful-open-data-source-called-PODB-that-is-apparently-AI-ready
shinyaa31
0
270
最近読んで良かった本 / Yokohama North Meetup #10
mktakuya
0
1.3k
CodexでもAgent Skillsを使いたい
gotalab555
6
3.1k
Featured
See All Featured
Side Projects
sachag
455
43k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
31
9.7k
The Language of Interfaces
destraynor
162
25k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
48
9.8k
How GitHub (no longer) Works
holman
315
140k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.6k
How to Think Like a Performance Engineer
csswizardry
28
2.3k
A Modern Web Designer's Workflow
chriscoyier
697
190k
What's in a price? How to price your products and services
michaelherold
246
12k
RailsConf 2023
tenderlove
30
1.3k
It's Worth the Effort
3n
187
28k
A better future with KSS
kneath
239
18k
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語法