How To Make Visualizations in TableauIn this article, we will discuss about data visualizations in Tableau and we will attempt to make different types of visualizations in…May 21, 2022May 21, 2022
Setting Up Redis And Celery To Work With Django On Windows (Asynchronous Execution)Hello! In this article I will be helping you to set up Redis and Celery so that you can make your Django App run asynchronously.Jan 16, 2022Jan 16, 2022
Generating PDFs And Implementing Pagination Using xhtml2pdf In DjangoLet us say that we wish to convert a HTML page to a PDF document and we require the data in the pdf to be split into pages. This “splitting…Nov 16, 2021Nov 16, 2021
Scraping Tables From Webpages Using BeautifulSoupIn this blog we will be scraping a Wikipedia webpage and we will be extracting a table from it.Jul 24, 2021Jul 24, 2021
How To Merge Images From Dropbox To Word Documents Using PythonThis post will help us merge images to word documents using Python. This Post is similar to my last post but instead of merging tables we…Jul 1, 2021Jul 1, 2021
How To Merge Tables To Word Documents Using PythonWe will be using python libraries such as Pandas, Json And MailMerge to merge tables (.xlsx) files to word documents using python.Jun 16, 2021Jun 16, 2021