Microsoft release proprietary Python Language Sever

Microsoft has announced Pylance, a new language server for Python aimed to help programmers write better Python code and improve IntelliSense and Visual Studio Code support for the language. Pylance will eventually replace Microsoft Python Language Server… Read more

Similar

Python Dev Setup on a Mac

This is a short guide to get properly set up with Python, virtual environments and git on your Mac (I’m on 10.10). Heavily inspired by these great tutorials.

Read more »