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
ITAC-Flask | Environment setup
Search
racterub
May 10, 2020
Education
1
72
ITAC-Flask | Environment setup
Environment setup in ITAC-Flask
racterub
May 10, 2020
Tweet
Share
More Decks by racterub
See All by racterub
IM620 Web Security
racterub
0
120
ITAC | Websec 3
racterub
0
230
ITAC | Websec 2
racterub
0
190
ITAC | Websec 1
racterub
0
230
ITAC | Linux Basics
racterub
0
100
Introducing Reverse Engineering @ YZU CS250
racterub
0
220
ITAC | Jinja & Bootstrap
racterub
1
95
ITAC | Flask - Basic Flask
racterub
1
100
Other Decks in Education
See All in Education
Design Guidelines and Models - Lecture 5 - Human-Computer Interaction (1023841ANR)
signer
PRO
0
1.1k
高校におけるプログラミング教育を考える
naokikato
PRO
0
170
Introduction - Lecture 1 - Web Technologies (1019888BNR)
signer
PRO
0
5.7k
American Airlines® USA Contact Numbers: The Ultimate 2025 Guide
lievliev
0
260
Web Architectures - Lecture 2 - Web Technologies (1019888BNR)
signer
PRO
0
3.2k
万博マニアックマップを支えるオープンデータとその裏側
barsaka2
0
930
理想の英語力に一直線!最高効率な英語学習のすゝめ
logica0419
6
440
the difficulty into words
ukky86
0
160
GOVERNOR ADDRESS:2025年9月29日合同公式訪問例会:2720 Japan O.K. ロータリーEクラブ、2025年10月6日卓話:藤田 千克由 氏(国際ロータリー第2720地区 2025-2026年度 ガバナー・大分中央ロータリークラブ・大分トキハタクシー(株)顧問)
2720japanoke
0
660
ロータリー国際大会について~国際大会に参加しよう~:古賀 真由美 会員(2720 Japan O.K. ロータリーEクラブ・(有)誠邦産業 取締役)
2720japanoke
0
220
質のよいアウトプットをできるようになるために~「読む・聞く、まとめる、言葉にする」を読んで~
amarelo_n24
0
280
KBS新事業創造体験2025_科目説明会
yasuchikawakayama
0
130
Featured
See All Featured
Music & Morning Musume
bryan
46
6.9k
Facilitating Awesome Meetings
lara
57
6.6k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
Learning to Love Humans: Emotional Interface Design
aarron
274
41k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
34
2.3k
VelocityConf: Rendering Performance Case Studies
addyosmani
333
24k
How To Stay Up To Date on Web Technology
chriscoyier
791
250k
Measuring & Analyzing Core Web Vitals
bluesmoon
9
640
Large-scale JavaScript Application Architecture
addyosmani
514
110k
Building Better People: How to give real-time feedback that sticks.
wjessup
369
20k
BBQ
matthewcrist
89
9.9k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
1.7k
Transcript
Flask Racterub @ ITAC
⼤概計畫 1. Env-setup + Basic Flask 2. Basic Jinja +
Bootstrap 3. DB 4. 實作 login + bcrypt 5. 實作 post
預備動作 • 我課程會在 macOS 上⾯實作,你⽤ Linux 跟 Windows 應該沒什麼 差別
• Basic settings • 裝好 python3,給我⽤ 3 • 如果可以,裝 pipenv 或是 virtualvenv • 你要⽤之前那個 itac 的 VM 也是可以拉,看你⽅便⽤哪個 • Itac 那隻 vm 好像丟去 windows 會有問題,可以透過安裝 windows 版的 vbguestaddition 解決,也可以直接不⽤
pip • Windows • 安裝 python 3.x 版本 • 應該就會⾃帶
pip 了
pip • Linux • sudo apt install python3-dev python3-pip -y
編輯器 • 這邊列的都是推薦的拉,你要⽤ windows 內建的記事本我 也沒意⾒ • VSCode (免費) •
Sublime Text 3 (要錢) • Atom (免費) • PyCharm (學⽣不⽤錢)