PyCharm vs. Visual Studio Code for Python Development

PyCharm and Visual Studio Code both support Python development, but Visual Studio Code wins over PyCharm in many ways. Read more

Similar

Unravelling `is` and `is not` in Python

As part of this blog series on Python's syntactic sugar, I said in the post on unary arithmetic operators that it might be the most boring post in this series. I think I was wrong. 😄 The operators is and is not are very short. The documentation for the op... (more…)

Read more »