If you are creating a API using Django Framework than you generally encounter this issue
Category: Python
How to convert an excel file(XLSX) to PDF using Python.
Saving an Excel file in a PDF format is very easy in Excel. We can
[Python Json to List] How to Parse Items in a Json File to List?
I have a JSON file that has news headlines from different reporters and news sources.
How To Calculate Time Taken To Read A CSV File in Python?
In Software Application development time taken by a computer program in retrieving data from a
[Python Sklearn] AttributeError: ‘function’ object has no attribute ‘train_test_split’
Here we are only focusing on the train_test_split attribute of sklearn used in machine learning.
[Jupyter Notebook] IOError: [Errno 13] Permission denied: ‘/.jupyter/jupyter_notebook_config.json’
On our previous blog we wrote the solution for EnvironmentError in python. If you are
[Jupyter Notebook] How to Password Protect your Jupyter Notebook?
Jupyter Notebook Installation Installation of the Jupyter Notebook is done via pip and is actually
[Jupyter Notebook] ERROR: Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: ‘/usr/local/bin/jupyter’
This issue was encountered while installing Python Jupyter Notebook. I have an instance of the
How to Install Orange Data Mining Software in Ubuntu 18.04?
Orange can be installed via its binary, or Anaconda and via standard python library. Not every installation method works in your machine due to various library and modules support issues.
[Django Tutorial] Implementation of Authentication, Login, Logout, Registration, URLs for logged in Users in Django.
In this blog tutorial, we will show you the step by step guide of implementing