News

Data Science Pack for VS Code Bundles Python, Data and Copilot Tools

Microsoft announced a new extension pack for Visual Studio Code that bundles tools for Python development, assisted by the AI-powered GitHub Copilot and a data wrangler.

The new Python Data Science pack, sporting 206 installs at the time of this writing, also comes with a data-centric component, so in total it bundles:

  • Python + Pylance: Provides rich support for the Python language such as IntelliSense, debugging, formatting, linting, code navigation, refactoring, variable explorer, test explorer, and more.
  • Jupyter: Used to create and edit Jupyter Notebooks, add and run code/markdown cells, render plots, create presentation-friendly versions of your notebook by exporting to HTML or PDF and more.
  • Data Wrangler: A code-centric data viewing and cleaning tool to explore, visualize, and clean tabular data.
  • GitHub Copilot: An AI pair programmer tool that helps you write code faster and smarter.
Python Data Science
[Click on image for larger view.] Python Data Science (source: Microsoft).

Those first three tools, Python, Pylance and Jupyter, are by far the most popular individual offerings in the entire Visual Studio Code Marketplace, combining for a total of about 328 million installs. That means the number of installs of Python-related tools for VS Code exceeds the population of the United States.

As Python is wildly popular among VS Code developers, VS Code is wildly popular among Python developers, having been named the No. 1 IDE/editor in a survey last year (see "VS Code and Python: A Natural Fit for Data Science").

The new pack's description reads: "This extension pack is a one-stop shop to get tools for your data science workflows from preparing data, conducting data analysis, and visualizing data, to prototyping, evaluating, and training ML models."

While the new bundle is free, the GitHub Copilot tool is not, instead available as a free trial, so it's unclear how that plays out with the extension pack.

"This powerful pack brings together some of the most popular and essential VS Code extensions, making it your one-stop shop for all things data science in Python," said Microsoft's Rong Lu in a Sept. 18 announcement.

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube