Microsoft Excel users can now run Python code locally on their PC
In 2023, Microsoft introduced 'Python in Excel', an exciting feature that allows combining the power of Python and Excel in the same workbook. It is worth noting that users do not need any setup on their PC to use this feature. Python calculations run automatically in the Microsoft Cloud. Then the results, including charts and images, are returned to the spreadsheet. Previously, Python in Excel relied on the Anaconda Distribution for Python running in Azure.
If you don't know, Anaconda is a distribution of the Python and R programming languages for scientific computing, aimed at simplifying package management and deployment. The distribution includes data science packages suitable for Windows, Linux, and macOS.
Today, Anaconda announced a new way for Excel users to run Python code locally on their PCs without relying on the Microsoft Cloud. The just-released public beta release of Anaconda Code in Anaconda Toolbox for Excel now includes new local Python processing capabilities. This improvement provides Excel users with greater flexibility and control over their Python environment. Anaconda Code uses WebAssembly-based technology to enable Python execution without the need for separate installation or complex environment setup.
Excel users with Anaconda Toolbox will be able to experience the following features:
- Anaconda Assistant: Uses AI to analyze spreadsheets and recommend data processing with user tracking history across workbooks for consistent code usage.
- Code Snippet Management : Write, save, and share Python code snippets directly in Excel, enhancing productivity and collaboration.
- Advanced Visualizations: Create powerful data visualizations with accessible templates and libraries that easily integrate into Excel spreadsheets.
- Streamlined Data Handling: Use data connectors to access, analyze, and share data in Excel workbooks or Anaconda.cloud notebooks with improved versioning to ensure access to data sets Latest.
Anaconda Toolbox is completely free while in public beta, and users can download Anaconda Toolbox in Excel from Microsoft's add-on store.
Anaconda Co-Founder and Chief AI Innovation Officer, Peter Wang, emphasized the importance of the Anaconda Code release. Mr. Wang said that this release is a major step forward, allowing Excel users to take advantage of Python's extensible capabilities while maintaining the performance, reliability and ease of use expected of other tools. Modern data tools.
You should read it
- Summary of expensive shortcuts in Microsoft Excel
- Complete guide to Excel 2016 (Part 1): Get familiar with Microsoft Excel
- How to Use Excel
- Guide to full Excel 2016 (Part 2): Learn about OneDrive
- Link Download Microsoft Excel Viewer 12.0.6611.1000
- MS Excel - Lesson 11: Solving the problem of Excel Help feature?
- Excel 2016 - Lesson 1: Getting acquainted with Microsoft Excel - Complete guide to Excel 2016
- Ways to install Microsoft Excel on Linux
May be interested
- The eval () function in Python.in this article, quantrimang will continue to introduce you to a built-in function in python, eval (). eval () is an interesting utility that allows you to run python code (this code is passed as parameters) right in the program.
- Link download Microsoft Excel 2019microsoft excel is a software program created by microsoft that allows users to organize, format and calculate data with formulas using a spreadsheet system.
- How to automate Vlookup with Excel VBAvlookup is an essential function in excel and has become an important part of data processing. it provides a number of functions that you can combine with a comprehensive database.
- Learn the first Python programin this article we will learn a simple python program to get a little more insight into python, before starting to learn about the main components of this programming language.
- Programming Python on Android deviceusing python is one of the fastest ways to get started and test some simple code on android. further, when you are familiar with it, you can upgrade your phone with unique features only you have and can even build a full apk.
- The ord () function in Pythonthe built-in ord () function in python returns an integer representing the unicode code of the specified character.
- How to lint Python code with Flake8the linting tool is a valuable resource that can help you catch errors and inconsistencies in your code. flake8 is one of the most popular linting tools for python.
- TOP 6 websites that support online Python programming compilationhere is a list of the best online python compilers that you can use to compile, script, and run your code in python online.
- How to import Excel data into Python scripts with Pandasinstead of manually copying data into a database, here is a quick guide on how to load excel data into python using pandas.
- Bookmark 5 best Python programming learning websitesif you are a developer or you are studying and want to stick with this industry, learn python to add a highlight in your journey.