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
260
Nodejs实现RESTful api
luxiaojijan
1
150
机器人餐厅
luxiaojijan
0
110
regular expressions
luxiaojijan
0
80
做全栈的java开发者
luxiaojijan
0
120
Other Decks in Education
See All in Education
演習:Gitの応用操作 / 05-git-advanced
kaityo256
PRO
0
210
Measuring your measuring
jonoalderson
2
750
Modelamiento Matematico (Ingresantes UNI 2026)
robintux
0
250
LotusScript でエージェント情報を出力してみた
harunakano
0
150
HyRead2526
cbtlibrary
1
220
Interactive Tabletops and Surfaces - Lecture 5 - Next Generation User Interfaces (4018166FNR)
signer
PRO
1
2k
計算物理におけるGitの使い方 / 01-c-compphys
kaityo256
PRO
2
490
TeXで変える教育現場
doratex
1
19k
栃木にいても「だいじ」だっぺ〜! 栃木&全国アジャイルコミュニティへの参加・運営の魅力
sasakendayo
1
180
AIで日本はどう進化する? 〜キミが生きる2035年の地図〜
behomazn
0
130
多様なメンター、多様な基準
yasulab
6
19k
Security, Privacy and Trust - Lecture 11 - Web Technologies (1019888BNR)
signer
PRO
0
3.3k
Featured
See All Featured
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
47
8k
Balancing Empowerment & Direction
lara
5
940
DevOps and Value Stream Thinking: Enabling flow, efficiency and business value
helenjbeal
1
150
Documentation Writing (for coders)
carmenintech
77
5.3k
Joys of Absence: A Defence of Solitary Play
codingconduct
1
310
Intergalactic Javascript Robots from Outer Space
tanoku
273
27k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
254
22k
Building Experiences: Design Systems, User Experience, and Full Site Editing
marktimemedia
0
440
From π to Pie charts
rasagy
0
150
Impact Scores and Hybrid Strategies: The future of link building
tamaranovitovic
0
230
Design in an AI World
tapps
0
170
Building AI with AI
inesmontani
PRO
1
800
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