Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Lab317 Python Playground Week 1

Balicanta
October 05, 2014

Lab317 Python Playground Week 1

Balicanta

October 05, 2014
Tweet

More Decks by Balicanta

Other Decks in Programming

Transcript

  1. 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
  2. Outline • Warm up • First Python Program • Comments

    • Number • Variable • Strings • Printing • ..... Sunday, October 5, 14
  3. Warm Up • Install SublimeText • Instal Python • Windows

    Environment Variable Sunday, October 5, 14
  4. First Python Program • Come on, Hello Word • Go

    Print • 來個中⽂文試試 Sunday, October 5, 14
  5. First Python Program • 每⾏行表頭 • # -*- coding: utf-8

    -*- • Bustta Home Work • 如何快速在 Sublime 裡⾯面建⽴立 Python Template Sunday, October 5, 14
  6. Appendix A. • Install Package Control • https://sublime.wbond.net/installation#st2 • Install

    SublimeREPL • https://github.com/wuub/ SublimeREPL#installation Sunday, October 5, 14