Python: Будьте осторожны с .popitem()

Используйте .popitem(), только когда вы точно уверены, что элемент надо удалить.

Если надо получить значение, не удаляя элемент, используйте .copy().popitem().

 
0
Kudos
 
0
Kudos

Now read this

Multi-Language Documentation in Reverse

Note: This is a longer version of my lighting talk and Write the Docs EU 2014. Delivering content in many languages is great. It’s also quite resource consuming. So, you have to decide what really needs multi-language support and what... Continue →