Accelerate and simplify Scikit-learn model inference with ONNX Runtime 

5 min read

Scikit-learn is one of the most useful libraries for general machine learning in Python. To minimize the cost of deployment and avoid discrepancies, deploying scikit-learn models to production usually leverages Docker containers and pickle, the object serialization module of the Python standard library. Docker is a good way to create consistent environments and pickle saves Read more

How to optimize Azure Machine Learning for IoT production usage 

8 min read

Introduction Over the last few years IoT devices, machine learning (ML), and artificial intelligence (AI) have become very popular and now a lot of companies are moving forward to use them in production. All cloud providers, including Microsoft Azure, provide services on how to deploy developed ML algorithms to edge devices. The main concern of Read more

More “Python for Beginners” videos…times two! 

2 min read

When Susan and I created the Python for Beginners series last fall, we had the goal of trying to help new developers make the transition into one of the most popular and flexible programming languages available. We focused on some of the most common features and attempted to bring you to the point where you Read more

2 Comments

4 new Python/Django video tutorials for productive cloud development 

2 min read

Python is a great language for building web apps, and Django is one of the most popular frameworks. It lets developers create web apps fast, including modern RESTful APIs, with security and scalability in mind. I’ve been using Visual Studio Code and Azure for a while and was invited to share my experiences at Microsoft’s Read more

1 Comment

Open source libraries for Microsoft Quantum 

7 min read

Quantum computing is a new universe of computing that promises exponential increases in processing power, which could help scientists solve the problems of the future – on topics ranging from biomedical research and smart materials to cryptography and climate science. After more than a decade of work by researchers, engineers, and developers from across the Read more

Open Source Weekly: VS Code included in Anaconda, TypeScript 2.7 available 

2 min read

3-minute read + demos Check out the below recap of this week’s open source related community news, product announcements, popular docs, and demos from around Microsoft. Anything else you’d like to hear about? Let us know in the comments. Visual Studio Code now shipping with Anaconda: For everyone from enterprise programmers to data scientists, Python Read more