Editing
The Industrial Revolution Economically
(section)
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== <span style="color: #FFFFFF;">Applying</span> == '''Modeling 'The Industrial Multiplier' (Calculating the 'Output Gap' between Hand vs. Machine):''' <syntaxhighlight lang="python"> def calculate_industrial_output(workers, has_machines): """ Shows the power of the 'Multiplier'. """ if not has_machines: output_per_worker = 10 # 10 units per day else: output_per_worker = 500 # 50x increase! total_output = workers * output_per_worker return f"WORKERS: {workers} | TOTAL DAILY OUTPUT: {total_output} units." # Hand-weaving in a cottage print(calculate_industrial_output(100, False)) # Power-weaving in a factory print(calculate_industrial_output(100, True)) </syntaxhighlight> ; Industrial Landmarks : '''The 'Spinning Jenny' ''' β A machine that allowed one person to "Spin 8 threads at once," starting the "Textile Revolution" in England. : '''Manchester (Cottonopolis)''' β The "First Industrial City": a place so "Polluted" and "Productive" that it became the "Model" for the modern world. : '''The 'Luddites' ''' β Workers who "Smashed Machines" because they "Feared" for their "Jobs." They were the first to ask: "Is Technology good for everyone?" : '''The Second Industrial Revolution (1870-1914)''' β The shift to "Electricity," "Chemicals," and "Steel," creating the "Modern Consumer World." </div> <div style="background-color: #8B4500; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;">
Summary:
Please note that all contributions to BloomWiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
BloomWiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
What links here
Related changes
Special pages
Page information