What is the bad magic number error in Python? First, let’s start with the bad
Tag: How To
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
[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
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.
How to Change Table Structures With Migration in Laravel?
On Previous blog we learned how to perform CRUD operations with Laravel Framework. Now that
How to Use Authentication in Laravel 5.7?
Before you jump into this blog to implement the Authentication module in your Laravel application,
Laravel5.7 CRUD Operations Examples from Scratch.
We learned to set up our database and perform initial database migration in previous blog.