In this blog, I'm going to explain you how to write the Sphinx docs using reStructuredText to host in the Read the Docs.Installing Sphinx$ pip 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...
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...
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...
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...
Python collections - Counter is to count the frequency of character, OrderedDict is to track the order of the contents in which they are added and def...
Creating XML document with required elements, Then Parsing it using Python to generate a serialized form of its contents....
python class special methods or magic methods. magic methods allow us to override or add the default functionality of python objects. One of the bigge...