Многие из тех кто активно работал с 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
In which language does "39" (spoken as san kyuu) sound like "thank you" due to the influence of English?
🧠 Follow @languagetrivia for more
#numbers
Check out the correct answer in the comments
In which language is "520" commonly used in messaging to mean "I love you"?
🧠 Follow @languagetrivia for more
#regular_multiple_choice#numbers
Check out the correct answer in the comments
How many English words made their first recorded appearance in Shakespeare’s writings?
A) 200
B) 1700
C) 4000
D) 18000
Take the quiz below to check if you guessed it right
@languagetrivia#numbers#history
The Week in Numbers: Christmas is cancelled
Chinese coal prices are at record levels, U.S. gasoline is at seven-year highs and benchmark crude climbs by the day. Signs of an energy crunch can be found wherever you look. More of the big numbers in business from the past week.
#News#Reuters#numbers#energycrisis#France#Bitcoin
Subscribe: http://smarturl.it/reuterssubscribe
Reuters brings you the latest business, finance and breaking news video from around the globe. Our reputation for accuracy and impartiality is unparalleled.
Get the latest news on: http://reuters.com/
Follow Reuters on Facebook: https://www.facebook.com/Reuters
Follow Reuters on Twitter: https://twitter.com/Reuters
Follow Reuters on Instagram: https://www.instagram.com/reuters/?hl=en
➖@reutersworldchannel➖