Products
Features
YouTube Video Summarizer
Summarize YouTube videos
Web & PDF Highlighter
Highlight web pages & PDFs
Chat with PDF
Ask any PDF questions with AI
Ask AI Clone
Chat with your highlights & memories
Audio Transcriber
Transcribe audio files to text
Glasp Reader
Read and highlight articles
Kindle Highlight Export
Export your Kindle highlights
Idea Hatch
Hatch ideas from your highlights
Integrations
Obsidian Plugin
Notion Integration
Pocket Integration
Instapaper Integration
Medium Integration
Readwise Integration
Snipd Integration
Hypothesis Integration
Apps & Extensions
Chrome Extension
Safari Extension
Edge Add-ons
Firefox Add-ons
iOS App
Android App
Discover
Discover
Ideas
Discover new ideas and insights
Articles
Curated articles and insights
Books
Book recommendations by great minds
Posts
Essays and notes from readers
Quotes
Inspiring quotes collection
Videos
Curated videos and summaries
Explore Glasp
Glasp Newsletter
Weekly insights and updates
Glasp Talk
Interview series with great minds
Glasp Blog
Latest news and articles
Glasp Use Cases
Learn how others use Glasp
Build & Support
Glasp API
Access Glasp's API for developers
MCP Connector
Connect Glasp to Claude & ChatGPT
Community
Glasp Reddit Community
Students
Student discount and benefits
FAQs
Frequently Asked Questions
AboutPricing
DashboardLog inSign up

Python: Percent change calculation how to tutorial

27.3K views
•
November 30, 2013
by
sentdex
YouTube video player
Python: Percent change calculation how to tutorial

TL;DR

Learn how to calculate percent change in Python using a simple formula and understand the controversy surrounding different approaches to calculation.

Transcript

hello everybody welcome to another python tutorial this tutorial will be discussing how to calculate percent change this is actually a highly debated topic amongst accountants and the likes so you know it's an exciting it's just going to be so awesome so let's go ahead and get into it the calculation of percent change for the most part is a relativ... Read More

Key Insights

  • 🥶 Calculating percent change in Python can be done using a simple formula: (new - old) / old * 100.
  • 🥶 The choice of denominator in the formula is a topic of debate, with some arguing for using the new value instead of the old value.
  • 💱 Percent change is commonly used to measure growth, profit, and normalize data for comparison.
  • 🫥 Normalizing data using percent change allows for fair and easy comparison of different lines or companies.
  • 🤢 Absolute value bars are sometimes used to ensure that negative values are treated correctly in percent change calculations.
  • 🏑 Percent change is a valuable tool for accountants and analysts in various fields.
  • 💱 The controversy surrounding percent change calculation highlights the importance of clarity and agreement in determining measurement methods.

Install to Summarize YouTube Videos and Get Transcripts

Explore YouTube Video Summarizer or Get YouTube Transcript Extractor

Questions & Answers

Q: What is the traditional formula for calculating percent change?

The traditional formula is (new - old) / old * 100. This formula calculates the difference between the new and old values, divided by the old value, and multiplied by 100 to get a percentage.

Q: Why do some people argue for using (new - old) / new * 100 instead?

Some people believe that using the new value as the denominator gives a more accurate representation of the change. However, this formula measures relative change instead of growth.

Q: How can percent change be used to calculate growth or profit?

By dividing the new value by the old value and multiplying by 100, you can determine the percentage of growth or profit. For example, if an investment starts at $80 and ends at $100, the percent change would be (100 - 80) / 80 * 100 = 25%.

Q: Why is it important to normalize data using percent change?

Normalizing data using percent change allows for easy comparison of different lines or companies. It removes the influence of absolute values and focuses on relative growth or decline for a fair comparison.

Summary & Key Takeaways

  • Calculating percent change is a debated topic among accountants and others, as there are disagreements about the formula and denominator to be used.

  • The traditional formula for percent change is (new - old) / old * 100, while some people argue for using (new - old) / new * 100.

  • Percent change is useful for calculating growth or profit and normalizing data for comparison.


Read in Other Languages (beta)

English

Share This Summary 📚

Summarize YouTube Videos and Get Video Transcripts with 1-Click

Download browser extensions on:

Try YouTube Summary with ChatGPT & Claude or YouTube Transcript Generator

Explore More Summaries from sentdex 📚

Parsing XML - Go Lang Practical Programming Tutorial p.11 thumbnail
Parsing XML - Go Lang Practical Programming Tutorial p.11
sentdex
Python: How to Graph the Chaikin Money Flow Trading Indicator in Matplotlib thumbnail
Python: How to Graph the Chaikin Money Flow Trading Indicator in Matplotlib
sentdex
How to Train a Chatbot Using TensorFlow and Python thumbnail
How to Train a Chatbot Using TensorFlow and Python
sentdex
Python Generator Functions for massive Performance Improvements with Lists thumbnail
Python Generator Functions for massive Performance Improvements with Lists
sentdex
Python: How to Program the Chaikin Money Flow Trading Indicator thumbnail
Python: How to Program the Chaikin Money Flow Trading Indicator
sentdex
How to Parse Twitter for Twitter Analysis: Part 1 thumbnail
How to Parse Twitter for Twitter Analysis: Part 1
sentdex

Summarize YouTube Videos and Get Video Transcripts with 1-Click

Download browser extensions on:

Try YouTube Summary with ChatGPT & Claude or YouTube Transcript Generator

Apps & Extensions

  • Chrome Extension
  • Safari Extension
  • Edge Add-ons
  • Firefox Add-ons
  • iOS App
  • Android App

Key Features

  • YouTube Video Summarizer
  • Web & PDF Summarizer
  • Web & PDF Highlighter
  • Chat with PDF
  • Ask AI Clone
  • Audio Transcriber
  • Glasp Reader
  • Kindle Highlight Export
  • Idea Hatch

Integrations

  • Obsidian Plugin
  • Notion Integration
  • Pocket Integration
  • Instapaper Integration
  • Medium Integration
  • Readwise Integration
  • Snipd Integration
  • Hypothesis Integration

More Features

  • APIs
  • MCP Connector
  • Blog & Post
  • Embed Links
  • Image Highlight
  • Personality Test
  • Quote Shots

Company

  • About us
  • Blog
  • Community
  • FAQs
  • Job Board
  • Newsletter
  • Pricing
Terms

•

Privacy

•

Guidelines

© 2026 Glasp Inc. All rights reserved.