Showing tag results for python

Jun 15, 2021
Post comments count2
Post likes count0

Announcing the new Azure Tables Libraries

Sean Kane
Sean Kane

In this post, we'll announce that the new Azure Tables libraries have been released.

javajavascriptpython
May 18, 2021
Post comments count4
Post likes count0

Azure SDK Release (May 2021)

Azure SDK
Azure SDK

Azure SDK releases every month. In this post, you'll find this month's highlights and release notes.

javasdkjavascript
Dec 11, 2020
Post comments count1
Post likes count0

New Features in the Form Recognizer Client Libraries

Krista Pratico
Krista Pratico

Form Recognizer, an Azure Cognitive Service that helps you extract data from your documents, has some exciting new features that are supported in our client libraries. Learn more about detecting checkboxes or selection marks from your forms, using prebuilt models to extract information from docs.

pythonazure-sdkazure
Oct 27, 2020
Post comments count0
Post likes count0

Announcing the new Azure SDK Resource Management Libraries GA

Azure SDK
Azure SDK

In this post we'll share the GA announcements of latest Azure Resource Management libraries for Java and Python and provide an update to the overall SDK product roadmap.

javapythonreleases
Oct 13, 2020
Post comments count0
Post likes count0

Detect anomalies in your data with Metrics Advisor

Xiang Yan
Xiang Yan

The new Metrics Advisor service allows you to easily detect anomalies in your data. This blog will show you how to set the service up and use it in your application.

pythonazure-sdkazure
Aug 18, 2020
Post comments count0
Post likes count0

Azure SDK Release (August 2020)

Azure SDK
Azure SDK

Azure SDK releases every month. In this post, you'll find this month's highlights and release notes.

javasdkjavascript
Aug 11, 2020
Post comments count0
Post likes count0

Azure SDK: Packaging, tools, and repository structure

Mitch Denny
Mitch Denny

The capabilities and constraints of the package management tool chain used by a particular ecosystem can have a dramatic impact on how you structure your repositories.

javasdkjavascript
Jul 28, 2020
Post comments count1
Post likes count0

Custom transport in Python SDK: an HTTPX experiment

lmazuel
lmazuel

One of the most important design concepts of the new Azure SDK for Python is that the SDK is modular. This allows us to provide highly customizable HTTP pipelines that users can configure to their own needs. In this article, I will briefly describe the main HTTP pipeline for the Azure SDK for Python, then focus on the HTTP transport and the ab

pythonHTTPHTTP transport