Click here to Skip to main content
15,887,267 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Embedding scripting/python into an application - an successful examples? Pin
Jeremy Falcon6-Oct-23 2:59
professionalJeremy Falcon6-Oct-23 2:59 
GeneralRe: Embedding scripting/python into an application - an successful examples? Pin
Davyd McColl6-Oct-23 21:58
Davyd McColl6-Oct-23 21:58 
GeneralRe: Embedding scripting/python into an application - an successful examples? Pin
jschell5-Oct-23 6:03
jschell5-Oct-23 6:03 
GeneralRe: Embedding scripting/python into an application - an successful examples? Pin
charlieg8-Oct-23 8:05
charlieg8-Oct-23 8:05 
GeneralRe: Embedding scripting/python into an application - an successful examples? Pin
Peter Adam5-Oct-23 20:07
professionalPeter Adam5-Oct-23 20:07 
GeneralRe: Embedding scripting/python into an application - an successful examples? Pin
Julie7776-Oct-23 5:44
Julie7776-Oct-23 5:44 
GeneralRe: Embedding scripting/python into an application - an successful examples? Pin
charlieg8-Oct-23 8:11
charlieg8-Oct-23 8:11 
GeneralRe: Embedding scripting/python into an application - an successful examples? Pin
Jeremy Falcon9-Oct-23 3:45
professionalJeremy Falcon9-Oct-23 3:45 
Then you have no choice but to expose an interface of sorts. If it's an API, first thing you need to decide of what type of bindings are you going to use.

If it were me, I'd toss a tiny web server on the machine and knock out some rest APIs. Even routers have a webserver on them, and they don't have much processing power. So, it's not like it'll take beefy hardware for one or two automating users. You can find a stripped down tiny one or just cook one up in Node (my favorite, it's faster) or Python on the machine itself.

But this way, your interface/gateway would be language agnostic. Just as long as it can send and receive web requests, which is most languages.
Jeremy Falcon


modified 10-Oct-23 13:17pm.

GeneralRe: Embedding scripting/python into an application - an successful examples? Pin
charlieg9-Oct-23 11:02
charlieg9-Oct-23 11:02 
GeneralRe: Embedding scripting/python into an application - an successful examples? Pin
jschell9-Oct-23 5:15
jschell9-Oct-23 5:15 
GeneralWordle 838 Pin
StarNamer@work4-Oct-23 13:19
professionalStarNamer@work4-Oct-23 13:19 
GeneralRe: Wordle 838 Pin
Amarnath S4-Oct-23 14:10
professionalAmarnath S4-Oct-23 14:10 
GeneralRe: Wordle 838 Pin
Shane01034-Oct-23 18:15
Shane01034-Oct-23 18:15 
GeneralRe: Wordle 838 Pin
GKP19924-Oct-23 18:21
professionalGKP19924-Oct-23 18:21 
GeneralRe: Wordle 838 Pin
GuyThiebaut4-Oct-23 20:01
professionalGuyThiebaut4-Oct-23 20:01 
GeneralRe: Wordle 838 Pin
Sander Rossel4-Oct-23 20:19
professionalSander Rossel4-Oct-23 20:19 
GeneralRe: Wordle 838 Pin
ChandraRam4-Oct-23 20:54
ChandraRam4-Oct-23 20:54 
GeneralRe: Wordle 838 Pin
OriginalGriff4-Oct-23 20:56
mveOriginalGriff4-Oct-23 20:56 
GeneralRe: Wordle 838 Pin
Cp-Coder5-Oct-23 1:11
Cp-Coder5-Oct-23 1:11 
GeneralRe: Wordle 838 - 5 4 me Pin
pkfox4-Oct-23 21:08
professionalpkfox4-Oct-23 21:08 
GeneralRe: Wordle 838 Pin
Sandeep Mewara4-Oct-23 22:13
mveSandeep Mewara4-Oct-23 22:13 
GeneralRe: Wordle 838 Pin
Cp-Coder5-Oct-23 1:10
Cp-Coder5-Oct-23 1:10 
GeneralRe: Wordle 838 (SMB/6) Pin
Jeremy Falcon5-Oct-23 2:41
professionalJeremy Falcon5-Oct-23 2:41 
Generalworldle 621 2/6 Pin
jmaida4-Oct-23 11:22
jmaida4-Oct-23 11:22 
General288 Pin DIMMs Pin
C-P-User-34-Oct-23 9:33
C-P-User-34-Oct-23 9:33 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.