Aryan PrajapatKnowledge Contributor
What are the new features added in Python 3.9.0.0 version?
What are the new features added in Python 3.9.0.0 version?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Questions | Answers | Discussions | Knowledge sharing | Communities & more.
The new features in Python 3.9.0.0 version are-
1.New Dictionary functions Merge(|) and Update(|=)
2. New String Methods to Remove Prefixes and Suffixes
3. Type Hinting Generics in Standard Collections
4. New Parser based on PEG rather than LL1
5. New modules like zoneinfo and graphlib
6. Improved Modules like ast, asyncio, etc.
7. Optimizations such as optimized idiom for assignment, signal handling, optimized python built ins, etc.
8. Deprecated functions and commands such as deprecated parser and symbol modules, deprecated functions, etc.
9. Removal of erroneous methods, functions, etc.