This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
''' | |
Model fitting example using several machines. | |
Before running this example, you must start the Playdoh server on the remote machines. | |
''' | |
from brian import loadtxt, ms, Equations |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import smtplib | |
from email.mime.image import MIMEImage | |
from email.mime.multipart import MIMEMultipart | |
import os | |
import Image | |
from PIL import Image | |
import random | |
import time | |
import pylab | |
import time |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import pygame | |
import Image | |
from pygame.locals import * | |
import sys | |
import opencv | |
#this is important for capturing/displaying images | |
from opencv import highgui |
NewerOlder