Recapping Python with an OpenCV course
personal
I spent a day in Covid-19 isolation recapping Python because I foresee it being useful in the coming months as I get into exploring Oak D by OpenCV. I did the Python Beginner Course by OpenCV and I found it easy to follow.
Although it had a great spread of concepts including a portion on Numpy and Matplotlib, I found this to be my greatest takeaway.
test.py
vitamin = ['A','B','C','D']
vitamin[1] == vitamin.__getitem__(1) #True