pub trait Speaker { }
Expand description

Speaker on the conference.

Implementors§

source§

impl Speaker for DevConf2016

This speech discusses the problem of the lack of an asynchronous Python driver for Riak and the reasons for writing its own implementation. Review of possible solutions and their comparsion.
Presentation

source§

impl Speaker for MoscowPythonMeetup2016

This speech discusses the problem of the lack of an asynchronous Python driver for Riak and the reasons for writing its own implementation. Review of possible solutions and their comparison.

  • Domain theory (riak, asyncio), problem statement.
  • Overview of existing solutions.
  • Implemented solutions comparsion:
    • blocking calls
    • executor
    • aioriak
  • performance comparison.
  • Why was it necessary?

Presentation

source§

impl Speaker for MoscowPythonPodcast2020

Guests with Andrey Ermilov.

We talked about the winding path of Python (and not only) developers. Btw we talked about refactoring and rewriting big projects (on Rust).

source§

impl Speaker for MoscowRustMeetup2021

The experience of switching to Rust or how we got to open source.

source§

impl Speaker for PyCon2021

Many articles have been written on the topic of using optional developed typing in Python.

In this speech, we will not try to repeat common truths but will try to answer the question of why we need to use it. Using examples, we will figure out how this can be done, touch on the complexities, and demonstrate how to solve them.

source§

impl Speaker for RustForPythonDevelopers

Author and speaker with Andrey Ermilov.