주 콘텐츠로 건너뛰기

Python

Run your code and leave build to us

2019년 3월 11일 월요일

So you followed that excellent walkthrough on the web and built a great prototype web app. You run npm start locally and browse to https://localhost and it all looks great.

Sr. Program Manager, Azure Developer Experience

Taking a closer look at Python support for Azure Functions

2018년 12월 12일 수요일

Azure Functions provides a powerful programming model for accelerated development and serverless hosting of event-driven applications. Ever since we announced the general availability of the Azure Functions 2.0 runtime, support for Python has been one of our top requests. At Microsoft Connect() last week, we announced the public preview of Python support in Azure Functions.

Program Manager II, Azure Functions

Run your PySpark Interactive Query and batch job in Visual Studio Code

2017년 11월 27일 월요일

We are excited to introduce the integration of HDInsight PySpark into Visual Studio Code (VSCode), which allows developers to easily edit Python scripts and submit PySpark statements to HDInsight clusters. This interactivity brings the best properties of Python and Spark to developers and empowers you to gain faster insights.

Principal Program Manager, Big Data Team

Training a neural network to play Hangman without a dictionary

2017년 7월 27일 목요일

We used reinforcement learning and CNTK to train a neural network to guess hidden words in a game of Hangman. Our trained model has no reliance on a reference dictionary: it takes as input a variable-length, partially-obscured word (consisting of blank spaces and any correctly-guessed letters) and a binary vector indicating which letters have already been guessed. In the git repository associated with this post, we provide sample code for training the neural network and deploying it in an Azure Web App for gameplay.

Data Scientist II