Skip to main content

Posts

Python Installation

  To install Python on your machine, follow these general steps: Downloads For Windows: Download Python Installer: Visit the official Python website: Python Downloads . Click on the "Downloads" tab. Click on the "Latest Python 3.x Release" link. Run the Installer: Once the installer is downloaded, run the executable file (e.g., python-3.x.x.exe ). Check the box that says "Add Python to PATH" during the installation. Configure Optional Settings: You can customize the installation by clicking on the "Customize installation" button. Click "Next" and choose the installation location, or leave the default settings. Install Python: Click the "Install Now" button. The installer will copy the necessary files and set up Python on your machine. Verify Installation: Open a Command Prompt (cmd) and type python --version or python -V to check the installed Python version. Type python to enter the Python interactive shell. For macOS: Ins...

Let her go - Guitar Chords

Bminor DD - UDUDD   Intro: C D Em D X3 C D Em C G Well you only need the light when it's burning low D Em Only miss the sun when it starts to snow C G D Only know you love her when you let her go C G Only know you've been high when you're feeling low D Em Only hate the road when you're missing home C G D Only know you love her when you let her go And you let her go Em C D Bm Em C D Em C Staring at the bottom of your glass D Bm Hoping one day you'll make a dream last Em C D Dsus4 D But dreams come slow and they go so fast Em ...

Retirement Corpus - The FIRE Approach

THE FIRE APPROACH FOR RETIREMENT CORPUS Reference Excel Excel Used for the Demonstration  

Stock Analysis - Fundamentals

  PB <= 1 A company's price-to-book ratio is the company's current stock price per share divided by its book value per share (BVPS). Dividend Yield (More the better) The dividend yield is a financial ratio that shows how much a company pays out in dividends each year relative to its stock price. PEG Ratio : Lower the better The price/earnings to growth ratio (PEG ratio) is a stock's price-to-earnings (P/E) ratio divided by the growth rate of its earnings Current Ratio: More the better The current ratio, also known as the working capital ratio, measures the capability of a business to meet its short-term obligations that are due within a year. Current Assets / Current Liabilities Quick Ratio: More the better The quick ratio measures the dollar amount of liquid assets available against the dollar amount of current liabilities of a company. The quick ratio provides a more stringent measure of liquidity than the current ratio because it excludes inventory, which ma...