DEV Community

AK Adapa
AK Adapa

Posted on

npm and pip: some similarities between javascript and python

packages are important in any programming language.

Read Mozilla's package management basics article for more information from the JavaScript standpoint. Or, Python's Packaging Python Projects.

Package management:

https://forum.freecodecamp.org/t/package-json-npm-init-equivalent-in-python/218257

Top comments (0)