视频:
https://www.bilibili.com/video/BV1RT4y1C7Gi/
下面这些图,可以反映出 Python 当前的流行度。Python和Java,C++都是当下十分流行的编程语言,有丰富的学习资料。
Python 用户众多
Python 在编程语言排行榜中排名 第一
https://www.tiobe.com/tiobe-index/
Python 用途广泛
看看哪些大厂在用Python
https://www.simplilearn.com/tutorials/python-tutorial/why-learn-python#:~:text=Python%20is%20a%20very%20popular,as%20the%20top%20programming%20language.
Life is short, use Python
Life is short, Python is the shore
Python 最擅长做什么:
https://zhidao.baidu.com/question/2057389001494888907.html
https://zhuanlan.zhihu.com/p/72901781
系列目录
Python入门示例系列01 为什么学Python
Python入门示例系列02 Python 语言的特点
Python入门示例系列03 安装Python开发工具
Python入门示例系列04 使用 IDLE Shell
Python入门示例系列05 使用PyCharm
Python入门示例系列06 使用PyCharm单步调试
Python入门示例系列07 Python注释
Python入门示例系列08 基础语法
Python入门示例系列09 Python算术运算
Python入门示例系列10 字符串(初级)
Python入门示例系列11 数据类型
Python入门示例系列12 数据类型转换