Многие из тех кто активно работал с Python2 несколько удивлены, почему в Python3 удобная функция reload() переехала из builtin в imp а потом и в importlib?
Ну было же удобно! А теперь лишний импорт😖
Дело в том, что начиная с Python3.3 функция reload() переписана на Python вместо Cи.
Что это нам даёт?
🔸 Такой код проще поддерживать и развивать
🔸 Python код легче читать, изучать и понимать.
Сравните это ➡️ и это ➡️.
🔸 Как результат пункта 2, проще писать свои расширения импорта. Например, пользовательский импортёр с какой-либо хитрой логикой по аналогии с импортом из zip архивов.
А есть ли у этого решения недостатки? Да, они всегда есть.
🔹 Так как это не builtin функция, её следует импортнуть перед использованием
🔹 Скорость замедлилась примерно на 5%. Очевидно, что это совершенно не критично. К тому же от версии к версии логика импорта будет оптимизироваться и ускоряться.
В самом начале файла importlib/__init__.py мы видим такой импорт:
import _imp # Just the builtin component, NOT the full Python module
То есть часть функционала по прежнему написана на Си, но достаточно низкоуровневая.
#basic
🌍 Some savannas and grasslands support massive termite mounds reaching over 8 meters high. These structures regulate temperature and moisture, acting as tiny skyscrapers for entire insect communities. ✨
#savanna⚡#grassland⚡#biodiversity⚡#geography⚡#nature⚡#earth
👉subscribe Amazing Geography
👉more Channels
🌍 In South America’s Cerrado grassland, more than 4,800 plant species are found only there. This savanna rivals the Amazon in biodiversity but is rapidly disappearing to farmland. ✨
#savanna⚡#grassland⚡#biodiversity⚡#geography⚡#nature⚡#earth
👉subscribe Amazing Geography
👉more Channels
🌍 Some African savannas are home to "whistling thorn" trees, which grow hollow spines. Tiny ants live inside and defend the tree from animals, forming a team-up rarely seen in grassland ecosystems. ✨
#savanna⚡#grassland⚡#biodiversity⚡#geography⚡#nature⚡#earth
👉subscribe Amazing Geography🌍
🌍 Tropical savannas can burn naturally every 1–3 years, yet some species, like the baobab tree, thrive by storing water in thick trunks to survive both drought and fire. ✨
#savanna⚡#grassland⚡#adaptation⚡#geography⚡#nature⚡#earth
👉subscribe Amazing Geography
👉more Channels
🌍 Seasonal fires in some savannas are so regular that certain plants have evolved to flower or sprout only after being scorched, using fire as a natural part of their life cycle. ✨
#savanna⚡#grassland⚡#fire⚡#geography⚡#nature⚡#earth
👉subscribe Amazing Geography
👉more Channels
🌍 Some grassland fires are started by lightning and play a natural role in shaping these ecosystems. Fire clears old growth, helps seeds sprout, and maintains open habitat for many animals. ✨
#savanna⚡#grassland⚡#fire⚡#geography⚡#nature⚡#earth
👉subscribe Amazing Geography🌍