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
Lab317 Python Playground Week 1
Search
Balicanta
October 05, 2014
Programming
0
78
Lab317 Python Playground Week 1
Balicanta
October 05, 2014
Tweet
Share
More Decks by Balicanta
See All by Balicanta
Spring Ioc And DI
balicantayao
1
94
Other Decks in Programming
See All in Programming
今から始めるClaude Code入門〜AIコーディングエージェントの歴史と導入〜
nokomoro3
0
170
Introducing ReActionView: A new ActionView-compatible ERB Engine @ Rails World 2025, Amsterdam
marcoroth
0
690
Laravel Boost 超入門
fire_arlo
3
220
テストカバレッジ100%を10年続けて得られた学びと品質
mottyzzz
2
600
Namespace and Its Future
tagomoris
6
700
HTMLの品質ってなんだっけ? “HTMLクライテリア”の設計と実践
unachang113
4
2.9k
print("Hello, World")
eddie
2
530
[FEConf 2025] 모노레포 절망편, 14개 레포로 부활하기까지 걸린 1년
mmmaxkim
0
1.6k
はじめてのMaterial3 Expressive
ym223
2
740
AIを活用し、今後に備えるための技術知識 / Basic Knowledge to Utilize AI
kishida
22
5.8k
Testing Trophyは叫ばない
toms74209200
0
880
OSS開発者という働き方
andpad
5
1.7k
Featured
See All Featured
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
A designer walks into a library…
pauljervisheath
207
24k
How STYLIGHT went responsive
nonsquared
100
5.8k
Mobile First: as difficult as doing things right
swwweet
224
9.9k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
112
20k
Context Engineering - Making Every Token Count
addyosmani
3
46
Site-Speed That Sticks
csswizardry
10
820
Reflections from 52 weeks, 52 projects
jeffersonlam
352
21k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
131
19k
Side Projects
sachag
455
43k
A Tale of Four Properties
chriscoyier
160
23k
Transcript
Lab317 - Python Playground Balicanta 2014/10/05 Sunday, October 5, 14
Introduction • Schedule • 2014. Oct - Python Basic (
3 Weeks) • 2014. Nov - Django Start ( ? Weeks) • Material • Python Basic • Learning Python The Hard way • Django - TBD Sunday, October 5, 14
Outline • Warm up • First Python Program • Comments
• Number • Variable • Strings • Printing • ..... Sunday, October 5, 14
Warm Up • Install SublimeText • Instal Python • Windows
Environment Variable Sunday, October 5, 14
First Python Program • Come on, Hello Word • Go
Print • 來個中⽂文試試 Sunday, October 5, 14
First Python Program • 每⾏行表頭 • # -*- coding: utf-8
-*- • Bustta Home Work • 如何快速在 Sublime 裡⾯面建⽴立 Python Template Sunday, October 5, 14
Comment • 沒有 Block Comment • 中⽂文也是要注意的 • 快捷鍵 ++
Sunday, October 5, 14
Number • 記得這個⼩小括號⼀一定要加 Sunday, October 5, 14
Variable • 名字是底線來區分的 Sunday, October 5, 14
Printing • 如何連接以及置換 • 多個參數的狀況 • %r 是什麼樣的概念 • 單引號以及雙引號
Sunday, October 5, 14
Printing • 總是要學會印換⾏行的 • 當我們要印超⼤大⼀一⽚片的⽂文字... • 每⼀一⾏行最多 80 個字元 Sunday,
October 5, 14
Function • Function 怎麼寫! • 參數怎麼有個 * ? • 也可以來個
Return Sunday, October 5, 14
Tuple • Function 雙回傳為例⼦子 • Tuple 是今天的壓軸了 Sunday, October 5,
14
Appendix A. • Install Package Control • https://sublime.wbond.net/installation#st2 • Install
SublimeREPL • https://github.com/wuub/ SublimeREPL#installation Sunday, October 5, 14