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
A2Aのクライアントを自作する
rynsuke
1
170
生成AIで小説を書くためにプロンプトの制約や原則について学ぶ / prompt-engineering-for-ai-fiction
nwiizo
3
730
2年でここまで成長!AWSで育てたAI Slack botの軌跡
iwamot
PRO
4
640
登壇ネタの見つけ方 / How to find talk topics
pinkumohikan
3
350
ひとり情シスなCTOがLLMと始めるオペレーション最適化 / CTO's LLM-Powered Ops
yamitzky
0
420
UIテスト自動化サポート- Testbed for XCUIAutomation practice
notoroid
0
130
MySQL5.6から8.4へ 戦いの記録
kyoshidaxx
1
170
BigQuery Remote FunctionでLooker Studioをインタラクティブ化
cuebic9bic
3
260
Amazon S3標準/ S3 Tables/S3 Express One Zoneを使ったログ分析
shigeruoda
3
450
CI/CD/IaC 久々に0から環境を作ったらこうなりました
kaz29
1
150
本当に使える?AutoUpgrade の新機能を実践検証してみた
oracle4engineer
PRO
1
140
Welcome to the LLM Club
koic
0
160
Featured
See All Featured
StorybookのUI Testing Handbookを読んだ
zakiyama
30
5.8k
Building a Scalable Design System with Sketch
lauravandoore
462
33k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
252
21k
The Straight Up "How To Draw Better" Workshop
denniskardys
233
140k
It's Worth the Effort
3n
185
28k
Facilitating Awesome Meetings
lara
54
6.4k
The Invisible Side of Design
smashingmag
299
51k
Why Our Code Smells
bkeepers
PRO
337
57k
Stop Working from a Prison Cell
hatefulcrawdad
270
20k
A Modern Web Designer's Workflow
chriscoyier
693
190k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
50k
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