GitHub

@@ -16,7 +16,7 @@ kernelspec:

16161717

## Overview

181819-

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`).

19+

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`).

20202121

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

2222

@@ -29,7 +29,7 @@ As we gather data to construct those two graphs, we'll also study growth experie

29293030

These graphs will portray how the "Industrial Revolution" began in Britain in the late 18th century, then migrated to one country after another.

313132-

In a nutshell, this lecture records growth trajectories of various countries over long time periods.

32+

In a nutshell, this lecture records growth trajectories of various countries over long time periods.

33333434

While some countries have experienced long term rapid growth across that has lasted a hundred years, others have not.

3535

@@ -295,19 +295,19 @@ The preceding graph of percapita GDP strikingly reveals how the spread of the in

295295

groups of people

296296297297

- Most of the growth happened in the past 150 years after the industrial revolution.

298-

- Percapita GDP's in the UK and the US, on the one hand, and in China, on the other, diverged from 1820 to 1940.

299-

- The gap has closed rapidly after 1950 and especially after the late 1970s.

298+

- Percapita GDP's in the UK and the US, on the one hand, and in China, on the other, diverged from 1820 to 1940.

299+

- The gap has closed rapidly after 1950 and especially after the late 1970s.

300300

- These outcomes reflect complicated combinations of technological and economic-policy factors that students of economic growth try to understand and quantify

301301302302303-

It is fascinating to see China's GDP per capita levels from 1500 through to the 1970s.

303+

It is fascinating to see China's GDP per capita levels from 1500 through to the 1970s.

304304305305

Notice the long period of declining GDP per capital levels from the 1700s until the early 20th century.

306306307307

Thus, the graph indicates

308308309-

- A long economic downturn and stagnation after the Closed-door Policy by the Qing government

310-

- China's very different experience than the UK's after the onset of the industrial revolution in the UK

309+

- A long economic downturn and stagnation after the Closed-door Policy by the Qing government

310+

- China's very different experience than the UK's after the onset of the industrial revolution in the UK

311311

- How the Self-Strengthening Movement seemed mostly to help China to grow

312312

- 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

313313

@@ -365,9 +365,9 @@ We can also look at the United States (USA) and United Kingdom (GBR) in more det

365365

In the following graph, please watch for

366366

- impact of trade policy (Navigation Act)

367367

- productivity changes brought by the industrial revolution

368-

- how the US gradually approaches and then surpasses the UK, setting the stage for the ``American Century''

369-

- the often unanticipated consequenes of wars

370-

- interruptions and scars left by {ref}`business cycle<mc1_ex_1>` recessions and depressions

368+

- how the US gradually approaches and then surpasses the UK, setting the stage for the ``American Century''

369+

- the often unanticipated consequences of wars

370+

- interruptions and scars left by {ref}`business cycle<mc1_ex_1>` recessions and depressions

371371372372

```{code-cell} ipython3

373373

---

@@ -424,7 +424,7 @@ plt.show()

424424425425

Now we'll construct some graphs of interest to geopolitical historians like Adam Tooze.

426426427-

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).

427+

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).

428428429429

```{code-cell} ipython3

430430

data = pd.read_excel("datasets/mpd2020.xlsx", sheet_name='Full data')

@@ -447,7 +447,7 @@ Meanwhile, Russia experienced significant setbacks during World War I and recove

447447

---

448448

mystnb:

449449

figure:

450-

caption: GDP in the early industralization era

450+

caption: GDP in the early industrialization era

451451

name: gdp1

452452

---

453453

fig, ax = plt.subplots(dpi=300)

Read the original on github.com ↗