test2
Hello world! This is the current date and time, as computed by Python: from datetime import datetime now = datetime.now() now.strftime(“%m/%d/%Y, %H:%M:%S”) Let’s plot random numbers import matplotlib.pyplot as plt import numpy as np x = np.random.randn(1000) y = np.random.randn(1000) fig, ax = plt.subplots() ax.scatter(x,… Read More »test2
Hello world!
Welcome to WordPress. This is your first post. Edit or delete it, then start writing!