📜 ⬆️ ⬇️

Welcome to Moscow Python Meetup January 19

image
We invite developers, team-mates and everyone who is somehow connected with the development of Python to take part in the Moscow Python Meetup, which will be held on January 19, on Thursday, in the Moscow office of Mail.Ru Group. In the program of the meeting three reports, read about them under the cut.

- Double (cascading) templating
Sergey Eremin (oknardia.ru)

It happens that some of the data in the database is rarely updated, the requests to them are "heavy", but each time the client requests they need to be displayed. The speaker will tell you how to make the “heavy” template, when first called, create other “light” templates with the “prerender” of rarely updated data. On subsequent calls, “lightweight” templates are executed, which makes it possible to dramatically reduce the load on the server.

- PythonQL: all the power of modern query languages ​​right in Python
Pavel Velikhov (Finstar Labs, Head of Data Science)
')
The PythonQL project is an attempt to unify access to various databases by extending Python with a powerful query language. The speaker will talk about this expansion, the most interesting usage scenarios, and discuss future development plans.

- Less code - less problems
Vladislav Lutkov (Mail.Ru Group, myTarget)

The speaker will tell what he expects developers to introduce new technologies at different stages of the project. Using target.my.com as an example, it will share how to start using new frameworks if the product is already more than one year old.

The event starts at 19:00. Pre-registration is required. For those who will not be able to attend in person, an online broadcast will be organized. Ask your questions via the hashtag on Twitter - #moscowpython. See you!

Source: https://habr.com/ru/post/319684/


All Articles