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

Examples of how to use amateur astrophotography and machine vision USB cameras with Python (or IronPython sometimes).

#python

threaded - newest

SatouKazuma@lemmy.world on 08 Oct 2023 17:56 collapse

I noticed all of this was in Python 2. Isn’t that entire version deprecated?

riklaunim@programming.dev on 09 Oct 2023 19:34 collapse

It’s not Python 2.

SatouKazuma@lemmy.world on 09 Oct 2023 22:45 collapse

Is it not? I noticed a lot of string formatting that looked straight out of 2.7

riklaunim@programming.dev on 10 Oct 2023 06:40 collapse

% string formatting is still valid and used in Python 3. It’s not removed or deprecated for now.

SatouKazuma@lemmy.world on 10 Oct 2023 10:32 collapse

TIL