Follow-up to the book "Python by Example" by Nichola Lacey
Go to file
2023-11-14 14:52:47 -03:00
basic +: turtle 060-068 2023-11-11 00:09:22 -03:00
common +: intermedios 088-095 2023-11-13 02:26:58 -03:00
imgs +: turtle 060-068 2023-11-11 00:09:22 -03:00
interm +: intermedios 111-117 2023-11-14 14:52:47 -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 +: intermedios 111-117 2023-11-14 14:52:47 -03:00
main.py +: intermedios 111-117 2023-11-14 14:52:47 -03:00
README.md +: intermedios 111-117 2023-11-14 14:52:47 -03:00

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

Uso

git clone https://gitea.kickto.net/devfzn/python_by_example.git

cd python_by_example
python main.py