#python
Read more stories on Hashnode
Articles with this tag
Maximizing Code Quality with Ruff: The Fast and Comprehensive Static Code Analysis Tool for Python · Static code analysis is an essential part of...
Kafka is a distributed streaming platform that is used for building real-time data pipelines and streaming apps. It is a powerful tool that can handle...
Improve your code quality by using simple scripts · Updated 08/02/2024: Updated example dependencies, use Ruff instead of flake8 and pylint Pre-commit is...
I will show how to create simple yet efficient APIs using Django REST framework. Starting with basic examples and progressing to more complex...
Python is an easy, readable and simple language, many new python programmer will not know how to order/sort a python list. I will demonstrate some...
I had many time the need to optimize some performance issues with Django ORM queries, then many times the prefetch_related and select_related were my...