Commit Graph

139 Commits

Author SHA1 Message Date
Luciano Ramalho
70650841b3 encodings cmd 2020-01-23 00:48:02 -03:00
Luciano Ramalho
7313c9c7b6 encodings in win10 2020-01-23 00:18:01 -03:00
Luciano Ramalho
2842730e22 Create emoji_families.png 2020-01-22 23:44:44 -03:00
Luciano Ramalho
d609c5309f zwj_sample screenshot from Ubuntu 19.10 with Firefox 72.0.1 2020-01-22 23:17:00 -03:00
Luciano Ramalho
49f52e29c7 updated chapter 4 and appendix-A files 2020-01-22 22:52:23 -03:00
Luciano Ramalho
a1d6c125bf reimplement __hash__ with tuple; closes #1 2019-12-18 19:22:49 -03:00
Luciano Ramalho
59818e0500 ch03: wip 2019-11-26 12:17:40 -03:00
Luciano Ramalho
8a1b6fe145 ch02: automated tests 2019-11-20 20:19:50 -03:00
Luciano Ramalho
64e8bdcd79 ch01: automated tests 2019-11-20 19:46:31 -03:00
Luciano Ramalho
d5be725318 improved formatting of TOC 2019-04-06 18:13:25 -03:00
Luciano Ramalho
e2122fbcdc ch02: exception handling in example 2019-04-06 18:06:32 -03:00
Luciano Ramalho
57966cfd53 improved formatting of TOC 2019-04-06 17:52:27 -03:00
Luciano Ramalho
0fab8ad405 improved formatting of TOC 2019-04-06 17:46:05 -03:00
Luciano Ramalho
a84d997963 improved formatting of TOC 2019-04-06 17:44:37 -03:00
Luciano Ramalho
eb39ad3d5f Merge branch 'master' of github.com:fluentpython/example-code-2e 2019-04-06 17:21:41 -03:00
Luciano Ramalho
254ef16c05 added notebook links 2019-04-06 17:21:29 -03:00
Luciano Ramalho
d1f527c83b
Update array-seq.ipynb 2019-04-06 11:59:05 -03:00
Luciano Ramalho
5d7b44c5e0
Update data-model.ipynb 2019-04-06 11:58:18 -03:00
Luciano Ramalho
b1fbf30f0d ch02: created notebook 2019-04-06 11:34:18 -03:00
Luciano Ramalho
0e53341809 ch01: added Jupyter Notebook 2019-04-06 09:10:01 -03:00
Luciano Ramalho
34da8a067a minor edits to README.md 2019-04-06 07:25:27 -03:00
Luciano Ramalho
d940132370 minor edits to README.md 2019-04-06 07:21:21 -03:00
Luciano Ramalho
b6be99e83d minor edits to README.md 2019-04-06 07:17:48 -03:00
Luciano Ramalho
5257010c7f added chapter map to README 2019-04-06 07:11:08 -03:00
Luciano Ramalho
707ac3ae29 updated README.rst for 2nd edition 2019-03-21 15:01:32 -03:00
Luciano Ramalho
6de94c13b8
Merge pull request #32 from anancds/patch
fixed anomalous backslash in string
2019-03-20 12:25:25 -03:00
anancds
9fb76efc35 fixed anomalous backslash in string 2019-03-20 22:05:34 +08:00
Luciano Ramalho
dd164484a3 updated more ch. 17 examples to Python 3.7 2019-01-23 22:19:17 -02:00
Luciano Ramalho
176dc38c42 updated more ch. 18 examples to Python 3.7 2019-01-23 20:45:59 -02:00
Luciano Ramalho
29d6835f3b updated some examples from ch. 17 e 18 to Python 3.7 2019-01-23 15:04:03 -02:00
Luciano Ramalho
eeb6b3d498 some chapter 17 examples updated for Python 3.7 2019-01-23 13:51:14 -02:00
Luciano Ramalho
3dd11744d1 updated requests to avoid CVE-2018-18074 2019-01-22 17:27:43 -02:00
Luciano Ramalho
b3cc90aef7
Merge pull request #7 from Akay7/FixRemoveUnnecessaryImport
remove unnecessary import
2018-10-27 11:44:35 -03:00
Luciano Ramalho
3d74f0e183 spinner curio example in chapter 18b 2017-07-06 16:22:39 -03:00
Luciano Ramalho
c2347c5eb4 spinner curio example in chapter 18b 2017-07-06 16:10:53 -03:00
Luciano Ramalho
de8ae1fc72 spinner curio example in chapter 18b 2017-07-06 13:34:40 -03:00
Luciano Ramalho
f6a171f217 spinner curio example in chapter 18b 2017-07-06 13:31:55 -03:00
Luciano Ramalho
2832de13e2 spinner curio example in chapter 18b 2017-07-06 13:29:21 -03:00
Luciano Ramalho
8bbaeb1e36 spinner example ported to async/await and curio 2017-07-06 11:38:22 -03:00
Egor Poderyagin
8474e2d12b remove unnecessary import 2017-06-06 06:30:29 +03:00
Luciano Ramalho
d7e37ad0fd updated threading example to use Event object instead of user defined Signal instance 2017-03-05 14:22:20 -03:00
Luciano Ramalho
e4f58fe8c8 changed use of vars(my_namedtuple) to my_namedtuple._as_dict() (see http://bugs.python.org/issue24931); added requirements.txt 2016-12-08 19:38:27 -02:00
Luciano Ramalho
599c141a1d Remove unused Asciidoc include marker comments 2015-10-15 22:27:49 -03:00
Luciano Ramalho
a3bf32b9fa Merge branch 'master' of https://github.com/fluentpython/example-code 2015-07-14 03:32:03 -03:00
Luciano Ramalho
3c25f1ed0f flags2_asyncio_executor.py closing http request 2015-07-14 03:31:40 -03:00
Luciano Ramalho
1bbb7ab1de flags2_asyncio_executor.py closing http request\n\nSometime raises RuntimeError: Event loop is closed 2015-07-14 03:29:31 -03:00
Luciano Ramalho
90daf6eb85 fix minor typo in 17-futures/countries/README.rst 2015-07-14 03:16:32 -03:00
Luciano Ramalho
50a88d2637 added requirements.txt with known good aiohttp version for chapter 17 examples 2015-07-14 02:02:30 -03:00
Luciano Ramalho
b7073cd021 documentation changes to 18b examples 2015-07-14 01:07:17 -03:00
Luciano Ramalho
9b7ee1c0b8 updated README.rst for 18b directory 2015-07-14 00:42:00 -03:00