PinnedPublished inThe StartupStructures in PythonIn Python, there is a way where you can define a collection that mimics properties similar to a structure in C++.Aug 31, 2020Aug 31, 2020
Python: argparse - add binary argumentsWill show you two ways to add a binary argument to your command line interface…Jan 28Jan 28
Python: Read Only DictionariesFind out ways to convert a dictionary to an immutable or read-only one …Apr 19, 2023Apr 19, 2023
Straighten an image of a page using OpenCVOpenCV provides functionality to straighten a page in an image similar to the scanning apps on the phone, Here’s how …Mar 14, 20213Mar 14, 20213
Published inAnalytics VidhyaPandas: Group time series dataIn this article, we will look at using the Grouper class from pandas and how to use the freq parameter …Mar 10, 2021Mar 10, 2021
Five easy steps to embed a single file from a GitHub gist on Medium?How to add a single file from a GitHub gist on Medium.Jan 31, 2021Jan 31, 2021
Redact word documents using PythonA simple and quick way to redact Word (docx) docs using Python enabled with a command line interface …Jan 24, 2021Jan 24, 2021
C++: Return multiple heterogeneous values from a functionSince C++11 there is support for a fixed-size collection of heterogeneous values data type called …Aug 27, 2020Aug 27, 2020
FFmpeg: Add a logo on videoA quick, easy and free option to overlay a logo on a video.Aug 18, 2020Aug 18, 2020