Calgary lost 23% of its treated water last year to leaks. What’s the plan to fix it?
The City of Calgary has a plan to reduce the water loss rate to 15 per cent by 2030, but it comes with a cost of $342 million over the next four years.
#Canada #Politics #CalgaryCityCouncil #Calgarywater
https://globalnews.ca/news/11886800/calgary-treated-water-leaks-plan-to-fix/
Montreal issues advisory urging residents to limit water use this summer
Montreal is asking people to reduce water use in a major way. Officials said new restrictive measures are necessary as it carries out repairs on a key watermain.
https://www.cbc.ca/news/canada/montreal/montreal-water-advisory-9.7216502?cmp=rss
Edmonton hospital using medical technology to offer non-surgical weight loss procedure
A procedure at the Royal Alexandra Hospital sees tiny tools used to stitch up a stomach to reduce its size.
https://www.cbc.ca/news/canada/edmonton/edmonton-royal-alexandra-hospital-weight-loss-procedure-9.7214677?cmp=rss
Woodchips on trails reduce tick populations, Ottawa researchers find
A study published this month by researchers at the University of Ottawa has found that applying woodchips to some trails significantly reduced local tick populations.
https://www.cbc.ca/news/canada/ottawa/woodchips-on-trails-reduce-tick-populations-ottawa-researchers-find-9.7206851?cmp=rss
Woodchips on trails reduce tick populations, Ottawa researchers find
A study published this month by researchers at the University of Ottawa has found that applying woodchips to some trails significantly reduced local tick populations.
https://www.cbc.ca/news/canada/ottawa/woodchips-on-trails-reduce-tick-populations-ottawa-researchers-find-9.7206851?cmp=rss
Bill to reduce availability of flavoured vapes in Manitoba not enough: advocacy group
The Manitoba government plans to reduce where flavoured vaping products can be sold, but one group says the idea does not go far enough and lags behind other provinces' efforts.
#Health #Politics #Vaping
https://globalnews.ca/news/11869757/reduce-flavoured-vapes-manitoba-not-enough/

Das #VerbrennerAus scheint in der #Seeschifffahrt schon durch zu sein.
Und dass, wo #Schifffahrt ohnehin bereits diejenige #Transportform ist, die am wenigsten #Emissionen verursacht ...

Welches #4R-Verhalten könnte noch mehr #Impact erzielen?
#reduce
#reuse
#repair
#recycle
https://t3n.de/news/projekt-vision-meyer-werft-1738410/

Projekt Vision: Meyer Werft will größtes E-Kreuzfahrtschiff der Welt bauen | t3n

Die Meyer Werft hat angekündigt, das größte rein elektrische Kreuzfahrtschiff der Welt bauen zu wollen. Seine Batterien hätten mehr als die doppelt so viel Kapazität wie der größte stationäre Stromspeicher in Deutschland.

t3n Magazin

Разбираем map, filter, reduce, any, all, zip и enumerate в Python

Все мы начинали писать на Python примерно одинаково: создавали пустой список, запускали цикл for, проверяли условие через if и делали .append(). Это надежно, предсказуемо, но по мере роста кодовой базы такие конструкции начинают утомлять — мы тратим 4-5 строк на банальную трансформацию данных, которую можно уложить в одну лаконичную строку. В этой статье мы подробно разберем встроенный инструментарий Python для работы с итерируемыми объектами: map, filter, reduce, any, all, zip и enumerate.

https://habr.com/ru/articles/1036696/

#python #map #filter #reduce #функциональное_программирование #генераторы_списков #ленивые_вычисления #рефакторинг_кода

Разбираем map, filter, reduce, any, all, zip и enumerate в Python

Все мы начинали писать на Python примерно одинаково: создавали пустой список, запускали цикл for , проверяли условие через if и делали .append() . Это надежно, предсказуемо, но слишком громоздко. По...

Хабр