SonarQube 9.9 LTS offers a powerful Python analyzer with over 250 rules, significantly advancing Python analysis compared to the previous version. The new release extracts more data from Typeshed, leading to better performance and accuracy in analysis results. Developers can now provide the Python version used for analysis to detect issues specific to Python 2 or Python 3. Support for Python 3.10 and 3.11 has been added, including parsing new constructs like the match statement and except* syntax. The security engine for Python has been replaced with a symbolic analysis engine, providing field-sensitive tracking of tainted fields in commercial editions. Many false-positives have been fixed, and 31 specific issues were addressed by developers. New rules have been introduced to help Python developers write efficient regular expressions, unit tests, and secure AWS infrastructure code. Additionally, bug-detection rules track dataflow with symbolic execution, detecting advanced Python bugs. The new release is available as a free version upgrade for all users, and resources are provided to help teams get started with the upgrade.