In this tutorial, We will learn how to convert the current day and timestamp in
Category: How To
Python | How to Count the frequency of a word in the text file?
In this tutorial, we will learn how to count the frequency of the word in
OpenpyXL || Bar chart
The complexity of data grows with increase in size of data. When the data volume
OpenpyXL || Insertion and deletion of rows and columns.
In this tutorial we will learn how to insert and delete rows and columns from
UNABLE TO RESOLVE HOST HOSTNAME” in UBUNTU
Today’s blog is about a simple issue you sometimes encounter after you rename your machine’s
GITHUB: How to Track Activities of repositories via Email Service?
Scenario: You are the moderator/supervisor of a Github Project. You’ve your team members who are
Python Pip Error: Could not install packages due to an EnvironmentError: [Errno 13]
How to solve Could not install packages due to an EnvironmentError in Python? Here at
Laravel5.7 : MySQL Setup and Initial Migration. [Solved] “Illuminate\Database\QueryException : could not find driver (MySQL)”
We will connect our database in the framework and start performing CRUD operation. Before that,
How To Rename, Delete Branch in a Remote Git Repository?
Delete Remote Git Branch To delete a Remote Branch first you need to clone that
How to Write Modules in Python3?
Python modules are also another python files .py files that consist of Python code. Most of the modules are available at the Python Standard Library and they are installed during the python standard installation. Other packages can be installed via pip. We can also create custom modules which are as per our requirements. Even they are comprised of additional python .py files.