Home
Piotr Grędowski - Blog
Cancel

Activating Python virtual environment in PowerShell

When I’m working on Windows in the repository where I build executables, I’m usually using two types of virtual environments for my Python development. One is called .venvdev and it’s located in t...

Linting whole project in VSCode with flake8

Intro When your pipeline fails because your linter reported some problems in your code - you have to go to file on your computer, find problem and fix it. Or you can run your linter locally, clic...

SonarCloud integration with VSCode

Intro We are using in our company SonarCloud to perform static analysis on our projects. Sonar analysis is part of our CI pipeline and it gives great tips on how to improve quality of our code - n...