Scripting machine vision and astronomical cameras in Python
(rkblog.dev)
from riklaunim@programming.dev to python@programming.dev on 08 Oct 2023 15:49
https://programming.dev/post/4108607
from riklaunim@programming.dev to python@programming.dev on 08 Oct 2023 15:49
https://programming.dev/post/4108607
Examples of how to use amateur astrophotography and machine vision USB cameras with Python (or IronPython sometimes).
#python
threaded - newest
I noticed all of this was in Python 2. Isn’t that entire version deprecated?
It’s not Python 2.
Is it not? I noticed a lot of string formatting that looked straight out of 2.7
% string formatting is still valid and used in Python 3. It’s not removed or deprecated for now.
TIL