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
Deep dives into Django, Python, Machine Learning, Salesforce, React, Flutter, Svelte, AWS, and the technologies that power modern applications.
Using 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...