diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2019-12-04 21:42:08 +0100 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2019-12-04 21:42:08 +0100 |
commit | dfe82f2a33b9f43570a551646fe5f10d75c3b38b (patch) | |
tree | 4639174cfec85d967bd93e0b07045449994968f5 | |
parent | 040ecbed96909017220947f19109b6c158dbdf8e (diff) |
todo list
-rw-r--r-- | TODO.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,5 @@ +Add some appendixes: + A. Tipos de datos extra: OrderedDict, NamedTuple... B. Módulos y entornos virtuales: Pipenv C. Librerías comunes @@ -10,3 +12,6 @@ E. Testing F. Depuración - https://docs.python.org/3.8/library/pdb.html G. Editores, IDEs etc. + + +Add exercises with the answers at the end of the book |