viernes, 22 de septiembre de 2017

Algunos enlaces de trabajo de Python

Algunos enlaces de trabajo de Python


Ejercicios de condicionales y de loops
http://librosweb.es/libro/algoritmos_python/capitulo_4/ejercicios_5.html

web2py

Un resumen bueno de Python

http://web2py.com/books/default/chapter/36/02/el-lenguaje-python 

 

Listas en Python

https://gabrielacavalcante.gitbooks.io/python/content/listas.html


Temas de Python

https://gabrielacavalcante.gitbooks.io/python/content/listas.html


Pybonacci

Python y Ciencia

https://pybonacci.es/


Objetos en Python

24.1. turtle — Turtle graphics

 https://docs.python.org/3/library/turtle.html

 

 

Dibujos simples con turtle (Tortuga)

https://opentechschool.github.io/python-beginners/es_CL/simple_drawing.html

 

Tina es una turtle (tortuga). ¿Qué significa turtle ? Aquí, una tortuga es un object (objeto). Esto significa que el programador que ha escrito este código quiere que Tina se comporte de cierta manera. Como haz visto anteriormente, Tina va hacia forward (adelante), backward (atrás), left (izquierda), y right (derecha).

https://hourofpython.com/una-introduccion-visual-a-python/varias-tortugas/las-tortugas-son-objetos.html

 

Python Diccionario

http://www.w3ii.com/es/python/python_dictionary.html


Listas

http://progra.usm.cl/apunte/materia/listas.html


Hashing en Python

http://pythoncentral.io/hashing-strings-with-python/


Loop control statements

http://python-textbok.readthedocs.io/en/1.0/Loop_Control_Statements.html

 

Aprender python en linea

https://www.learnpython.org 

 

Listas y Tuplas

http://recursospython.com/guias-y-manuales/listas-y-tuplas/ 

 

Hash de texto en python; sha256 

http://www.pythondiario.com/2016/03/hash-en-python-sha256.html 


Hashing en Python

https://sites.google.com/site/programacioniiuno/temario/unidad-4---hashing


Python IF...ELIF...ELSE Statements

https://www.tutorialspoint.com/python/python_if_else.htm 

 

Excepciones en Python

http://librosweb.es/libro/algoritmos_python/capitulo_12/excepciones.html

 

Errores y excepciones

http://docs.python.org.ar/tutorial/2/errors.html 

 http://docs.python.org.ar/tutorial/3/errors.html 


Página para probar y competir en programación

https://www.urionlinejudge.com.br

 

 

 

 

 




No hay comentarios:

Publicar un comentario