You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lectures/long_run_growth.md
+40-8Lines changed: 40 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -15,20 +15,39 @@ kernelspec:
15
15
16
16
## Overview
17
17
18
-
Adam Tooze's account of the geopolitical precedents and antecedents of World War I includes a comparison of how Gross National Products of European Great Powers had evolved during the 70 years preceding 1914 (see chapter 1 of {cite}`Tooze_2014`).
18
+
In this lecture we use Python, Pandas, and Matplotlib to download, organize, and visualize historical data on GDP growth.
In addition to learning how to deploy these tools more generally, we'll use them to describe facts about economic growth experiences across many countries over several centuries.
21
+
22
+
Such "growth facts" are interesting for a variety of reasons.
23
+
24
+
Explaining them is a principal purpose of both "development economics" and "economic history".
25
+
26
+
And the growth facts are important inputs into historians' studies of geopolitical forces and dynamics.
27
+
28
+
29
+
Thus, Adam Tooze's account of the geopolitical precedents and antecedents of World War I begins with a comparison of how Gross National Products of European Great Powers had evolved during the 70 years preceding 1914 (see chapter 1 of {cite}`Tooze_2014`).
30
+
31
+
Using the very same data that Tooze used to construct his figure, here is our version of his chapter 1 figure.
We construct a version of Tooze's graph later in this lecture.
38
+
(This is just a copy of our figure {numref}`gdp1`. We desribe how we constructed it later in this lecture.)
39
+
40
+
Chapter 1 of {cite}`Tooze_2014` used his graph to show how US GDP started the 19th century way behind the GDP of the British Empire.
25
41
26
-
(An impatient reader can jump ahead and look at figure {numref}`gdp1`.)
42
+
By the end of the nineteenth century, US GDP had caught up with GDP of the British Empire, and how during the first half of the 20th century,
43
+
US GDP surpassed that of the British Empire.
27
44
28
-
Looking at his graph and how it set the geopolitical stage for "the American (20th) century" naturally
45
+
For Adam Tooze, that fact was a key geopolitical underpinning for the "American century".
46
+
47
+
Looking at this graph and how it set the geopolitical stage for "the American (20th) century" naturally
29
48
tempts one to want a counterpart to his graph for 2014 or later.
30
49
31
-
(An impatient reader might now want to jump ahead and look at figure {numref}`gdp2`.)
50
+
(An impatient reader seeking a hint at the answer might now want to jump ahead and look at figure {numref}`gdp2`.)
32
51
33
52
As we'll see, reasoning by analogy, this graph perhaps set the stage for an "XXX (21st) century", where you are free to fill in your guess for country XXX.
In this section we describe how we have constructed a version of the striking figure from chapter 1 of {cite}`Tooze_2014` that we discussed at the start of this lecture.
463
483
464
-
Let's first define a collection of countries that consist of the British Empire (BEM) so we can replicate that element of Tooze's chart.
484
+
Let's first define a collection of countries that consist of the British Empire (BEM) so we can replicate that series in Tooze's chart.
At the start of this lecture, we noted how US GDP came from "nowhere" at the start of the 19th century to rival and then overtake the GDP of the British Empire
526
+
by the end of the 19th century, setting the geopolitical stage for the "American (twentieth) century".
527
+
528
+
Let's move forward in time and start roughly where Tooze's graph stopped after World War II.
529
+
530
+
In the spirit of Tooze's chapter 1 analysis, doing this will provide some information about geopolitical realities today.
531
+
502
532
### The modern era (1950 to 2020)
503
533
504
534
The following graph displays how quickly China has grown, especially since the late 1970s.
It is tempting to compare this graph with figure {numref}`gdp1` that showed the US overtaking the UK near the start of the "American Century", a version of the graph featured in chapter 1 of {cite}`Tooze_2014`.
0 commit comments