Python Packaging Pro-Tip: Unlocking the Secrets of __init__.py

preview_player
Показать описание

MUSIC

SOCIALs
Рекомендации по теме
Комментарии
Автор

This is actually awesome. I have had my fair share of headaches because of these issues.

nbansal
Автор

thanks a lot, exactly the issue am facing. but wana ask __init__.py suppose to run automatically if i execute the algebra_basics ? can we save the path parentally ?

breakunknown
Автор

nice! but, doesn't the __init__.py file have other special meaning? and since this usage means we need to "import" it anyway, couldn't we call it any other filename?

travislaborde
Автор

its all for just not using venv or what?

vasiquell