Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 360d5e5

Browse files
chapter1 finished
1 parent fc4f705 commit 360d5e5

File tree

2 files changed

+89
-0
lines changed

2 files changed

+89
-0
lines changed

‎.gitignore‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.ipynb_checkpoints
2+
*.swp

‎chapter1/chapter1-问答环节.ipynb‎

Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,87 @@
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"# 第1章 问答环节"
8+
]
9+
},
10+
{
11+
"cell_type": "markdown",
12+
"metadata": {},
13+
"source": [
14+
"## 人们为何使用Python"
15+
]
16+
},
17+
{
18+
"cell_type": "markdown",
19+
"metadata": {},
20+
"source": [
21+
"- 软件质量:可读性好,易于理解\n",
22+
"- 提高开发者的效率\n",
23+
"- 程序的可移植性\n",
24+
"- 标准库的支持:也包括许多第三方库\n",
25+
"- 组件集成\n",
26+
"- 享受乐趣"
27+
]
28+
},
29+
{
30+
"cell_type": "markdown",
31+
"metadata": {},
32+
"source": [
33+
"## Python的缺点"
34+
]
35+
},
36+
{
37+
"cell_type": "markdown",
38+
"metadata": {},
39+
"source": [
40+
"- Python的执行速度不够快:与C和C++这类编译语言相比\n",
41+
"- Python所使用的一些库,底层采用C实现,可以加速Python执行(如 NumPy)"
42+
]
43+
},
44+
{
45+
"cell_type": "markdown",
46+
"metadata": {},
47+
"source": [
48+
"## 使用Python可以做什么"
49+
]
50+
},
51+
{
52+
"cell_type": "markdown",
53+
"metadata": {},
54+
"source": [
55+
"- 系统编程:编写可移植的维护操作系统的管理工具和部件\n",
56+
"- 用户图形接口\n",
57+
"- Internet脚本\n",
58+
"- 组件集成\n",
59+
"- 数据库编程\n",
60+
"- 快速原型\n",
61+
"- 数值计算和科学计算编程\n",
62+
"- 其它"
63+
]
64+
}
65+
],
66+
"metadata": {
67+
"kernelspec": {
68+
"display_name": "Python 2",
69+
"language": "python",
70+
"name": "python2"
71+
},
72+
"language_info": {
73+
"codemirror_mode": {
74+
"name": "ipython",
75+
"version": 2
76+
},
77+
"file_extension": ".py",
78+
"mimetype": "text/x-python",
79+
"name": "python",
80+
"nbconvert_exporter": "python",
81+
"pygments_lexer": "ipython2",
82+
"version": "2.7.10"
83+
}
84+
},
85+
"nbformat": 4,
86+
"nbformat_minor": 2
87+
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /