python serial
import serial import time, sys, math #s = serial.Serial(port=’COM6’, baudrate=9600) s = serial.Serial(port=’/dev/ttyACM1’, baudrate=9600) print s #s.write(’text’) c=2000 print c s.write("one") while c>0: res= s.read() if (c % 20 ==…
import serial import time, sys, math #s = serial.Serial(port=’COM6’, baudrate=9600) s = serial.Serial(port=’/dev/ttyACM1’, baudrate=9600) print s #s.write(’text’) c=2000 print c s.write("one") while c>0: res= s.read() if (c % 20 ==…
raw_input() If the prompt argument is present, it is written to standard output without a trailing newline. The function then reads a line from input, converts it to a string…
http://docs.opencv.org/trunk/doc/py_tutorials/py_tutorials.html http://docs.opencv.org/trunk/doc/py_tutorials/py_setup/py_intro/py_intro.html http://opencvpython.blogspot.hk/ http://www.steinm.com/blog/motion-detection-webcam-python-opencv-differential-images/
http://rg3.github.io/youtube-dl/download.html
LINK HERE multi platform mac, win, linux community free version and pro paid version
coordinates changed when migrating from pygame+rabbyt to pyglet+rabbyt – Stack Overflow LINK HERE
LINK HERE