Skip to content

Part 1: Notebook and README.md updates #28

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,723 changes: 1,653 additions & 70 deletions 03-dict-set/03-dict-set.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion 03-dict-set/README.md
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ Sample code for Chapter 3 of _Fluent Python 2e_ by Luciano Ramalho (O'Reilly, 20

Use Python's standard ``doctest`` module, for example:

$ python3 -m doctest bisect_demo.py -v
$ python3 -m doctest creator.py -v

### Jupyter Notebook

1 change: 1 addition & 0 deletions 04-text-byte/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
dummy
cafe.txt
2,238 changes: 2,238 additions & 0 deletions 04-text-byte/04-text-byte.ipynb

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions 04-text-byte/README.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Sample code for Chapter 4 - "Text and bytes"
Sample code for Chapter 4 - "Unicode Text Versus Bytes"

From the book "Fluent Python" by Luciano Ramalho (O'Reilly, 2015)
http://shop.oreilly.com/product/0636920032519.do
From the book **Fluent Python, Second Edition** by Luciano Ramalho (O'Reilly, 2022).
https://learning.oreilly.com/library/view/fluent-python-2nd/9781492056348/
1,774 changes: 1,774 additions & 0 deletions 05-data-classes/05-data-classes.ipynb

Large diffs are not rendered by default.

1,624 changes: 1,624 additions & 0 deletions 06-obj-ref/06-obj-ref.ipynb

Large diffs are not rendered by default.