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
70
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
95
Introducing Reverse Engineering @ YZU CS250
racterub
0
210
ITAC | Jinja & Bootstrap
racterub
1
92
ITAC | Flask - Basic Flask
racterub
1
95
Other Decks in Education
See All in Education
Gaps in Therapy in IBD - IBDInnovate 2025 CCF
higgi13425
0
480
系統性を意識したプログラミング教育~ガチャを実装しよう~
asial_edu
0
400
Info Session MSc Computer Science & MSc Applied Informatics
signer
PRO
0
180
人になにかを教えるときに考えていること(2025-05版 / VRC-LT #18)
sksat
4
1k
演習問題
takenawa
0
3.8k
2025年度春学期 統計学 第10回 分布の推測とは ー 標本調査,度数分布と確率分布 (2025. 6. 12)
akiraasano
PRO
0
120
Education-JAWS #3 ~教育現場に、AWSのチカラを~
masakiokuda
0
160
AIC 103 - Applications of Property Valuation: Essential Slides
rmccaic
0
190
Virtual and Augmented Reality - Lecture 8 - Next Generation User Interfaces (4018166FNR)
signer
PRO
0
1.7k
プログラミング教育する大学、ZEN大学
sifue
1
530
実務プログラム
takenawa
0
3.7k
予習動画
takenawa
0
4k
Featured
See All Featured
Optimizing for Happiness
mojombo
379
70k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
Code Review Best Practice
trishagee
68
18k
How STYLIGHT went responsive
nonsquared
100
5.6k
What's in a price? How to price your products and services
michaelherold
245
12k
Gamification - CAS2011
davidbonilla
81
5.3k
Automating Front-end Workflow
addyosmani
1370
200k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
Building Applications with DynamoDB
mza
95
6.5k
What’s in a name? Adding method to the madness
productmarketing
PRO
22
3.5k
jQuery: Nuts, Bolts and Bling
dougneiner
63
7.8k
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 (學⽣不⽤錢)