Python 是一个高层次的结合了解释性、编译性、互动性和面向对象的脚本语言。
Python 的设计具有很强的可读性,相比其他语言经常使用英文关键字,其他语言的一些标点符号,它具有比其他语言更有特色语法结构。
- Python 是一种解释型语言: 这意味着开发过程中没有了编译这个环节。类似于PHP和Perl语言。
- Python 是交互式语言: 这意味着,您可以在一个Python提示符,直接互动执行写你的程序。
- Python 是面向对象语言: 这意味着Python支持面向对象的风格或代码封装在对象的编程技术。
Python 是初学者的语言:Python 对初级程序员而言,是一种伟大的语言,它支持广泛的应用程序开发,从简单的文字处理到 www 浏览器再到游戏。
- Python学习笔记
Something I hope you know before go into the coding~
* First, please watch or star this repo, I'll be more happy if you follow me.
* Bug report, questions and discussion are welcome, you can post an issue or pull a request.
- GitBook : https://yifengyou.gitbooks.io/learn-Python/content/
- GitHub : https://github.com/yifengyou/learn-Python/
- GitPage : https://yifengyou.github.io/learn-Python/
- Python简介
- Python环境搭建
- PyCharm开发环境
- Python编程规范
- Python基本数据类型
- Python运算符
- Python流程控制
- Python变量
- Python数据结构
- Python函数
- Python异常
- Python类
- Python模块
- Python文件与IO
- Python进程、线程与协程
- Python网络编程
- Python操作数据库
- Python教程
- Python 3.5.2文档 : https://yiyibooks.cn/xx/Python_352/index.html
- Pypi : https://pypi.org/
- 思维导图 : https://blog.csdn.net/csdnnews/article/details/78248699