Skip to content

Instantly share code, notes, and snippets.

Medidas

Sofá derecho

Generales

Largo: 175 cm
Ancho: 73 cm
Alto : 79 cm
@eggonzal
eggonzal / Coupon Purchase Prediction.ipynb
Created August 28, 2018 02:53
Analisis de datos/Cupon Purchase/Coupon Purchase Prediction.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@eggonzal
eggonzal / PySerialTest.py
Last active June 28, 2018 17:03
Testing comunication with arduino
import time
import serial
COMPortNum = 4
COMPort = 'COM{}'.format(COMPortNum)
# configure the serial connections (the parameters differs on the device you are connecting to)
ser = serial.Serial(
port=COMPort,
baudrate=9600,