Follow-up to the book "Python by Example" by Nichola Lacey
Go to file
2024-02-11 11:52:16 -03:00
basic +: tkinter 124-132 2023-11-17 13:26:09 -03:00
common +: intermedios 088-095 2023-11-13 02:26:58 -03:00
final +: finales 146-150 2023-11-22 11:54:37 -03:00
imgs +: finales 146-150 2023-11-22 11:54:37 -03:00
interm +: finales 146-150 2023-11-22 11:54:37 -03:00
sqlite +: sqlite3 139-145 2023-11-20 01:20:52 -03:00
tkgui +: sqlite3 139-145 2023-11-20 01:20:52 -03:00
trtl +: turtle 060-068 2023-11-11 00:09:22 -03:00
__init__.py init python_by_example 2023-11-09 17:45:00 -03:00
.gitignore +: sqlite3 139-145 2023-11-20 01:20:52 -03:00
images.md +: finales 146-150 2023-11-22 11:54:37 -03:00
main.py +: finales 146-150 2023-11-22 11:54:37 -03:00
README.md ed: repo link 2024-02-11 11:52:16 -03:00

Python by Example

Guia interactiva con la resolución de los retos propuestos en el libro Python by Example de Nichola Lacey

img

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