Skip to content

Instantly share code, notes, and snippets.

View zancas's full-sized avatar

Za Wilcox zancas

  • zingolabs
  • Longmont, CO
View GitHub Profile
@zancas
zancas / pypi-vs-npm.md
Last active September 19, 2021 08:25 — forked from toejough/pypi-vs-npm.md

Intro

This is a comparison of packaging with python vs with npm.

TLDR

Python packaging is 3x as complex as javascript packaging. See the conclusion for more detail (but less than the whole document).

Categories examined:

  • [script creation](script creation)
  • [conversion to a package](conversion to a package)