Thread for Wed Dec 16, 2020
Ask yourselves, why we have not seen arrest of the bigger criminals? Hussein, HRC, Soros, George Bush, Rothschilds, etc!
We are in the Second Revolution or WWIII and as such, we need to win. We are not going to commit the same errors as in the past.

More from #BOOM #BOOM #BOOM

More from Society

@danielashby @AdamWJT @Greens4HS2 @TheGreenParty @GarethDennis @XRebellionUK @Hs2RebelRebel @HS2ltd I'll bite. Let's try to keep it factual. There's a reasonable basis to some aspects of this question, that it might be possible to agree on. Then there are other, more variable, elements which depend on external factors such as transport and energy policy. /1

@AdamWJT @Greens4HS2 @TheGreenParty @GarethDennis @XRebellionUK @Hs2RebelRebel @HS2ltd First up, we know reasonably well how much energy it takes to propel a high-speed train along the HS2 route. We can translate that into effective CO2 generated by making some assumptions about how green the electricity grid is. /2

@AdamWJT @Greens4HS2 @TheGreenParty @GarethDennis @XRebellionUK @Hs2RebelRebel @HS2ltd Secondly, we have a reasonable grasp of how much CO2 is going to be generated by building HS2 - there are standard methods of working this out, based on the amount of steel, concrete, earthmoving, machine-fuelling etc required. /3

@AdamWJT @Greens4HS2 @TheGreenParty @GarethDennis @XRebellionUK @Hs2RebelRebel @HS2ltd Thirdly, we can estimate how much CO2 is generated by cutting down trees, and how much is captured by planting new trees. We can also estimate how much CO2 is needed to keep the railway running and generated by maintaining the track /4

@AdamWJT @Greens4HS2 @TheGreenParty @GarethDennis @XRebellionUK @Hs2RebelRebel @HS2ltd We know how much CO2 is saved by moving goods by freight train on the lines freed up by moving the express trains on to HS2, rather than by truck. /5

You May Also Like

Nano Course On Python For Trading
==========================
Module 1

Python makes it very easy to analyze and visualize time series data when you’re a beginner. It's easier when you don't have to install python on your PC (that's why it's a nano course, you'll learn python...

... on the go). You will not be required to install python in your PC but you will be using an amazing python editor, Google Colab Visit
https://t.co/EZt0agsdlV

This course is for anyone out there who is confused, frustrated, and just wants this python/finance thing to work!

In Module 1 of this Nano course, we will learn about :

# Using Google Colab
# Importing libraries
# Making a Random Time Series of Black Field Research Stock (fictional)

# Using Google Colab

Intro link is here on YT: https://t.co/MqMSDBaQri

Create a new Notebook at https://t.co/EZt0agsdlV and name it AnythingOfYourChoice.ipynb

You got your notebook ready and now the game is on!
You can add code in these cells and add as many cells as you want

# Importing Libraries

Imports are pretty standard, with a few exceptions.
For the most part, you can import your libraries by running the import.
Type this in the first cell you see. You need not worry about what each of these does, we will understand it later.