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
86
Introducing Reverse Engineering @ YZU CS250
racterub
0
190
ITAC | Jinja & Bootstrap
racterub
1
84
ITAC | Flask - Basic Flask
racterub
1
91
Other Decks in Education
See All in Education
プログラミング基礎#4(名古屋造形大学)
yusk1450
PRO
0
120
Medidas en informática
irocho
0
1.1k
COO's Perspective : Code for Everyone 2020-2024
codeforeveryone
0
260
Flinga
matleenalaakso
2
14k
小学校プログラミング教育、次の5年に向けて 〜つくること・学ぶことの歓びへ〜 /NextGenerationOfProgrammingEducation
kiriem
2
370
子どものためのプログラミング道場『CoderDojo』〜法人提携例〜 / Partnership with CoderDojo Japan
coderdojojapan
4
15k
生成AIと歩むこれからの大学
gmoriki
0
980
(説明資料)オンラインゆっくり相談室
ytapples613
PRO
0
150
Ch4_-_Cours_2.pdf
bernhardsvt
0
150
Carving the Way to Ruby Engineering
koic
3
800
1216
cbtlibrary
0
280
(モブ)エンジニアが伝えるアウトプット活動のススメ!! #カンリーLT
masakiokuda
2
210
Featured
See All Featured
The Cost Of JavaScript in 2023
addyosmani
47
7.3k
Building Applications with DynamoDB
mza
93
6.2k
Producing Creativity
orderedlist
PRO
344
39k
BBQ
matthewcrist
87
9.5k
Being A Developer After 40
akosma
89
590k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
233
17k
Statistics for Hackers
jakevdp
797
220k
[RailsConf 2023] Rails as a piece of cake
palkan
53
5.2k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
226
22k
The World Runs on Bad Software
bkeepers
PRO
67
11k
The MySQL Ecosystem @ GitHub 2015
samlambert
250
12k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
49
2.3k
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 (學⽣不⽤錢)