forked from CambridgeEngineering/PartIA-Computing-Michaelmas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathxue.cn.json
68 lines (68 loc) · 2.08 KB
/
xue.cn.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"version": "0.1",
"name": "了解计算-Python零基础",
"description": "这是剑桥大学工程系计算科学的入门课程,世界名校帮你学会工作中绝对可以用上的Python技能。学习该课程并不需要任何编程经验。但它确实需要具有一定的数学知识。共包含12个适合自学的章节,每个章节配备练习题。\n翻译:金葡萄。\nAll material is copyright of Garth N. Wells ([email protected]).\nAll text is made available under the CC 4.0.\nAll computer code is released under the MIT license.",
"cover": "https://static.press.one/baseone/book/computing.jpg",
"authors": [
{
"name": "goldengrape",
"bio": "暂无",
"avatar": "https://static.press.one/baseone/book/computing_avatar.png",
"role": "translate"
}
],
"chapters": [
{
"path": "00 Part IA Michaelmas Term computing.ipynb",
"title": "0 前言"
},
{
"path": "01 Variables, assignment and operator precedence.ipynb",
"title": "0 1 变量,赋值和运算符优先级"
},
{
"path": "02 Control statements.ipynb",
"title": "0 2 条件控制"
},
{
"path": "03 Types, type conversions and floating point arithmetic.ipynb",
"title": "0 3 数据类型,类型转换和浮点运算"
},
{
"path": "04 Functions.ipynb",
"title": "0 4 函数"
},
{
"path": "05 Library functions.ipynb",
"title": "0 5 库函数"
},
{
"path": "06 Data structures.ipynb",
"title": "0 6 数据结构"
},
{
"path": "07 Numerical computation.ipynb",
"title": "0 7 数值运算"
},
{
"path": "08 Plotting.ipynb",
"title": "0 8 绘图"
},
{
"path": "09 Error handling and testing.ipynb",
"title": "0 9 错误处理和测试"
},
{
"path": "10 Algorithms.ipynb",
"title": "0 10 算法"
},
{
"path": "11 Complexity.ipynb",
"title": "0 11 复杂度"
},
{
"path": "12 Object-oriented design.ipynb",
"title": "0 12 面向对象的设计"
}
]
}