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
67
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
110
ITAC | Websec 3
racterub
0
230
ITAC | Websec 2
racterub
0
190
ITAC | Websec 1
racterub
0
230
ITAC | Linux Basics
racterub
0
90
Introducing Reverse Engineering @ YZU CS250
racterub
0
200
ITAC | Jinja & Bootstrap
racterub
1
88
ITAC | Flask - Basic Flask
racterub
1
94
Other Decks in Education
See All in Education
OpenRobomaster 中国のロボットコンテスト 日本連携の可能性
takasumasakazu
0
340
とある EM の初めての育休からの学び
clown0082
1
2.8k
Data Representation - Lecture 3 - Information Visualisation (4019538FNR)
signer
PRO
1
2.3k
子どものためのプログラミング道場『CoderDojo』〜法人提携例〜 / Partnership with CoderDojo Japan
coderdojojapan
4
15k
諸外国の理科カリキュラムにおけるビッグアイデアの構造比較
arumakan
0
140
SAT Bootcamp and Course
syedmahadd
0
170
あきた地域課題解決インターンMarch2025
toyodome
0
350
Juvenile in Justice
oripsolob
0
490
Ch4_-_Partie_1.pdf
bernhardsvt
0
120
The Prison Industrial Complex by Billy Dee
oripsolob
0
830
自己紹介 / who-am-i
yasulab
PRO
2
4.8k
Info Session MSc Computer Science & MSc Applied Informatics
signer
PRO
0
130
Featured
See All Featured
How GitHub (no longer) Works
holman
314
140k
Rails Girls Zürich Keynote
gr2m
94
13k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
12
610
Large-scale JavaScript Application Architecture
addyosmani
511
110k
Reflections from 52 weeks, 52 projects
jeffersonlam
349
20k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
30
1.1k
Code Reviewing Like a Champion
maltzj
522
39k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
Building a Modern Day E-commerce SEO Strategy
aleyda
39
7.2k
How to train your dragon (web standard)
notwaldorf
91
5.9k
Being A Developer After 40
akosma
90
590k
Navigating Team Friction
lara
184
15k
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 (學⽣不⽤錢)