Scripting machine vision and astronomical cameras in Python
Scripting machine vision and astronomical cameras in Python
rkblog.dev Scripting machine vision and astronomical cameras in Python
Handling machine vision cameras in Python
Examples of how to use amateur astrophotography and machine vision USB cameras with Python (or IronPython sometimes).
You're viewing a single thread.
View all comments
5
comments
I noticed all of this was in Python 2. Isn't that entire version deprecated?
2 0 ReplyIt's not Python 2.
1 0 ReplyIs it not? I noticed a lot of string formatting that looked straight out of 2.7
1 0 Reply% string formatting is still valid and used in Python 3. It's not removed or deprecated for now.
2 0 ReplyTIL
1 0 Reply