Adam Jensen <han...@riseup.net> writes: > So what are some of the more successful distributed. multi-platform, > development models?
Use an orchestration program to keep the systems in sync: I use ansible (ansible.com) which is written in Python and fairly simple once you get used to it, but there are lots of other programs in that space and everyone has their own preferences. If stuff doesn't change too often, you could also use Docker or whatever the current hotness is to make a container image and deploy it to your fleet. -- https://mail.python.org/mailman/listinfo/python-list