© 2026 Hashnode
Hello Everybody, So Today I just faced this issue of merging multiple excels in one and there size was too big for merging like more 100 MB for Size and In Some Cases the size spans more and if we tried to search any online tool they mostly have size...

Why Need to solve this issue. So I Just Want to Use pipenv but do not want my venv folder to built in my automatically decided location and also want to use pipenv automatically building the requirements list. So For Resolving this issue I build a me...

So today i am gonna share you some code and details about how to ask the customer there own location and submit in a form using Geolocation API of Web Browser Using JavaScript. But Before Copying and Pasting the Code Be Aware this feature only work o...

In This Post I Will Create Html Pages for the site and as well as show how to use urls.py and views.py. First Create a folder named templates in blog app in django app and add update the variable in django_project_name/setting.py like given below imp...

So Now I am Trying to Create 2 New Models for the CMS Which Are User Profile and Blog Tags but before That I Want to Say Some Reconfiguration Made By In The GitHub Repository During The Series. I Just Renamed The Django Project from dj_admin to confi...

So In Previous Post I Created The Simple Django Model of the BlogPost Which Stores Data Like Given Below. class Post(models.Model): title = models.CharField(verbose_name='title', max_length=255, null=False) content = models.TextField(verbose_...

So today I Published an python package first time in my life. Now This is a Python 3 Package which gets the list of data of addresses from an csv file and gives an output as csv with additional fields of latitude and longitude of the address provided...
