Skip to content

Latest commit

 

History

History
37 lines (9 loc) · 609 Bytes

File metadata and controls

37 lines (9 loc) · 609 Bytes

Python Course Based on the Book Learn Python The hard way

Estas notas se basan en el seguimiento del libro

LEARN PYTHON 3 THE HARD WAY

A Very Simple Introduction To The Terrifyingly Beautiful World Of computers And Code First Edition For Python 3

By Zed A. Shaw

Oto libro que nos recomendó Norberto al principio fue este [Begining Python] https://www.dropbox.com/s/rr9lvi4hfif58fz/Beginning-python-from-novice-to-professional-2Ed.pdf?dl=0

Para correr un script de python hecho en visual code en la terminal, coloco:

python3 <nombredelarchivo.py>