Skip to content

Instantly share code, notes, and snippets.

View inheritedburrp's full-sized avatar
💭
I am too finicky about the code quality and how manageable data structures are

Anuj Sharma inheritedburrp

💭
I am too finicky about the code quality and how manageable data structures are
  • Pune, Maharashtra, India
View GitHub Profile
from PySide import QtGui, QtCore
from matplotlib.backends.backend_qt4agg import FigureCanvasQTAgg as FigureCanvas
import matplotlib.pyplot as plt
import pandas as pd
import numpy as np
import datetime
IRIS_PATH = "/home/anuj/Dropbox/work/work/Project/access"