Skip to content

Commit 795099e

Browse files
committed
Update 00.00-Preface
1 parent 3ee9ce8 commit 795099e

File tree

2 files changed

+0
-22
lines changed

2 files changed

+0
-22
lines changed

notebooks_v2/00.00-Preface.ipynb

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -93,19 +93,6 @@
9393
"This short report provides a tour of the essential features of the Python language, aimed at data scientists who already are familiar with one or more other programming languages."
9494
]
9595
},
96-
{
97-
"cell_type": "markdown",
98-
"metadata": {},
99-
"source": [
100-
"### Python 2 vs Python 3\n",
101-
"\n",
102-
"This book uses the syntax of Python 3, which contains language enhancements that are not compatible with the 2.x series of Python.\n",
103-
"Though Python 3.0 was first released in 2008, adoption has been relatively slow, particularly in the scientific and web development communities.\n",
104-
"This is primarily because it took some time for many of the essential third-party packages and toolkits to be made compatible with the new language internals.\n",
105-
"Since early 2014, however, stable releases of the most important tools in the data science ecosystem have been fully compatible with both Python 2 and 3, and so this book will use the newer Python 3 syntax.\n",
106-
"However, the vast majority of code snippets in this book will also work without modification in Python 2: in cases where a Py2-incompatible syntax is used, I will make every effort to note it explicitly."
107-
]
108-
},
10996
{
11097
"cell_type": "markdown",
11198
"metadata": {},

notebooks_v2/00.00-Preface.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -75,15 +75,6 @@ If you are looking for a guide to the Python language itself, I would suggest th
7575
This short report provides a tour of the essential features of the Python language, aimed at data scientists who already are familiar with one or more other programming languages.
7676

7777

78-
### Python 2 vs Python 3
79-
80-
This book uses the syntax of Python 3, which contains language enhancements that are not compatible with the 2.x series of Python.
81-
Though Python 3.0 was first released in 2008, adoption has been relatively slow, particularly in the scientific and web development communities.
82-
This is primarily because it took some time for many of the essential third-party packages and toolkits to be made compatible with the new language internals.
83-
Since early 2014, however, stable releases of the most important tools in the data science ecosystem have been fully compatible with both Python 2 and 3, and so this book will use the newer Python 3 syntax.
84-
However, the vast majority of code snippets in this book will also work without modification in Python 2: in cases where a Py2-incompatible syntax is used, I will make every effort to note it explicitly.
85-
86-
8778
## Outline of the Book
8879

8980
Each chapter of this book focuses on a particular package or tool that contributes a fundamental piece of the Python Data Sciece story.

0 commit comments

Comments
 (0)