Skip to content

Instantly share code, notes, and snippets.

@bhpayne
Last active April 11, 2019 14:10
Show Gist options
  • Save bhpayne/ce1de140ba256e6ff2e7cd5e5c482dcb to your computer and use it in GitHub Desktop.
Save bhpayne/ce1de140ba256e6ff2e7cd5e5c482dcb to your computer and use it in GitHub Desktop.
standard libraries to load
import requests
import json
import datetime
import time
import matplotlib.pyplot as plt
import matplotlib.dates as md
import pandas
print('pandas',pandas.__version__)
import numpy
print('numpy',numpy.__version__)
import multiprocessing
print(multiprocessing.cpu_count(),'CPUs')
import numba
print('numba',numba.__version__)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment