Your Creating Python Packages Wrong

Manpreet Singh
2 min readJun 1, 2022

Hey everyone! Python is an awesome programming language with a ton of capability, one of the best features about Python is the ability of using packages that other people have developed as well! However, you may be importing your Python packages wrong, this specific package we’ll be looking at is the poetry package, this is a Python packaging and dependency management package for Python! Here is a link to their website:

--

--