
Python入门
Coder_Mumu
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Python学习解决TypeError: this constructor takes no arguments
刚接触Python类,尝试写了个几句代码,出现了TypeError: this constructor takes no arguments的错误:后来发现书本上的__init__()方法是两个下滑线,所以改正后就好了。...原创 2018-03-14 16:23:04 · 1708 阅读 · 0 评论 -
mac中的Python2.7及Python3.6中安装Pygame
问题描述:在mac中安装了两个版本的Python,终端默认Python2.7, launchpad中可以找到Python3.6.应用程序中存在Python2.7和Python3.6的文件夹解决:首先安装pip,安装过程中感觉系统自带Python中存有pip,可能也不需要安装。如需安装,可在“https://pip.pypa.io/en/stable/installing/”中另存“get-pip....转载 2018-03-29 01:05:57 · 891 阅读 · 0 评论