R
R
Rodion2021-12-07 18:36:58
Python
Rodion, 2021-12-07 18:36:58

What book to read?

Good evening.

Again, I hope I tagged the question correctly.

I don’t consider myself a novice developer, I’m developing complex projects (starting from some kind of monolith and ending with a set of microservices with queues and other delights), but recently, having been at an interview, the level of my conceit dropped: I realized that elementary (but rarely used) features I don't know the language or don't remember, for which, in general, I'm even ashamed :)

Please advise me a book that will be useful to people like me for in-depth and broad study of the language.

Mark Lutz "Learning Python" latest edition? Or is there something more suitable for my situation? Or maybe go back to reading the documentation of the language "from cover to cover"?

Thanks in advance.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey Gornostaev, 2021-12-07
@rodion4dev

If there are gaps in the basics, then Lutz. If you need to go deeper, then "Fluent Python" Romaglio. If you need to pull up the standard library, then the official documentation. If you understand the nuances of how CPython works, then you can read " Inside The Python Virtual Machine ".

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question