This file contains hidden or 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
#!/usr/bin/python3 | |
import csv | |
import getpass | |
import numpy as np | |
import optparse | |
import smtplib | |
import sys | |
from email.mime.multipart import MIMEMultipart |
This file contains hidden or 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
#!/usr/bin/python3 | |
import matplotlib.pyplot as pp | |
from mpl_toolkits.mplot3d import Axes3D | |
import numpy as np | |
import scipy as sp | |
import scipy.sparse | |
import scipy.sparse.linalg | |
#------------------------------------------------------------------------------# |