There are many approches for generating PDF in python. pdfkit is one of the better approache as, it renders HTML into PDF with various image formats, ...
MicroPyramid Blog
Deep dives into Django, Python, Machine Learning, Salesforce, React, Flutter, Svelte, AWS, and the technologies that power modern applications.
We do need to expose our local server to hit call-back URLs while programming with other APIs. There is a tool called local tunnel from http://localtu...
In most of the cases, you need to export the data from your database to different formats. In this post I will show you how to create functions in you...
There are many ways for generating PDF in python. In this post I will be presenting PDF files generation with xhtml2pdf.xhtml2pdf: xhtml2pdf is a HTML...
Coding techniques and programming practices are one of the features of a professional programmer. While writing code to solve a problem programmer sho...
Introduction to Object Oriented Programming with Python...
Generators are memory efficient. They allow us to code with minimum intermediate arguments, less data structures. Generators are of two types, generat...
In general use cases we upload the CSV files to the system to store huge amount of data by uploading single file. For example in e-commerce sites we j...
Integrating Twitter sign in (OAuth) in Django App, which includes1. Capturing username via Twitter Login2. Updating authenticated user current status ...
Xlsxwriter is a python module through which we can write data to Excel 2007+ XLSX file format. In this blog post we learn to write data, insert images...