A collection of some Python learning tutorials, the purpose is to make it easier for everyone to learn python and contribute to the development of the python language.
声明
此仓库中教程的讲义和代码来自黑马程序员Python教程_600集Python从入门到精通教程
初衷
之前一直自学python,主要是看书加刷题,并没有系统的学习Linux和Python的相关知识,经别人推荐,最终选择黑马程序员的Python基础教程。在教程中,老师不仅详细讲解了以上两方面的知识,还详细讲述了Pycharm集成环境的配置和写代码的一些规范、技巧:包括代码调试
、函数食用
方法…非常适合初学Python的朋友。
目录
食用方法
-
视频链接:https://www.bilibili.com/video/BV1ex411x7Em?p=1
-
代码和讲义:
-
clone到本地(推荐)
git clone https://github.com/choya-lee/esay-python.git git clone git@github.com:choya-lee/esay-python.git