News

Rejoice! Gone are the long chains of if…else statements, because switch statements will soon be here — sort of. What the Python gods are actually giving us are match statements. match s… ...
This repository contains a Jupyter Notebook demonstrating examples of conditional statements in Python. Conditional statements are fundamental in programming, allowing for decision-making based on ...
The design of the program is very simple. It takes an excel file of short listed stock tickers, based on some screening criteria, checks if the financial statement are available from the api I am ...