dtype=None, names=True, delimiter =",")
zbin = z4
z_data = redshift(n2_subset, zbin)
qui_data = (quiescence(z_data, zbin))[0]
sf_data = (quiescence(z_data, zbin))[1]
qui_disk = (disk_vs_bulge(qui_data))[0]
qui_bulge = (disk_vs_bulge(qui_data))[1]
sf_disk = (disk
So I just started coding, and I'm so glad I chose Python to start me off! I
really enjoy the clean layout, easy syntax, and power of the language. I'm
doing astronomy research and I just started teaching myself matplotlib
along with my general python work. I feel like I'm catching on quick, but I
a