Author: Aniruddha Chaudhari

coding challenge

Multilevel Car Parking System in Python | Coding Design Interview Questions

Parking space allotment coding problem. How to design multilevel car parking system in Python? Coding design interview questions and answers.

solar

7 Benefits of Installing a Solar System in Your Home

What are the major advantages and benefits of solar system for home? Importance of solar panel energy system even in rural and remote areas.

AI

How Artificial Intelligence is Impacting Global Economy?

What is the impact of Artificial Intelligence on Economy? How AI is changing the global economy of poor and developing countries?

coding challenge

Valid Sudoku Checker in Python

Write a program to check if Sudoku solution is valid or not. Valid Sudoku Checker in Python code explained with time and space complexity.

Django

How to Render and Open PDF file in Django?

How to Render PDF file in Django using FileResponse? How to open PDF file in Django? Download documentations.

Django

How to Use and Load Static Files in Django?

How to load static files in Django? Access static File in Python Script (like views.py). Render static file (CSS, JavaScript, image, pdf) in HTML template.

Django

How to Filter a Django Query with a List of Values?

How can I Filter a Django Query with a List of Values? Django-filter multiple values. Filter Objects to exclude id which is in a List.

Django

How to Customize Django Admin Dashboard Site Panel?

How to customize Django admin dashboard panel? How to add field from another Model? How to add field from another Model?

Django

How to Sort Django QuerySet in Ascending and Descending Order?

Simple steps to sort Django queryset in ascending and descending order by date and id. Django order by multiple fields.