What distro, what language?

Kcarp12

New Member
I’m sorry, I don’t know where to post this…

I want to develop on OBS. I want to dynamically edit live scenes using a scripting language like Python.

My question is… what operating system is most stable/has the best support for scripting languages?

Is Python a suitable language or are there better ones? I’m not really a programmer so languages like C are too advanced for me.

Any help is much appreciated!
 

codeWiz

New Member
Python should have anything you need; so do most other languages. Python, C, C++, PHP, Go they all work on any OS you can imagine; so the best language is the one you know. If you don´t know any, you should probably go with Python.

Same goes for the OS: use what you´re used to. You can always compile/run on alternate systems, should compilation be required.
 
Top