python-cheat-sheet
python-cheat-sheet copied to clipboard
Python Cheat Sheet NumPy, Matplotlib
In the cheat sheet, the import is assumed to be `import numpy as np` Although this is common sense in the Python/Numpy world, it should be stated explicitely in the...
Numpy starts counting indices with zero. I think this is not stated anywhere explicitely, but maybe should be (especially for people coming over from matlab)
# Issue Type [x] Bug (Typo) # Steps to Replicate 1. Examine Matplotlib/README.md. 2. Search for `ommitted`. # Expected Behaviour 1. Should read `omitted`. Semi-automated issue generated by https://github.com/timgates42/meticulous/blob/master/docs/NOTE.md To...