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
Articles that strengthen our current focus on AI systems, modernization, and product engineering, alongside the broader engineering archive.
Older posts still cover Django, Python, AWS, Salesforce, React, Flutter, and Svelte, but the clearest current signal is around the three service lanes below.
AI Systems
RAG, knowledge workflows, search, and practical AI system design.
Explore service pageModernization
Legacy cleanup, migration planning, Django rescue, and safer system change.
Explore service pageProduct Engineering
Full-stack delivery, dashboards, portals, MVPs, and AI-ready product work.
Explore service pageWe 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...