摘要: >>返回主目录 源代码 # 内置函数:输入/输出 name = 'Portos' age = 18 sex = 'man' score = 99.5 print('Hello World!') # 输出常量 print(name) # 输出变量 print('My name is:', name) 阅读全文
posted @ 2021-03-05 16:57 PortosHan 阅读(69) 评论(0) 推荐(0) 编辑
摘要: >>返回主目录 总的来说,如果安装的不是安装的Anaconda,pip命令还是经常会用到的(cmd模式使用),当然也可以在PyCharm中直接安装 PEP8规范,我另有一篇博客已经写好,可以完全参考其中的示例:https://www.cnblogs.com/PortosHan/p/14447416. 阅读全文
posted @ 2021-03-01 14:19 PortosHan 阅读(52) 评论(0) 推荐(0) 编辑
摘要: >>返回主目录 Python 交互式代码 Python 脚本式代码 第一段Python代码: print('Hello World!') >>返回主目录 阅读全文
posted @ 2021-03-01 12:24 PortosHan 阅读(57) 评论(0) 推荐(0) 编辑
摘要: Python3 之路 - 目录(Tips:长期更新 Python3 目录) 第一章 初识 Python3 1.1 Python3 基础 - 前言(15~30) 1.2 Python3 基础 - 规范(60~70) 第二章 Python3 内置函数 & 基本数据类型 & 常见运算符 2.1 Pytho 阅读全文
posted @ 2021-03-01 12:18 PortosHan 阅读(191) 评论(0) 推荐(0) 编辑
摘要: 原文链接:http://legacy.python.org/dev/peps/pep-0008/ itemdetailPEP8TitleStyle Guide for Python CodeVersionc451868df657Last-Modified2016-06-08 10:43:53 -04 阅读全文
posted @ 2021-02-25 15:58 PortosHan 阅读(1001) 评论(0) 推荐(1) 编辑
摘要: 因为国庆节了,难得关一次机(可能搞IT的习惯吧),结果给祖国庆祝完70寿辰之后归来,启动电脑,就打不开Chrome浏览器了,报错如下: 应用程序无法启动,因为应用程序的并行配置不正确。有关详细信息,请参阅应用程序事件日志,或使用命令行 sxstrace.exe 工具,如下图 然后我对比了我以前安装的 阅读全文
posted @ 2019-10-08 15:24 PortosHan 阅读(4564) 评论(1) 推荐(0) 编辑