Skip to content

Commit 22caa3d

Browse files
Tom's 2 pm edit of growth lecture
1 parent a7e1d84 commit 22caa3d

File tree

1 file changed

+44
-22
lines changed

1 file changed

+44
-22
lines changed

lectures/long_run_growth.md

Lines changed: 44 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,26 @@ kernelspec:
1919

2020
Adam Tooze's account of the geopolitical precedents and antecedents of World War I includes a comparison of how National Gross National Products of European Great Powers had evolved during the 70 years preceding 1914 (see chapter 1 of {cite}`Tooze_2014`).
2121

22+
We report a version of Tooze's graph later in this lecture.
2223

24+
Looking at his graph and how it set the geopolitical stage for "the American (20th) century" naturally
25+
tempts one to want a counterpart to his graph for 2014 or later.
26+
27+
As we'll see, reasoning just by analogy, this graph perhaps set the stage for an "XXX (21st) century", where you get to fill in a country for our XXX.
28+
29+
As we gather data to construct those two graphs, we'll also study growth experiences for a number of countries for time horizons extending as far back as possible.
30+
31+
These graphs will portray how the "Industrial Revolution" began in Britain in the late 18th century, then migrated to one country after another.
32+
33+
In a nutshell, this lecture records growth trajectories of various countries over long time periods.
34+
35+
While some countries have experienced long term rapid growth across that has lasted a hundred years, others have not.
36+
37+
38+
Since populations differ across country and within a country vary over time, it will
39+
be interesting to describe both total GNP and GNP per capita as it evolves within a country.
40+
41+
First let's import the packages needed to explore what the data says about long run growth.
2342

2443
This lecture growth trajectories of various countries over long time periods.
2544

@@ -301,24 +320,26 @@ plt.show()
301320

302321
+++ {"user_expressions": []}
303322

304-
(TODO: Finalize trend)
305-
We can see some interesting trends:
323+
The preceding graph of percapita GDP strikingly reveals how the spread of the industrial revolution has over time gradually lifted the living standards of substantial
324+
groups of people
306325

307326
- Most of the growth happened in the past 150 years after the industrial revolution.
308-
- There was a divergence between the West and the East during the process of industrialization (from 1820 to 1940).
309-
- The gap is rapidly closing in the modern era.
310-
- The shift in the paradigm in policy is usually intertwined with the technological and political.
327+
- Percapita GDP's in the UK and the US, on the one hand, and in China, on the other, diverged from 1820 to 1940.
328+
- The gap has closed rapidly after 1950 and especially after the late 1970s.
329+
- These outcomes reflect complicated combinations of technological and economic-policy factors that students of economic growth try to understand and quantify
311330

312331
+++ {"user_expressions": []}
313332

314-
Looking at China's GDP per capita levels from 1500 through to the 1970s showed a long period of declining GDP per capital levels from the 1700s to the early 20th century.
333+
It is fascinating to see China's GDP per capita levels from 1500 through to the 1970s.
315334

316-
(TODO: Finalize trend)
317-
Trends to note:
318-
- Period of economic downturn after the Closed-door Policy by the Qing government
319-
- Missing out on the industrial revolution
320-
- Self-Strengthening Movement may help the growth but in a very mild way
321-
- Modern Chinese economic policies and the growth after the founding of the PRC (political stability) and after the Reform and Opening-up
335+
Notice the long period of declining GDP per capital levels from the 1700s until the early 20th century.
336+
337+
Thus, the graph indicates
338+
339+
- A long economic downturn and stagnation after the Closed-door Policy by the Qing government
340+
- China's very different experience than the UK's after the onset of the industrial revolution in the UK
341+
- How the Self-Strengthening Movement seemed mostly to help China to grow
342+
- How stunning have been the growth achievements of Modern Chinese economic policies by the PRC that culminated with its late 1970s Reform and Opening-up
322343

323344
```{code-cell} ipython3
324345
---
@@ -370,12 +391,12 @@ plt.show()
370391

371392
+++ {"user_expressions": []}
372393

373-
(TODO: Finalize trend)
374-
Trends to note:
375-
- The impact of trade policy (Navigation Act)
376-
- The productivity change created by the industrial revolution
377-
- US surpasses UK -- any specific event?
378-
- Wars and business cycles (link to business cycles lecture)
394+
In the following graph, please watch for
395+
- impact of trade policy (Navigation Act)
396+
- productivity changes brought by the industrial revolution
397+
- how the US gradually approaches and then surpasses the UK, setting the stage for the ``American Century''
398+
- the often unanticipated consequenes of Wars
399+
- interruptions and scars left by business cycle recessions and depressions
379400

380401
```{code-cell} ipython3
381402
---
@@ -430,9 +451,9 @@ plt.show()
430451

431452
## The Industrialized World
432453

433-
(TODO: Write description for this section)
454+
Now we'll construct some graphs of interest to geopolitical historians like Adam Tooze.
434455

435-
Now we can look at total Gross Domestic Product (GDP) rather than focusing on GDP per capita (as a proxy for living standards).
456+
We'll focus on total Gross Domestic Product (GDP) (as a proxy for ``national geopolitical-military power'') rather than focusing on GDP per capita (as a proxy for living standards).
436457

437458
```{code-cell} ipython3
438459
data = pd.read_excel("datasets/mpd2020.xlsx", sheet_name='Full data')
@@ -529,9 +550,10 @@ ax = draw_interp_plots(gdppc[cntry].loc[start_year:end_year],
529550
+++ {"user_expressions": []}
530551

531552
## Regional Analysis
532-
(TODO: Write descriptions for this section)
533553

534-
The [Maddison Historical Statistics](https://www.rug.nl/ggdc/historicaldevelopment/maddison/) dataset also includes regional aggregations
554+
We often want to study historical experiences of countries outside the club of "World Powers".
555+
556+
Fortunately, the [Maddison Historical Statistics](https://www.rug.nl/ggdc/historicaldevelopment/maddison/) dataset also includes regional aggregations
535557

536558
```{code-cell} ipython3
537559
data = pd.read_excel("datasets/mpd2020.xlsx", sheet_name='Regional data', header=(0,1,2), index_col=0)

0 commit comments

Comments
 (0)