Pinned5 things I learned from prototyping computer vision products… a quick mashup of different components that implement the main features of a product.Aug 22, 2019Aug 22, 2019
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 28, 2024Jan 28, 2024
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