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
64
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
220
ITAC | Websec 2
racterub
0
190
ITAC | Websec 1
racterub
0
230
ITAC | Linux Basics
racterub
0
87
Introducing Reverse Engineering @ YZU CS250
racterub
0
200
ITAC | Jinja & Bootstrap
racterub
1
85
ITAC | Flask - Basic Flask
racterub
1
92
Other Decks in Education
See All in Education
Security, Privacy and Trust - Lecture 11 - Web Technologies (1019888BNR)
signer
PRO
0
2.7k
Ilman kirjautumista toimivia sovelluksia
matleenalaakso
1
20k
複式簿記から純資産を排除する/eliminate_net_assets_from_double-entry_bookkeeping
florets1
1
320
小学校プログラミング教育、次の5年に向けて 〜つくること・学ぶことの歓びへ〜 /NextGenerationOfProgrammingEducation
kiriem
2
390
とある EM の初めての育休からの学び
clown0082
1
1.5k
Tips for the Presentation - Lecture 2 - Advanced Topics in Big Data (4023256FNR)
signer
PRO
0
210
Nodiレクチャー 「CGと数学」講義資料 2024/11/19
masatatsu
1
310
環境・社会理工学院 建築学系 大学院入試について|Science Tokyo(東京科学大学)
sciencetokyo
PRO
0
240
COO's Perspective : Code for Everyone 2020-2024
codeforeveryone
0
270
中野区ミライ★ライター倶楽部presents『MINT』
nakamuramikumirai
0
740
新人研修の課題と未来を考える
natsukokanda1225
0
1.4k
【みんなのコード】文科省生成AIガイドラインVer.2.0 入門編
codeforeveryone
0
110
Featured
See All Featured
Measuring & Analyzing Core Web Vitals
bluesmoon
6
260
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
226
22k
Done Done
chrislema
182
16k
Facilitating Awesome Meetings
lara
52
6.2k
Why You Should Never Use an ORM
jnunemaker
PRO
55
9.2k
Automating Front-end Workflow
addyosmani
1368
200k
Git: the NoSQL Database
bkeepers
PRO
427
65k
Fantastic passwords and where to find them - at NoRuKo
philnash
51
3k
Adopting Sorbet at Scale
ufuk
74
9.2k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
44
7k
The Language of Interfaces
destraynor
156
24k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
7
650
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 (學⽣不⽤錢)