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
83
NOL技術學習-PythonI
MarsW
August 05, 2014
Tweet
Share
More Decks by MarsW
See All by MarsW
Data Engineering Workshop
marsw
0
51
交大資工-新資訊時代的女力關鍵
marsw
0
280
I2TRC2_2015
marsw
0
180
NOL技術學習-PythonII
marsw
0
100
Version Control - Git
marsw
0
94
I2TRC2_2014
marsw
0
56
I2TRC2_2013
marsw
0
61
I2TRC2_2012
marsw
0
46
I2TRC2_2011
marsw
0
110
Other Decks in Technology
See All in Technology
Storage Browser for Amazon S3
miu_crescent
1
340
2024年にチャレンジしたことを振り返るぞ
mitchan
0
170
AWS re:Invent 2024 ふりかえり勉強会
yhana
0
670
Alignment and Autonomy in Cybozu - 300人の開発組織でアラインメントと自律性を両立させるアジャイルな組織運営 / RSGT2025
ama_ch
1
660
AWSの生成AIサービス Amazon Bedrock入門!(2025年1月版)
minorun365
PRO
5
230
信頼されるためにやったこと、 やらなかったこと。/What we did to be trusted, What we did not do.
bitkey
PRO
0
710
Fanstaの1年を大解剖! 一人SREはどこまでできるのか!?
syossan27
2
380
C++26 エラー性動作
faithandbrave
2
870
The key to VCP-VCF
mirie_sd
0
140
生成AIによるテスト設計支援プロセスの構築とプロセス内のボトルネック解消の取り組み / 20241220 Suguru Ishii
shift_evolve
0
150
深層学習と3Dキャプチャ・3Dモデル生成(土木学会応用力学委員会 応用数理・AIセミナー)
pfn
PRO
0
270
Web APIをなぜつくるのか
mikanichinose
0
1.4k
Featured
See All Featured
Side Projects
sachag
452
42k
A designer walks into a library…
pauljervisheath
205
24k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
232
17k
Stop Working from a Prison Cell
hatefulcrawdad
267
20k
Adopting Sorbet at Scale
ufuk
74
9.1k
Why You Should Never Use an ORM
jnunemaker
PRO
54
9.1k
Into the Great Unknown - MozCon
thekraken
34
1.6k
Docker and Python
trallard
43
3.2k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
230
52k
Keith and Marios Guide to Fast Websites
keithpitt
410
22k
A better future with KSS
kneath
238
17k
Site-Speed That Sticks
csswizardry
2
210
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