Follow-up to the book "Python by Example" by Nichola Lacey
basic | ||
common | ||
final | ||
imgs | ||
interm | ||
sqlite | ||
tkgui | ||
trtl | ||
__init__.py | ||
.gitignore | ||
images.md | ||
main.py | ||
README.md |
Python by Example
Guia interactiva con la resolución de los retos propuestos en el libro Python by Example de Nichola Lacey
Retos Básicos
Retos Turtle
Retos Intermedios
Retos Tkinter
Retos SQLite3
Retos Finales
Uso
Requiere Tkinter para retos 124-128
git clone https://gitea.letz.dev/devfzn/python_by_example.git
cd python_by_example
python main.py
Mas imagenes