Skip to content

Commit 46a0ec3

Browse files
authored
Merge pull request #10 from attack-on-backend/gitbook
[Travis] Update SUMMARY.md
2 parents 9c1e95e + 48bf4e2 commit 46a0ec3

File tree

544 files changed

+2163
-11
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

544 files changed

+2163
-11
lines changed

01-基础篇/01-语言基础.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Attack on Python - 语言基础 🐍
22

3+
4+
<extoc></extoc>
5+
36
## Hello World
47

58
学一门语言基本都是从Hello World开始的 , 如下一个最简单的Hello World程序

01-基础篇/02-数字.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Attack on Python - 数字 🐍
22

3+
4+
<extoc></extoc>
5+
36
## 整型
47

58
`Python 2.7` 版本中 , `Python``int``long` 是分开的

01-基础篇/03-字符串.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Attack on Python - 字符串 🐍
22

3+
4+
<extoc></extoc>
5+
36
## 介绍
47

58
字符串是 `Python` 中最基本的数据类型之一 , 它是一个定长对象 , 这意味着它的一旦创建 , 再也无法改变长度

01-基础篇/04-元组.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Attack on Python - 元组 🐍
22

3+
4+
<extoc></extoc>
5+
36
## 介绍
47

58
元组和字符串一样 , 也是定长对象

01-基础篇/05-列表.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Attack on Python - 列表 🐍
22

3+
4+
<extoc></extoc>
5+
36
## 介绍
47

58
列表是我们以后最常用的数据类型之一 , 通过列表可以对数据实现最方便的存储、修改等操作

01-基础篇/06-字典.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Attack on Python - 字典 🐍
22

3+
4+
<extoc></extoc>
5+
36
## 介绍
47

58
字典是一种 `key - value` 的数据类型 , 用 冒号 `" : "` 来关联键值对 , 每个对象之间用逗号 `" , "` 分割 , 整个字典包括在花括号 `"{ }"`

01-基础篇/07-集合.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Attack on Python - 集合 🐍
22

3+
4+
<extoc></extoc>
5+
36
## 介绍
47

58
集合是变长对象 , 集合是无序且不重复的数据组合 , 因此我们可以用来做 :

01-基础篇/08-字符编码.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Attack on Python - 字符编码 🐍
22

3+
4+
<extoc></extoc>
5+
36
## 介绍
47

58
**字符编码**

01-基础篇/09-文件操作.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Attack on Python - 文件操作 🐍
22

3+
4+
<extoc></extoc>
5+
36
## 介绍
47

58
在磁盘上读写文件的功能都是由操作系统提供的 , 现代操作系统不允许普通的程序直接操作磁盘 , 所以 , 读写文件就是请求操作系统打开一个文件对象 (通常称为文件描述符) ; 然后 , 通过操作系统提供的接口从这个文件对象中读取数据 (读文件) , 或者把数据写入这个文件对象 (写文件)

01-基础篇/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Attack on Python - 基础篇 🐍
22

3+
4+
<extoc></extoc>
5+
36
## 介绍 🍀
47

58
Python基础主要包括基础语句 , 基础数据类型 , 字符编码 , 文件操作等

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy