riklaunim@programming.dev to Python@programming.devEnglish · 2 years agoScripting machine vision and astronomical cameras in Pythonrkblog.devexternal-linkmessage-square5fedilinkarrow-up116arrow-down10file-text
arrow-up116arrow-down1external-linkScripting machine vision and astronomical cameras in Pythonrkblog.devriklaunim@programming.dev to Python@programming.devEnglish · 2 years agomessage-square5fedilinkfile-text
Examples of how to use amateur astrophotography and machine vision USB cameras with Python (or IronPython sometimes).
minus-squareSatouKazuma@lemmy.worldlinkfedilinkarrow-up1·2 years agoIs it not? I noticed a lot of string formatting that looked straight out of 2.7
minus-squareriklaunim@programming.devOPlinkfedilinkarrow-up2·2 years ago% string formatting is still valid and used in Python 3. It’s not removed or deprecated for now.
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