Home Technology peripherals It Industry Microsoft Visual Studio Code no longer supports Python 3.7, but the related code has not been immediately removed

Microsoft Visual Studio Code no longer supports Python 3.7, but the related code has not been immediately removed

Oct 11, 2023 pm 01:41 PM
python programming language Microsoft visual

Microsoft officially announced in a news on this site on October 10 that they have decided to stop supporting Python 3.7 in the Visual Studio Code extension

The current situation is that although Python 3.7 has reached the end of its life Late in the cycle, but it's still very popular among the developer community. Therefore, Microsoft published an article to clarify that they are not actively removing support for Python 3.7 at this time

微软 Visual Studio Code 不再支持 Python 3.7,但相关代码尚未被立即删除

Although the lack of official support does not necessarily mean The extension will stop working with Python 3.7, but this does pose a potential risk

Microsoft expects that the Visual Studio Code extension will continue to support Python 3.7 unofficially for the foreseeable future, but no official support may emerge potential problems.

According to third-party statistics, about 17.2% of websites using Python 3.X are using Python 3.7, and Python 3.6, which will end support in 2021, is still the most popular. Popular, accounting for 28.9%; Python 3.8 is between the two, accounting for 23.3%.

微软 Visual Studio Code 不再支持 Python 3.7,但相关代码尚未被立即删除

In fact, many software dependencies have also announced to give up support for Python3.7, such as third-party Python libraries and frameworks : Numpy, Pandas, Django4, etc. This means that if there is a critical bug with these libraries it will be difficult to apply a fix on Python 3.7.

Microsoft mentioned that other versions of Python are now on an annual release pace. Therefore, once the extended version of Python (i.e. Python 3.8) ends its life cycle, Microsoft will stop official support for it (Note from this site: Python 3.8 is scheduled to reach EOL in October 2024, so the first extended version in 2025 will discontinued official support). And this strategy will also be extended to subsequent versions

According to Microsoft, Visual Studio’s Python extension supports all actively supported Python versions. The latest version is 3.12

The Python language project team has determined the new version development cycle plan and decided to release a major version every year. Late last year, the Python Steering Committee announced the decision to adopt a 12-month release cycle

  • five months before the start of the one-year cycle (following the previous cycle's The ends coincide, because the end of each cycle is basically bug fixing and there is plenty of time). Each developer can develop and discuss freely and submit features, but they are not merged into the development branch.

  • In the first 7 months of the one-year development cycle, features are determined and the Alpha version is completed.

  • Then spent 4 months fixing bugs to complete the beta version.

  • Entering the last month, we have begun the finishing work and finally released the official version

  • After the official version is released, it will be fully supported within one year , and provide security updates within five years

Advertising statement: This article contains external jump links (including but not limited to hyperlinks, QR codes, passwords, etc.), which is intended to provide More information, save time sifting, results are for reference only. Please note that all articles on this site contain this statement

The above is the detailed content of Microsoft Visual Studio Code no longer supports Python 3.7, but the related code has not been immediately removed. For more information, please follow other related articles on the PHP Chinese website!

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

PHP and Python: Different Paradigms Explained PHP and Python: Different Paradigms Explained Apr 18, 2025 am 12:26 AM

PHP is mainly procedural programming, but also supports object-oriented programming (OOP); Python supports a variety of paradigms, including OOP, functional and procedural programming. PHP is suitable for web development, and Python is suitable for a variety of applications such as data analysis and machine learning.

Choosing Between PHP and Python: A Guide Choosing Between PHP and Python: A Guide Apr 18, 2025 am 12:24 AM

PHP is suitable for web development and rapid prototyping, and Python is suitable for data science and machine learning. 1.PHP is used for dynamic web development, with simple syntax and suitable for rapid development. 2. Python has concise syntax, is suitable for multiple fields, and has a strong library ecosystem.

Why Use PHP? Advantages and Benefits Explained Why Use PHP? Advantages and Benefits Explained Apr 16, 2025 am 12:16 AM

The core benefits of PHP include ease of learning, strong web development support, rich libraries and frameworks, high performance and scalability, cross-platform compatibility, and cost-effectiveness. 1) Easy to learn and use, suitable for beginners; 2) Good integration with web servers and supports multiple databases; 3) Have powerful frameworks such as Laravel; 4) High performance can be achieved through optimization; 5) Support multiple operating systems; 6) Open source to reduce development costs.

PHP and Python: A Deep Dive into Their History PHP and Python: A Deep Dive into Their History Apr 18, 2025 am 12:25 AM

PHP originated in 1994 and was developed by RasmusLerdorf. It was originally used to track website visitors and gradually evolved into a server-side scripting language and was widely used in web development. Python was developed by Guidovan Rossum in the late 1980s and was first released in 1991. It emphasizes code readability and simplicity, and is suitable for scientific computing, data analysis and other fields.

Python vs. JavaScript: The Learning Curve and Ease of Use Python vs. JavaScript: The Learning Curve and Ease of Use Apr 16, 2025 am 12:12 AM

Python is more suitable for beginners, with a smooth learning curve and concise syntax; JavaScript is suitable for front-end development, with a steep learning curve and flexible syntax. 1. Python syntax is intuitive and suitable for data science and back-end development. 2. JavaScript is flexible and widely used in front-end and server-side programming.

PHP: An Introduction to the Server-Side Scripting Language PHP: An Introduction to the Server-Side Scripting Language Apr 16, 2025 am 12:18 AM

PHP is a server-side scripting language used for dynamic web development and server-side applications. 1.PHP is an interpreted language that does not require compilation and is suitable for rapid development. 2. PHP code is embedded in HTML, making it easy to develop web pages. 3. PHP processes server-side logic, generates HTML output, and supports user interaction and data processing. 4. PHP can interact with the database, process form submission, and execute server-side tasks.

How to run sublime code python How to run sublime code python Apr 16, 2025 am 08:48 AM

To run Python code in Sublime Text, you need to install the Python plug-in first, then create a .py file and write the code, and finally press Ctrl B to run the code, and the output will be displayed in the console.

The Continued Use of PHP: Reasons for Its Endurance The Continued Use of PHP: Reasons for Its Endurance Apr 19, 2025 am 12:23 AM

What’s still popular is the ease of use, flexibility and a strong ecosystem. 1) Ease of use and simple syntax make it the first choice for beginners. 2) Closely integrated with web development, excellent interaction with HTTP requests and database. 3) The huge ecosystem provides a wealth of tools and libraries. 4) Active community and open source nature adapts them to new needs and technology trends.

See all articles