S
S
Serhiy Romanov2016-08-15 11:20:38
Python
Serhiy Romanov, 2016-08-15 11:20:38

Is there a book "High Performance Python" in Russian?

Tell me, is there a translation of the book "High Performance Python. Practical Performant Programming for Humans" By Micha Gorelick, Ian Ozsvald ( here it is on the publisher's website ) into Russian?
If not - tell me similar literature, articles and other things in Russian.
Thank you.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
N
nirvimel, 2016-08-15
@nirvimel

Greetings to my future competitors (and possibly customers). Judging by the description, the subject (almost every item on their list) fully corresponds to my specialization in the last few years ("Solve large problems while using less RAM" - and on this topic I generally "ate the dog").
But even from a brief description, I can see that the 2014 book is already somewhat outdated today. For example, they mention the little-known Grasp, but there is absolutely no word about such a cool technology as Numba, unless it is hidden under this phrase: "Use tools to compile Python down to machine code".
И уж как скоро речь идет о performance, то нельзя было проходить мимо темы создания C/C++ расширений. Тем, кто профессионально занимается темой производительности, в любом случае придется столкнуться с этим рано или поздно.
А пока вы ждете перевода, я постараюсь ответить на ваши вопросы по теме.

Николай Карелин, 2016-08-25
@nikolay_karelin

По поводу русскоязычных ресурсов: был доклад год назад про внутренности PyObject, здесь https://habrahabr.ru/company/wargaming/blog/263507/ (продолжение вроде здесь pycon.ru/2016/program/content/koshkin - видео есть на YouTube, но я его еще не смотрел), и был мой доклад "Ускорение кода на Python: компиляция и обход GIL", видео и презентация по ссылке здесь https://dev.by/lenta/space-blog/pycon-belarus-2016
Я еще делал продолжение на PiterPy'2016, но видео выступления пока нет и я рассказывал на английском ;)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question