Skip to content

Instantly share code, notes, and snippets.

View mleyvaz's full-sized avatar

Maikel Leyva mleyvaz

  • Universidad de Poltécnica Salesiana
  • Guayaquil
View GitHub Profile
@mleyvaz
mleyvaz / Expresiones_regulares.ipynb
Last active November 30, 2016 01:30
Expresiones regulares introducción
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
# Read the temperature in the -40 to 120 interval and shows in the leds
from sense_hat import SenseHat
sense = SenseHat()
red = (255, 0, 0)
blue = (0, 0, 255)
while True:
temp = sense.temp
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
#hombresinzapatos
print("caminante tus zapatos el camino ya gastó")
print("pero queda por delante el futuro que es mejor")
@mleyvaz
mleyvaz / SVN-Decision Models.ipynb
Last active October 8, 2018 05:04
Para revista NCML
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mleyvaz
mleyvaz / dash.ipynb
Created May 6, 2018 15:20
Ejemplo de dashboard i
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.