Skip to content

Instantly share code, notes, and snippets.

View michaelneuder's full-sized avatar
🚧
learning

mike neuder michaelneuder

🚧
learning
View GitHub Profile
import numpy as np
import pandas as pd
import matplotlib.pyplot as plt
import json
import requests
import time
from datetime import datetime
plt.rcParams['axes.grid'] = True
plt.rcParams['grid.alpha'] = 0.3
plt.rcParams['axes.titlesize'] = 18
package main
import "fmt"
type callbackOpts struct {
field string
}
type retType1 struct {
retField string