Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(一)Python 简介 #13

Open
ShannonChenCHN opened this issue Jul 16, 2018 · 4 comments
Open

(一)Python 简介 #13

ShannonChenCHN opened this issue Jul 16, 2018 · 4 comments

Comments

@ShannonChenCHN
Copy link
Owner

ShannonChenCHN commented Jul 16, 2018

  • 为什么要学 Python
  • Python 的语言特性
  • Python 的发展历史与版本
  • Python 官方文档及相关学习资料
@ShannonChenCHN ShannonChenCHN changed the title Python 简介 (一)Python 简介 Jul 16, 2018
@ShannonChenCHN
Copy link
Owner Author

ShannonChenCHN commented Jul 16, 2018

为什么要学 Python

市场/行业发展趋势

语言排行

Python 能干什么

  • 科学计算和数据分析
  • 爬虫
  • Web 网站/后台服务(比如豆瓣、Instagram等)
  • 游戏
  • 命令行实用工具
  • 人工智能/深度学习(比如 TensorFlow)

Python 跟 iOS 开发的一些联系

Python 实践

  • 脚本工具
    • 一个辅助工具
      • 基本原理是,扫描 OC 代码里面的 AB 测试实验编号,再根据编号去 AB 实验后台网页抓取配置试验的数据最后显示获取到的试验具体信息,最后再把这些数据用 html + css 渲染,生成一个 HTML 文件,在浏览器中打开,以表格形式展示出来。
      • 涉及到的技术:BeautifulSoup、HTML/CSS、Python 基础
  • web 开发
    • 跟着廖雪峰老师的《Python3 教程》开发了一个博客系统,涉及到 ORM、数据库、异步网络框架aiohttp、CGI和WSGI相关的Web编程、协程、模板框架 jinja、MVC、前后端分离、vue 等技术/思想。

参考

@ShannonChenCHN
Copy link
Owner Author

Python 的发展历史与版本

1 similar comment
@ShannonChenCHN
Copy link
Owner Author

Python 的发展历史与版本

@ShannonChenCHN
Copy link
Owner Author

ShannonChenCHN commented Sep 1, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant