In our previous blog post we got an idea of what are the things that Google's Page Speed Insights will take into count to give page score, now in...
MicroPyramid Blog
Deep dives into Django, Python, Machine Learning, Salesforce, React, Flutter, Svelte, AWS, and the technologies that power modern applications.
IPython is a set of tools developed to make it easier for the programmers to work with Python and data. IPython provides extensions to the Python prog...
Arrow is a python library and command-line tool to genrerate, manipulate dates, times, timestamps.use of arrow:With the use of arrow, we can also crea...
When You have an application that is serving Huge Customer Base, so will be your Traffic. Sometimes The Application stops responding. We can use loa...
Using python requests and vimeo endpoints it becomes very easy and simple to upload our videos and customize them.Vimeo Access token:1. Create an acco...
While handling Large amounts of data with elastic search, you may run out of server capacity or compute power, Forming an Elasticsearch cluster will r...
Python Collections - named tuple is to access by the names specified and deque is to append and pop the elements from both sides of queue are explaine...
When using Boto you can only List 1000 objects per request. So to obtain all the objects in the bucket. You can use s3 paginator. To use paginator you...
A simple Tutorial on sending SMS and MMS in python using Twilio. In this tutorial you will learn how to send SMS, MMS and checking sms status....
Packaging python script to debian follows strict instructions, using the following instructions, most of the steps can be skipped hence making it easy...