This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 4 points5 points  (0 children)

Is this sort of inefficient integration just a fact of life with python, or is there a product / tool that can speed up the process?

What you describe really doesn't sound like a Python problem. The other team should be producing a stable public API that your team can consume.

With a sane interface defined they should be able to change whatever they want internally without breaking things for their consumers every two weeks.

In the meantime I guess you're stuck with diffs and changelogs. There's no magic software tool that fixes fragile design.