2019年7月22日 星期一

Python Django (1)

為了專研要寫一個有檢索的摘要介面,決定用django來寫網頁.

python version : 3.7.4
django version : 2.2.3
mysql version: 5.7.26

安裝django
pip3 install django
未指定版本的話 會直接安裝2.2.3版本

目前進度:完成crawlar到db

釐清: project . app . urls. views . templates . model

疑惑: import model
http回傳值到哪裡

下一步:完成檢索系統

學習資源:
html :
https://pydoing.blogspot.com/2012/01/html-5-syntax.html
python :
http://www.runoob.com/python3/python3-tutorial.html (大推,類似工具書)
https://pydoing.blogspot.com/2012/10/python-tutorial.html

css :
http://zh-tw.learnlayout.com/
django:
https://djangogirlstaipei.gitbooks.io/django-girls-taipei-tutorial/ -djangogirl
https://ithelp.ithome.com.tw/articles/10199515 -it邦 BY
https://ithelp.ithome.com.tw/articles/10157091 -it邦 TP



沒有留言:

張貼留言