Merge branch 'master' of github.com:fluentpython/example-code-2e
This commit is contained in:
commit
eb39ad3d5f
@ -6,7 +6,7 @@
|
|||||||
"source": [
|
"source": [
|
||||||
"# Chapter 1 — The Python Data Model\n",
|
"# Chapter 1 — The Python Data Model\n",
|
||||||
"\n",
|
"\n",
|
||||||
"**Sections code snippets in this chapter:**\n",
|
"**Sections with code snippets in this chapter:**\n",
|
||||||
"\n",
|
"\n",
|
||||||
"* [A Pythonic Card Deck](#A-Pythonic-Card-Deck)\n",
|
"* [A Pythonic Card Deck](#A-Pythonic-Card-Deck)\n",
|
||||||
"* [Emulating Numeric Types](#Emulating-Numeric-Types)"
|
"* [Emulating Numeric Types](#Emulating-Numeric-Types)"
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
"source": [
|
"source": [
|
||||||
"# Chapter 2 — An Array of Sequences\n",
|
"# Chapter 2 — An Array of Sequences\n",
|
||||||
"\n",
|
"\n",
|
||||||
"**Sections code snippets in this chapter:**\n",
|
"**Sections with code snippets in this chapter:**\n",
|
||||||
"\n",
|
"\n",
|
||||||
"* [List Comprehensions and Generator Expressions](#List-Comprehensions-and-Generator-Expressions)\n",
|
"* [List Comprehensions and Generator Expressions](#List-Comprehensions-and-Generator-Expressions)\n",
|
||||||
"* [Slicing](#Slicing)\n",
|
"* [Slicing](#Slicing)\n",
|
||||||
|
Loading…
Reference in New Issue
Block a user