Tips and tricks from my Telegram-channel @pythonetc, March 2019

It is a new selection of tips and tricks about Python and programming from my Telegram-channel @pythonetc.
Previous publications.
0_0
0_0 is a totally valid Python expression.
Interpreted high-level programming language for general-purpose programming

0_0 is a totally valid Python expression.

Some of the numbers that we manage at Kiwi.com include 90 000 000+ daily searches, 25 000 seats sold daily, and a total of 15 000 000 000+ flight combinations available.


I came up with idea, that it would be cool to edit cell tags with help of IPython magic instead of mouse clicking and interacting with tags or metadata toolbars. So, now I can do it by typing this code directly into the cell input area:
%tags foo bar baz


If you are working with Kubernetes environment then you probably make use of several existing templating tools, some of them being a part of package managers such as Helm or Ksonnet, or just templating languages (Jinja2, Go template etc.). All of them have their own drawbacks as well as advantages and we are going to go through them and write our own tool that will try to combine the best features.


