E. Keith Potter

Everett Keith Potter (September 27, 1911 – February 20, 1980) was a Canadian politician. He represented the electoral district of Digby in the Nova Scotia House of Assembly from 1949 to 1953. He was a member of the Progressive Conservative Party of Nova Scotia.[1]

E. Keith Potter
MLA for Digby
In office
1949–1953
Preceded byJoseph William Comeau
Succeeded byVictor Cardoza
Personal details
Born(1911-09-27)September 27, 1911
Plympton, Nova Scotia
DiedFebruary 20, 1980(1980-02-20) (aged 68)
Sanibel Island, Florida
Political partyProgressive Conservative
Occupationlumber operator

Early life and education

Born in 1911 at Plympton, Nova Scotia, Potter was a lumber operator by career.[2] He graduated from Acadia University in 1935.[2]

Political career

Potter entered provincial politics in the 1949 election, winning the Digby riding by 82 votes.[3] He did not reoffer in the 1953 election.[1] Potter attempted to regain the seat in the 1960 election, but lost to Liberal incumbent Victor Cardoza by 58 votes.[4]

Death

Potter died at Sanibel Island, Florida on February 20, 1980.[2]

Personal life

He married Ruberta Rand in 1938.[2]

gollark: This is for rendering the area around a player.
gollark: ```javascriptconst renderPlayer = (player) => { let str = "" for (let y = player.y - 5; y <= player.y + 5; y++) { for (let x = player.x - 10; x <= player.x + 10; x++) { let wallCol = getWallColor(x, y) if (x >= WIDTH) { str += wallCol } else if (y >= HEIGHT) { str += wallCol } else if (x < 0) { str += wallCol } else if (y < 0) { str += wallCol } else { let id = getEnemy(x, y) if (id != -1) { str += enemy_icons[enemies[id].id] } else { let id = getPlayer(x, y) if (id != -1) { str += players[id].icon } else { let id = getBonus(x, y) if (id != -1) { str += "?" } else { str += " " } } } } } str += "\n" } return str}```
gollark: YES, SOME OFFENSE.
gollark: As I said, this is not very good code.]
gollark: Every rendered tile.

References

  1. "Electoral History for Clare-Digby" (PDF). Nova Scotia Legislative Library. Retrieved 2015-04-30.
  2. Elliott, Shirley B. (1984). The Legislative Assembly of Nova Scotia, 1758–1983 : a biographical directory. Public Archives of Nova Scotia. p. 178. ISBN 0-88871-050-X. Retrieved 2018-05-15.
  3. "Returns of General Election for the House of Assembly 1949" (PDF). Elections Nova Scotia. 1949. p. 25. Archived from the original (PDF) on 2015-05-18. Retrieved 2015-04-30.
  4. "Returns of General Election for the House of Assembly 1960" (PDF). Elections Nova Scotia. 1960. p. 29. Retrieved 2015-04-30.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.