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
75
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
93
Other Decks in Programming
See All in Programming
テスト駆動Kaggle
isax1015
0
380
Python型ヒント完全ガイド 初心者でも分かる、現代的で実践的な使い方
mickey_kubo
1
130
VS Code Update for GitHub Copilot
74th
2
660
すべてのコンテキストを、 ユーザー価値に変える
applism118
3
1.4k
XP, Testing and ninja testing
m_seki
3
250
Google Agent Development Kit でLINE Botを作ってみた
ymd65536
2
260
新メンバーも今日から大活躍!SREが支えるスケールし続ける組織のオンボーディング
honmarkhunt
5
7.7k
Is Xcode slowly dying out in 2025?
uetyo
1
280
Deep Dive into ~/.claude/projects
hiragram
14
2.6k
Rails Frontend Evolution: It Was a Setup All Along
skryukov
0
160
PipeCDのプラグイン化で目指すところ
warashi
1
280
20250704_教育事業におけるアジャイルなデータ基盤構築
hanon52_
5
820
Featured
See All Featured
Gamification - CAS2011
davidbonilla
81
5.4k
Why Our Code Smells
bkeepers
PRO
336
57k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
34
3.1k
Java REST API Framework Comparison - PWX 2021
mraible
31
8.7k
Rails Girls Zürich Keynote
gr2m
95
14k
Done Done
chrislema
184
16k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
35
2.4k
The Art of Programming - Codeland 2020
erikaheidi
54
13k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
GraphQLとの向き合い方2022年版
quramy
49
14k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
50k
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