Elana Hashman - The Black Magic of Python Wheels - PyCon 2019
Video Statistics and Information
Channel: PyCon 2019
Views: 10,763
Rating: undefined out of 5
Keywords: Elana Hashman, pycon, python, coding, tutorial
Id: 02aAZ8u3wEQ
Channel Id: undefined
Length: 26min 22sec (1582 seconds)
Published: Sun May 05 2019
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.
Resolving dependencies is always the challenge for any ecosystem of every language:
Mixing naive apt dependencies with pip dependencies for source packaging is so problematic for portability.
Living inside Conda solved so many problems until you need a dependecy exists only in pip with only source packaging or yet another framework like PipEnv or Toxt.