Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*[“‘][a-z0-9\-_\!\$]+[“‘]': his was more difficult than it seemed, so I opted to just strip the offending characters and leave the Unicode imperative in as best practices db=MySQLdb.connect(host='data-project-mysql.cpnhoutmw09f.us-west-2.rds.amazonaws.com', port=3306, user='skycap', passwd='SteelEar3242', db='angel_investors_db', use_unicode=True, charset='utf8') #Instantiate a cursor object cursor = db.cursor() #Drop the table if it already exists so we start fresh […]
↧