Contribute Media
A thank you to everyone who makes this possible: Read More

Packaging / dependecy hell in python

Description

In this talk we will discuss packing, dependencies and deploying apps in python. We all love python, The syntax is simple and expressive, it has tons of open source modules and frameworks and a great community.

However one of pythons biggest pitfalls is the lack of clear way for deploying python apps. We will discuss and show packaging, dependency management and deployment solutions in Python. The talk will be separated to four short parts:

  1. Python packaging pitfalls
  2. What can python learn from NPM
  3. Our current solutions: from DEB/RPM to docker
  4. What new in python 3.X and packaging (venv, ensurepip, zipapp)

Slides available here: http://il.pycon.org/2016/static/sessions/niv-mizrahi.pdf

Details

Improve this page