My FeedDiscussionsHeadless CMS
New
Sign in
Log inSign up
Learn more about Hashnode Headless CMSHashnode Headless CMS
Collaborate seamlessly with Hashnode Headless CMS for Enterprise.
Upgrade ✨Learn more

How can I connect my React Native App with Python code?

Lama's photo
Lama
·Jan 28, 2020

Hello everyone, I'm developing a react native application using Expo, it will display different data, preprocessed and cleaned with Python, along with sentiments analysis on tweets regarding a specific topic.

What is the best way to do that? I read about using RESTful API with Flask but after some reading I don't think it will serve this purpose.

Thank you in advance.