Everyday DevOps
  • Home
  • One on One
  • Newsletter
  • About
Sign in Subscribe

python

A collection of 2 posts
Python Linting
python

Python Linting

Linting is like a spell check for your code. It scans your files for common errors, formatting issues, and bad practices before they ever reach production. By enforcing consistent style and catching bugs early, linting tools help teams write cleaner, more maintainable code. When integrated into a build pipeline, linting
08 Jul 2025 7 min read
Python Project Setup with uv
python

Python Project Setup with uv

There are many different ways to get started with a Python project. You can create a new directory and use the python executable in your path, or you can use virtualenv to isolate your development environment from your default python environment. Then there are environment management tools, such as poetry,
08 Jul 2025 1 min read
Page 1 of 1
Everyday DevOps © 2025
  • Sign up
  • Book some time
  • Newsletter
Powered by Ghost