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
python的介绍与web实战
Search
多火工作室
April 26, 2015
Education
0
110
python的介绍与web实战
多火工作室每周技术分享-python录制,框架涉及flask,django, 项目是一个图书馆查询系统。
多火工作室
April 26, 2015
Tweet
Share
More Decks by 多火工作室
See All by 多火工作室
github&git
luxiaojijan
1
250
Nodejs实现RESTful api
luxiaojijan
1
140
机器人餐厅
luxiaojijan
0
100
regular expressions
luxiaojijan
0
73
做全栈的java开发者
luxiaojijan
0
110
Other Decks in Education
See All in Education
Human Perception and Cognition - Lecture 4 - Human-Computer Interaction (1023841ANR)
signer
PRO
0
1.2k
情報科学類で学べる専門科目38選
momeemt
0
630
生態系ウォーズ - ルールブック
yui_itoshima
1
280
万博マニアックマップを支えるオープンデータとその裏側
barsaka2
0
910
Adobe Express
matleenalaakso
1
8k
生成AI活用セミナー/GAI-workshop
gnutar
0
120
フィードバックの伝え方、受け身のココロ / The Way of Feedback: Words and the Receiving Heart
spring_aki
1
170
H5P-työkalut
matleenalaakso
4
40k
Library Prefects 2025-2026
cbtlibrary
0
100
[FUN Open Campus 2025] 何でもセンシングしていいですか?
pman0214
0
250
SISTEMA DE MEMORIA Y SU IMPACTO EN LAS DECISIONES.
jvpcubias
0
180
20250910_エンジニアの成長は自覚するところから_サポーターズ勉強会
ippei0923
0
290
Featured
See All Featured
Designing for Performance
lara
610
69k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
27k
Java REST API Framework Comparison - PWX 2021
mraible
34
8.9k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
55
3k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
9
870
Build your cross-platform service in a week with App Engine
jlugia
232
18k
jQuery: Nuts, Bolts and Bling
dougneiner
65
7.9k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
1.6k
Music & Morning Musume
bryan
46
6.8k
The Pragmatic Product Professional
lauravandoore
36
6.9k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
Transcript
Python介绍与项⺫⽬目实战 By 张春荣
Python语⾔言简介 • Python语⾔言是属于脚本语⾔言。 • 其他语⾔言:源代码 -> 编译成可执⾏行程序 -> 运⾏行 程序
• 脚本语⾔言: 源代码 -> (解释器)直接”运⾏行"你的源 代码 • 举例:hello world!
Python能干什么? • Web 开发 (Django, Flask,Tornado) • 数据挖掘与科学计算 (matplotlib, pandas)
• 云计算 (openstack) • ⼩小⼯工具 (举例)
Python的前景
python web 开发 • 框架: Django, Flask, Tornado • Flask:
Python 项⺫⽬目分析 • 图书馆搜索功能 • http://127.0.0.1:8000/static/library.html • http://lib2.nuist.edu.cn/opac/search.php
None
怎么学习 • 书籍:Python 核⼼心编程 • 知道创宇研发技能表v2.2:http:// blog.knownsec.com/Knownsec_RD_Checklist/ v2.2.html • 做项⺫⽬目
(学习是为了解决问题)
• 举例 (知乎⽇日报 定期推送) • 知乎⽇日报api: https://github.com/izzyleung/ ZhihuDailyPurify/wiki/%E7%9F%A5%E4%B9%8E %E6%97%A5%E6%8A%A5-API- %E5%88%86%E6%9E%90
• http://daily.zhihu.com/ • github
End