python_by_example/README.md
2024-02-11 11:52:16 -03:00

2.1 KiB

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