44 lines
993 B
Markdown
44 lines
993 B
Markdown
# Python by Example
|
|
|
|
Guia interactiva con la resolución de los retos propuestos en el libro
|
|
[Python by Example](https://www.google.cl/books/edition/Python_by_Example/gDGdDwAAQBAJ)
|
|
de *Nichola Lacey*
|
|
|
|
## Retos básicos
|
|
|
|
- [001-011](./basic/basic01.py)
|
|
- [012-019](./basic/basic02.py)
|
|
- [020-026](./basic/basic03.py)
|
|
- [027-034](./basic/basic04.py)
|
|
- [035-044](./basic/basic05.py)
|
|
- [045-051](./basic/basic06.py)
|
|
- [052-059](./basic/basic07.py)
|
|
|
|
## Retos Turtle
|
|
|
|
- [060](./trtl/turtle01.py)
|
|
- [061](./trtl/turtle02.py)
|
|
- [062](./trtl/turtle03.py)
|
|
- [063](./trtl/turtle04.py)
|
|
- [064](./trtl/turtle05.py)
|
|
- [065](./trtl/turtle06.py)
|
|
- [066](./trtl/turtle07.py)
|
|
- [067](./trtl/turtle08.py)
|
|
- [068](./trtl/turtle09.py)
|
|
|
|
## Retos Intermedios
|
|
|
|
- [069-079](./interm/interm01.py)
|
|
- [080-087](./interm/interm02.py)
|
|
- [088-095](./interm/interm02.py)
|
|
- [096-104](./interm/interm02.py)
|
|
|
|
## Uso
|
|
|
|
```sh
|
|
git clone https://gitea.kickto.net/devfzn/python_by_example.git
|
|
|
|
cd python_by_example
|
|
python main.py
|
|
```
|