Download all One Piece animation series episodes by scraping site using BeautifulSoup python library....
MicroPyramid Blog
Deep dives into Django, Python, Machine Learning, Salesforce, React, Flutter, Svelte, AWS, and the technologies that power modern applications.
FFMPEG is a command-line tool that converts audio or video to required formats, which handle multimedia data. It can also capture and encode in real-t...
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, ...
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...
Oscar is an open-source eCommerce framework for Django. Django Oscar provides a base platform to build an online shop. Oscar is built as a highly cust...
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...
Running Django with PyPy to boost performance...
In this blog, we will see how to integrate Django and PayU Payment Gateway. To integrate with PayU, we have package called "django-payu" - a...
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...