Python Packages Made By Microsoft

Manpreet Singh
2 min readJul 26, 2022

Welcome back! Python is an awesome programming language with a ton of capability, if you’re new to Python, check out the link below to learn more about it:

So, let’s take a look at some awesome Python packages made by Microsoft!

picologging

First up we have picologging, this specific package allows us to optimize our logging within Python! Here is a link to this specific package below:

PyRight

Next up we have PyRight, this is a static type checker within Python! Here is a link to their repository below:

--

--