Freezing a pane(row/column) using excel application is easy. We can freeze a row/column using excel
Month: June 2020
[Orange3 Installation] No module named PyQt5.QtSvg
We have written a blog on the installation of the Orange Data Mining Tool some
How to change default version of python as python3?
By default most of the IDE where we write code for python uses the Python3
Openpyxl || Merge/Unmerge excel cells and assign value to unmerged cells.
In this tutorial, we will learn how to merge/unmerge cells in an excel file and
[Python Error] ImportError: bad magic number in ‘random’: b’\x03\xf3\r\n’
What is the bad magic number error in Python? First, let’s start with the bad
[Django Rest Framework] Build Your First REST API with Python Django Rest Framework. (CRUD Operation)
Django REST framework is a powerful and flexible toolkit for building Web APIs. Some reasons
[Django Rest Framework] OperationalError at /api/ no such table: django_session
If you are creating a API using Django Framework than you generally encounter this issue