Podcast
Questions and Answers
Which PEP introduced a syntactic formalization of f-strings?
Which PEP introduced a syntactic formalization of f-strings?
Which PEP introduced a per-interpreter GIL in Python 3.12?
Which PEP introduced a per-interpreter GIL in Python 3.12?
Which PEP introduced the ability to override the behavior of static type checking decorators in Python 3.12?
Which PEP introduced the ability to override the behavior of static type checking decorators in Python 3.12?
Which module was removed in Python 3.12?
Which module was removed in Python 3.12?
Signup and view all the answers
Which PEP introduced a new syntax for type parameters in Python 3.12?
Which PEP introduced a new syntax for type parameters in Python 3.12?
Signup and view all the answers
Which of the following is NOT a new feature introduced in Python 3.12?
Which of the following is NOT a new feature introduced in Python 3.12?
Signup and view all the answers
Which of the following statements about the improvements to the pathlib.Path class in Python 3.12 is correct?
Which of the following statements about the improvements to the pathlib.Path class in Python 3.12 is correct?
Signup and view all the answers
According to the release notes, which of the following statements about the performance improvements in Python 3.12 is NOT true?
According to the release notes, which of the following statements about the performance improvements in Python 3.12 is NOT true?
Signup and view all the answers
Which of the following statements about the security improvements in Python 3.12 is correct?
Which of the following statements about the security improvements in Python 3.12 is correct?
Signup and view all the answers
According to the release notes, which of the following statements about the improvements to the os module in Python 3.12 is true?
According to the release notes, which of the following statements about the improvements to the os module in Python 3.12 is true?
Signup and view all the answers