Just like after Charlottesville, Canadians are asking if what happened in Washington DC could happen north of the border. The tragic part is we don’t need to wonder what extremism will look like in Canada.

It’s already here.

More from Government

This article by Jim Spellar for @LabourList misses the point about why Labour needs to think seriously about constitutional reform - and have a programme for it ready for government.


The state of our constitution is a bit like the state of the neglected electric wiring in an old house. If you are moving into the house, sorting it out is a bit tedious. Couldn’t you spend the time and money on a new sound system?

But if you ignore the wiring, you’ll find that you can’t safely install the new sound system. And your house may well catch fire.

Any programme for social democratic government requires a state with capacity, and a state that has clear mechanisms of accountability, for all the big and all the small decisions that in takes, in which people have confidence.

That is not a description of the modern UK state.

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.