#!/usr/bin/env python # coding: utf-8 # The Great Turn in German Life # ----------------------------- # ### THE RISE OF THE UNIVERSITY # In[1]: import renderer net = renderer.render_arrows_app_json("arrows.app/The Great Turn in German Life - THE RISE OF THE UNIVERSITY.json") net.show("PyVis/The Great Turn in German Life - THE RISE OF THE UNIVERSITY.html") # ### THE READING REVOLUTION, A NEW PUBLIC SPACE AND NATIONALISM EMERGING # In[2]: net = renderer.render_arrows_app_json("arrows.app/The Great Turn in German Life - THE READING REVOLUTION, A NEW PUBLIC SPACE AND NATIONALISM EMERGING.json") net.show("PyVis/The Great Turn in German Life - THE READING REVOLUTION, A NEW PUBLIC SPACE AND NATIONALISM EMERGING.html") # Bildung and the Inborn Drive toward Perfection # ---------------------------------------------- # Arguably most important of all, John Locke, in his _An Essay Concerning Human Understanding_, said that the sense of self, the “I,” was not some mystical entity relating to the soul, but an “assemblage of sensations and passions that constitutes experience.” __This was a key ingredient in the birth of psychology__, even if that term was not much used yet. # # This section answered my original question before reading this bookL __Why is Germany so proliferate at contributing genius to the world?__. It's answer lies at the __Leibnizian idea of perfectibility__ # In[3]: net = renderer.render_arrows_app_json("arrows.app/Bildung and the Inborn Drive toward Perfection.json") net.show("PyVis/Bildung and the Inborn Drive toward Perfection.html") # In[ ]: