I’ve been using python for data manipulation for a little while. Bubble is great for creating web apps fast, but I’ve made it to the point where I need python to plan things out. I am aware that I can transfer data from the database using csv (and vice-versa) (if there is a better way that would be a great cherry on top). But is there a way I can run a python script after someone hits a button ect.?
1 Like
Hey @shirtshackservices,
You could take advantage of server-less tools to build external functions that may be too complicated for Bubble or just plain faster if done with code. Since AWS Lambda has Python support, take a look at their documentation and API to integrate it with your application. There’s other simple, easier tools like Webtask for Node.js if you’d rather not learn Lambda Functions.
1 Like
This topic was automatically closed after 70 days. New replies are no longer allowed.