Overall review of lesson 2016-06 by @valentina-s #287
Comments
Thanks very much for this - I'll mark it as "help wanted", and pull requests from anyone and everyone would be very welcome. |
This was referenced Oct 4, 2016
@valentina-s I am interested in fixing the issue in NumPy episode. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
maxval, minval, stdval = numpy.max(data), numpy.min(data), numpy.std(data)
More Major Organizational Remarks:
The text was updated successfully, but these errors were encountered: