摘要: 第二章 while 循环 字符串的格式化 运算符 编码初识 今日总结 阅读全文
posted @ 2019-07-05 17:47 张珊33 阅读(322) 评论(0) 推荐(0) 编辑
摘要: pycharm常用命令 一、编辑 二、查找/替换(Search/Replace) 三、运行(Running) 四、调试(Debugging) 五、导航(Navigation) 六、搜索相关(Usage Search) 七、重构(Refactoring) 八、控制VCS/Local History 九 阅读全文
posted @ 2019-07-05 09:56 张珊33 阅读(1567) 评论(1) 推荐(0) 编辑
摘要: Git 常用命令 其他常用命令 https://www.cnblogs.com/jiangchunsheng/p/9206195.html 阅读全文
posted @ 2019-07-05 09:56 张珊33 阅读(134) 评论(0) 推荐(0) 编辑
摘要: git 常见报错 阅读全文
posted @ 2019-07-05 09:52 张珊33 阅读(179) 评论(0) 推荐(0) 编辑
摘要: python 常见报错 IndentationError: 缩进错误 AttributeError: 属性错误 NameError:名称错误 SyntaxError:语法错误 TypeError: 类型错误 KeyError: 键错误 IndexError: 索引错误 ValueError: 值错误 阅读全文
posted @ 2019-07-05 09:51 张珊33 阅读(3965) 评论(0) 推荐(1) 编辑
摘要: python2和python3的区别 源码 小数据池中的字符串: f string字符串格式化 import 包没有__init_.py文件 object 多继承 阅读全文
posted @ 2019-07-05 09:39 张珊33 阅读(172) 评论(0) 推荐(0) 编辑
摘要: python简介 python 第一章 1. python的历史 2004年 诞生了 python 2: ​ 源码不统一,有重复的功能代码 python 3: ​ 源码统一,没有重复的功能代码 2. python是一个什么编程语言 使用编译型和解释性来区分编程语言 编译型:只翻译一次(代表c) ​ 阅读全文
posted @ 2019-07-04 21:32 张珊33 阅读(194) 评论(1) 推荐(0) 编辑
摘要: 注册码云 网址:https://gitee.com 点击注册 输入姓名随意 输入用户名:手机号或者邮箱 输入密码 个人空间地址:https://gitee.com/ 码云帮助中心https://gitee.com/help/articles/4107 注册完成 新建仓库 仓库名称: 仓库介绍自己的名 阅读全文
posted @ 2019-07-03 15:08 张珊33 阅读(733) 评论(0) 推荐(0) 编辑
摘要: python 安装 windows 安装 进入官网,选择Downloads windows 官网:python.org 下载与电脑匹配的系统,例如python3.6.3 下载完成后,打开文件,点击安装;不要使用默认的,勾选Add python 3.6 to PATH Install now 为默认安 阅读全文
posted @ 2019-07-02 20:20 张珊33 阅读(152) 评论(0) 推荐(0) 编辑
摘要: python简介 1. 1python出生 1989研发 2. 领域 云计算、web开发、系统运维、科学运算、人工智能、爬虫、图形GUI 3. python编程语言 编译型和解释型、静态语言和动态语言、强类型定义和弱类型定义语言 python安装 网址: 1、打开官网:http://www.pyth 阅读全文
posted @ 2019-07-01 20:54 张珊33 阅读(271) 评论(1) 推荐(0) 编辑