this post was submitted on 08 Oct 2023
17 points (100.0% liked)

Python

6160 readers
2 users here now

Welcome to the Python community on the programming.dev Lemmy instance!

πŸ“… Events

October 2023

November 2023

PastJuly 2023

August 2023

September 2023

🐍 Python project:
πŸ’“ Python Community:
✨ Python Ecosystem:
🌌 Fediverse
Communities
Projects
Feeds

founded 1 year ago
MODERATORS
 

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

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 10 months ago (4 children)

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

[–] [email protected] 1 points 10 months ago (3 children)
[–] [email protected] 1 points 10 months ago (2 children)

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

[–] [email protected] 2 points 10 months ago (1 children)

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