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技術學習-PythonI
Search
MarsW
August 05, 2014
Technology
0
85
NOL技術學習-PythonI
MarsW
August 05, 2014
Tweet
Share
More Decks by MarsW
See All by MarsW
Data Engineering Workshop
marsw
0
54
交大資工-新資訊時代的女力關鍵
marsw
0
290
I2TRC2_2015
marsw
0
200
NOL技術學習-PythonII
marsw
0
100
Version Control - Git
marsw
0
97
I2TRC2_2014
marsw
0
62
I2TRC2_2013
marsw
0
65
I2TRC2_2012
marsw
0
47
I2TRC2_2011
marsw
0
110
Other Decks in Technology
See All in Technology
Workflows から Agents へ ~ 生成 AI アプリの成長過程とアプローチ~
belongadmin
3
160
Contract One Engineering Unit 紹介資料
sansan33
PRO
0
6.4k
RubyOnRailsOnDevin+α / DevinMeetupJapan#2
ginkouno
0
440
「規約、知識、オペレーション」から考える中規模以上の開発組織のCursorルールの 考え方・育て方 / Cursor Rules for Coding Styles, Domain Knowledges and Operations
yuitosato
6
1.8k
AIエージェントの継続的改善のためオブザーバビリティ
pharma_x_tech
6
1.2k
「どこにある?」の解決。生成AI(RAG)で効率化するガバメントクラウド運用
toru_kubota
2
430
自分を理解するAI時代の準備 〜マイプロフィールMCPの実装〜
edo_m18
0
110
Introduction to Sansan, inc / Sansan Global Development Center, Inc.
sansan33
PRO
0
2.6k
活きてなかったデータを活かしてみた話 / Shirokane Kougyou vol 19
sansan_randd
1
340
成立するElixirの再束縛(再代入)可という選択
kubell_hr
0
290
技術職じゃない私がVibe Codingで感じた、AGIが身近になる未来
blueb
0
130
ObsidianをMCP連携させてみる
ttnyt8701
2
120
Featured
See All Featured
How to Ace a Technical Interview
jacobian
276
23k
Why You Should Never Use an ORM
jnunemaker
PRO
56
9.4k
Building an army of robots
kneath
306
45k
Adopting Sorbet at Scale
ufuk
77
9.4k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
43
2.4k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
32
2.3k
Embracing the Ebb and Flow
colly
86
4.7k
A designer walks into a library…
pauljervisheath
206
24k
GraphQLの誤解/rethinking-graphql
sonatard
71
11k
How to Think Like a Performance Engineer
csswizardry
24
1.7k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
Transcript
NOL 0- -I Mars
CH0-ENVIRONMENT • Windows<Python 2.7.x https://www.python.org! ✴ *. ;C:\Python27;C:\Python27\Scripts! • Mac<%Python
2.7.4! • Linux<Ubuntu 13.04 /Python 3! • Online<Koding https://koding.com
CH0-CMD(BASIC) • #)4 cd! • &#)4"51 ls (dir)
CH0-HABIT • Version Control (Git)! https://speakerdeck.com/marsw/version-control-git! • Share ! ✴
Markdown,Logdown
CH1-VARIABLE • !int,float<round! • !chr<ord! • !6str<len,replace,split,zfill! • '$! •
8<+2,9
CH1-STYLE • 7<space:Tab(;! • 3<! ✴ #! ✴
”””
CH1-CONDITION • if,elif,else! ✴ and,or! • range! • in
CH2-LOOP & LIST (BASIC) • for<enumerate! • list []<string.split
PRACTICE • Python Challenge! http://www.pythonchallenge.com/index.php
FURTURE • Do a REAL Project - Collaborated! • Online
Learning! ✴ Invent with Python! ✴ Learn Python The Hard Way! ✴ Codecademy