Python Forum

Full Version: Two separate dataframes, two seperate programs
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, I am trying to get two programs to "talk" to each other. The information will be stored in a Pandas Dataframe. Is it possible to have them talk to each other? And how would you do it?
Look into Python's socket library
Awesome thank you so much! Cool