08/10/2021
Python?
Why python is so popular now a day?
Well, here are some insights. It is incredibly easy to learn and use, most accessible programming language. Part of the reason is the simplified syntax with an emphasis on natural language.
Version, what is the latest version in Python?
Python 3.10
Feature of Python 3.10:
• First and foremost, friendlier Error Messages.
• Powerful Structural Pattern matching
• Type hint improvements
• Safer combination of sequences
• New Functions in the statistics Module
Find more interesting things about Python 3.10 in this link https://realpython.com/python310-new-features/