summaryrefslogtreecommitdiff
path: root/TODO.md
blob: c206f1b1a67ba6e64a2af20897cf9b510fdd643b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Add some appendixes:

A. Tipos de datos extra: OrderedDict, NamedTuple...
B. Módulos y entornos virtuales: Pipenv
C. Librerías comunes
D. GUI
    - TKinter -> comes from TCL's GUI ToolKit
    - Qt is also possible with PyQt
    - https://github.com/PySimpleGUI/PySimpleGUI
E. Testing
    - https://docs.python.org/3/library/unittest.html
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