$ grep -rn "#Python" ./posts

Python: Use pylint to make better code!

pylint is a Python linter which checks your code for readability and consistency! its an awesome tool that can enhance your code! lets see……

Linear Programming with Python

Linear programming is a mathematical optimization technique which is used to find the best outcome in a mathematical model with linear……

Python: Dictionary Comprehension

Dictionary comprehension is a way of transforming ones dictionary key and values to another! it can be a powerful tool which makes your……

FastAPI and Pytest

In this article i will show you how you can test your FastAPI application, save the following file as main.py , this is a simple REST api……