Python

Python Programming Language

Overview

Deploy your Python code to Azure for web apps, serverless apps, containers, and machine learning models. Take advantage of the Azure libraries (SDK) for Python to programmatically access the full range of Azure services including storage, databases, pre-built AI capabilities, and much more.

Key Resources

Homepage: https://docs.microsoft.com/azure/developer/python/
Newsfeed: RSS

News

Date News
4/25/2024
The main benefit of using Generative AI in Visual Studio is that it enables you to type faster. It's important to keep in mind that Copilot is not a compiler, it's not magical, it is just an...
4/23/2024
  Or maybe you were still paying attention to the Meta Llama 3 released last week, but today Microsoft did something different and released a new Phi-3 series of models. The first wave of...
4/22/2024
  Join in: The European Cloud  2024 | May 14-16, 2024 | European Cloud Summit What: European Cloud Summit and European Collaboration Summit  – co-located in 2024 Register today |Use...
4/16/2024
Introduction   This article explores how the healthcare industry can utilize Generative AI, Large Language Model (LLM) Evaluation Metrics, and Machine Learning to streamline the patient referral...
4/15/2024
In ever-growing data strategy projects in an organization, data governance is an utmost priority to ensure that the data artifacts are governed, harmonized, and well-documented for business users...
4/15/2024
With the term copilot we refer to a virtual assistant solution hosted in the Cloud, using an LLM as a chat engine, which is fed with business data and custom prompts and eventually integrated...
4/12/2024
Like many Azure APIs, the Azure OpenAI service gives developers the option to authenticate with either API keys or keyless authentication (via Entra identity). Since it's a security best practice...
4/10/2024
The pgvector extension was first released in 2021 but has shot up in popularity in the last year, as developers discover what is possible with vector embeddings, vector similarity, and vector...
3/29/2024
Microsoft recently organized an event dedicated to JavaScript developers, the Azure Developers JavaScript Day 2024. The event featured various technical and practical sessions, including a...
3/26/2024
Introduction:   Integrating a React Single Page Application (SPA) with a Python backend on Azure App Service offers a powerful combination for building dynamic web applications. By leveraging...
3/17/2024
In this blog, we will explore how to securely access Azure Key Vault from a Python App Service using managed identity. This method enhances security by avoiding the need to store credentials in...
3/14/2024
The Token Store feature is currently supported in preview mode and can be enabled via the Azure CLI using the command az containerapp auth update with the --token-store boolean flag.   At the...
3/13/2024
  Feature Engineering System    Feature engineering is the process of using domain knowledge to extract features (characteristics, properties, attributes) from raw data. The extracted features...
2/29/2024
Microsoft has embraced open-source software—from offering tools for coding and managing open-source projects to making some of its own technologies open source, such as .NET and TypeScript. Even...
2/28/2024
Now you can use Azure SDKs including .NET SDK, Go SDK, Java SDK, JavaScript SDK, and Python SDK to manage the lifecycle of Azure Cosmos DB for PostgreSQL clusters.
2/21/2024
  In the Part 1 of this article, we discussed the implementation of Azure Python SDK for managing Azure Container Apps while using the DefaultAzureCredentials with Azure CLI (Developer...
2/16/2024
Welcome to the February 2024 edition of Azure Functions newsletter! We'll share the latest news for Azure Functions here on the Apps on Azure blog.   Azure Functions monthly community live...
1/26/2024
    Are you a developer looking to quickly and securely spin up a Webapp with a database and cache? Look no further than the Azure Cache for Redis Quick Start Template, now available in the...
1/22/2024
Azure Load Testing (ALT) provides a rich and consolidated dashboard to analyze your load test results. However, you can also download or export the test results, build your own dashboards and...
12/20/2023
This marks my final blog post of 2023, serving as a fundamental demonstration highlighting the distinctions in speed between CPU and GPU in AI training. The primary aim of this blog is to raise...