All Topics
All Topics
Technology
Technology
AI
AI
Business
Business
Entertainment
Entertainment
News
News
Programming
Programming
Science
Science
Design
Design
Environment
Environment
Finance
Finance
Crypto
Crypto
Politics
Politics
Sports
Sports
Education
Education
Gaming
Gaming
Art
Art
Music
Music
Health
Health
Security
Security
Books
Books
Food
Food
Travel
Travel
Personal
Personal
Bluesky
Twitter

Improving code quality with linting in Python

3y agoen

Source

SnykImproving code quality with linting in Pythonsnyk.io
Snippet from the RSS feed
In this hands-on article, we’ll explore how fast and easy it is to perform quick linting checks in Python using Pylint — one of the most popular linting tools. We’ll also see how linting code can help us adhere to the PEP8 code style guide.

You might also wanna read

10 Useful Code Formatters for Python Developers

A roundup article from LinuxLinks that selects and highlights 10 useful code formatters for Python developers, covering tools that help auto

igeek.gamer-geek-news.com·1mo ago

Optimizing Python's ast.walk: Achieving 220x Performance Improvement

The article discusses how the author's team optimized Python's ast.walk function to achieve a 220x speed improvement. They generate massive

reflex.dev·21d ago

Python library maintainers should prioritize type-checking tests over source code

This article addresses the growing challenge for Python library maintainers who feel overwhelmed by the increasing number of type checkers (

pyrefly.org·29d ago

Python scripting best practices: improving code quality and maintainability

A practical guide on best practices for writing Python scripts, covering topics like using `if __name__ == "__main__"` guards, proper argume

bitecode.dev·16d ago

Why AI coding tools can help you write better code, not just faster code

The article argues that AI coding tools (LLMs) can be used not just for rapidly producing low-quality code ("slop"), but also for writing hi

nolanlawson.com·1mo ago

Why AI coding tools can help you write better code, not just faster code

The article argues that AI coding tools (LLMs) can be used not just for rapidly producing low-quality code ("slop"), but also for writing hi

nolanlawson.com·1mo ago

Advanced Techniques for Dynamic Python Function Patching at Runtime

This technical blog post explores advanced Python programming techniques for dynamically patching and modifying Python function source code

ericmjl.github.io·10mo ago

Comments

Sign in to join the conversation.

No comments yet. Be the first.