The quick way to get/extract text from PDFs in Python is with the Python library "slate". Slate is a Python package that simplifies the proc...
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 pageUsing GPlus integration by Django, we can get the user verified email id, general information, friends in a less span of time, and user can also share...
This package uses double-entry bookkeeping where every transaction is recorded twice (once for the source and once for the destination). This ensures ...
In order to customize models, views and urls, you need to fork an Oscar core app in which model/view resides. Then you should be able to override any ...
Memcache is a memory caching system that helps web applications and mobile app backends to improve performance and scalability. We should consider usi...
Writing Different Types of Views in Django-Rest-Framework.Writing Different Types of Views in Django-Rest-Framework. Django-Rest-Framework(DRF) suppor...
Django Template Tags are simple Python functions that accept a value, an optional argument, and return a value to be displayed on the page.First, In y...
Integrate Sendgrid API to your Heroku app to deliver simplified emails like any notification emails, user signups etc....
Travis CI is a continuous integration service used to build and test applications hosted at GitHub. Here are simple steps to add CI to you django proj...
To retrieve maximum, minimum or average values from group of rows we can use django Aggregation. For example to retrieve max price or avg price of pro...