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
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 pageIPython 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...