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 sys, csv, BeautifulSoup | |
from ebaysdk import finding | |
import pandas as pd | |
import sklearn | |
import cgi, cgitb | |
import matplotlib.pyplotlib as plt | |
import MySQLdb | |
#form = cgi.FieldStorage() | |