微软的python开发工具_面向 Python 开发人员的 Azure 工具
面向 Python 開發人員的 Azure 工具Azure tools for Python developers
08/06/2020
本文內容
Visual Studio CodeVisual Studio Code
通過大受歡迎的 Python 擴展,Python 在 Visual Studio Code 中完全受支持。Python is fully supported in Visual Studio Code through the highly popular Python extension.
用于 Python 的 Azure SDKAzure SDK for Python
Azure SDK for Python 提供一個 API,你可以在 Python 代碼中通過該 API 與 Azure 交互。The Azure SDK for Python provides an API through which you can interact with Azure from Python code.
Azure 命令行界面 (CLI)Azure Command-Line Interface (CLI)
跨平臺的 Azure CLI 提供一個用于在訂閱中創建和配置 Azure 資源的命令行接口。The cross-platform Azure CLI provides a command-line interface to create and configure Azure resources in your subscriptions. Azure CLI 包括查詢和篩選功能,因此,你可以通過管道將輸出直接傳送到其他命令行工具。The Azure CLI includes query and filtering features so you can pipe output directly to other command-line tools. (Azure CLI 本身是用 Python 編寫的,并使用了用于 Python 的 Azure SDK。)(The Azure CLI itself is written in Python and uses the Azure SDK for Python.)
Azure PowerShellAzure PowerShell
與 Azure CLI 一樣,Azure PowerShell 提供用于創建和配置 Azure 資源的 PowerShell 命令,并且可與全套的常規 PowerShell 功能一起使用。Like the Azure CLI, Azure PowerShell provides PowerShell commands to create and configure Azure resources and can be used with the full suite of general PowerShell capabilities.
Visual StudioVisual Studio
Windows 上的 Visual Studio 通過 Python 開發和數據科學工作負載(Visual Studio 2017 及更高版本)及免費的針對 Visual Studio 的 Python 工具擴展(Visual Studio 2015 及更低版本)提供對 Python 語言的開源支持。Visual Studio on Windows provides open-source support for the Python language through the Python Development and Data Science workloads (Visual Studio 2017 and later) and the free Python Tools for Visual Studio extension (Visual Studio 2015 and earlier). 使用 Python 和 C++ 的開發人員最常使用 Visual Studio,因為它提供了一流的跨語言開發和調試支持。Visual Studio is most commonly used by developers working with both Python and C++, as it offers best-in-class cross-language development and debugging support.
總結
以上是生活随笔為你收集整理的微软的python开发工具_面向 Python 开发人员的 Azure 工具的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 如何利用python进行数据分析统计服_
- 下一篇: python中如何定义一个数组_Pyth