Blogs

A Guide to Stock Return Visual Comparison using Python Pandas and Matplotlib

Stock return comparison between Mutual Funds or Stocks using pandas and matplotlib

May 21, 2023 • Pranab Bala

Analyzing stock returns is a crucial aspect of financial analysis and investment decision-making. Investors and analysts often compare the perfo...


VBA Macro to add Reminder and Due date to Outlook email

Auto Set reminder and due date to outlook email

Nov. 13, 2022 • Pranab Bala

While reading through emails, sometimes there might be situation that you are not able to immediately react to the email and that you need to do...


Python Regular Expression (RegEx) in 6 minutes

Get started with Python Regular Expressions (RegEx) and use it for search or match in less than 6 min with python re module

Nov. 27, 2021 • Pranab Bala

Regular Expression ( RegEx ) is a series of characters or a pattern of characters used to search or extract texts from a string. This is widely ...


VBA Macro to Save attachments from multiple selected emails in outlook

Save all attachments from an email is easy. But if you need to save attachments from multiple selected emails to a folder, it is tedious. A simple VBA Macro can help you overcome this

May 3, 2020 • Pranab Bala

There are situations when you would like to save all attachments from an email ID to a particular folder. Outlook do not have any ready feature ...


Open csv in excel - Date format issue

Frustrated with incorrect dates while opening csv file in excel? This is very common. But you can also overcome easily in different ways

Aug. 17, 2019 • Pranab Bala

You may jump to : Why excel do not recognize all the dates in CSV: How do I understand if excel could open my csv? Understand Date Loca...


Getting started with Outlook Macro

If you are wondering to automate some of the tasks in Outlook, but not sure where to start.. you came to right place

March 29, 2019 • Pranab Bala

Microsoft Outlook allows users to define macros written in Visual Basic for Applications (VBA) to automate certain activities. Through Visua...


Outlook Screen Overview

Getting Started with Outlook is self explanatory. But this introduction will get you going betterway

March 10, 2019 • Pranab Bala

Outlook is one of the widely used productivity tool. This article focuses on explaining you the different parts the main window of Outlook. Wil...