jhh130910

导航

07 2018 档案

anaconda
摘要:Anaconda是一款集成的Python环境,anaconda可以看做Python的一个集成安装,安装它后就默认安装了python、IPython、集成开发环境Spyder和众多的包和模块,一键安装,装好即用,特别适合懒人,非常方便,需要此款工具的朋友们欢迎前来下载使用。 anaconda里面集成了 阅读全文

posted @ 2018-07-22 09:48 YZ_JinHH 阅读(205) 评论(0) 推荐(0)

Python Tutor
摘要:Python Tutor Python Tutor 是由 Philip Guo 开发的一个免费教育工具,可帮助学生攻克编程学习中的基础障碍,理解每一行源代码在程序执行时在计算机中的过程。通过这个工具,教师或学生可以直接在 Web 浏览器中编写 Python 代码,并逐步可视化地运行程序。如果你不知道 阅读全文

posted @ 2018-07-22 09:42 YZ_JinHH 阅读(476) 评论(0) 推荐(0)

import this
摘要:import this The Zen of Python, by Tim Peters Beautiful is better than ugly. Explicit is better than implicit. Simple is better than complex. Complex is better than complicated. Flat is better than n... 阅读全文

posted @ 2018-07-19 16:42 YZ_JinHH 阅读(165) 评论(0) 推荐(0)

python r r+ w w+ rb 文件打开模式的区别
摘要:The argument mode points to a string beginning with one of the following sequences (Additional characters may follow these sequences.): ``r'' Open tex 阅读全文

posted @ 2018-07-02 11:29 YZ_JinHH 阅读(2437) 评论(0) 推荐(0)