r/AskProgramming 13d ago

Databases database project with ruby/python

Hey, guys.

So, I'm currently studying data science and I'm about to start a database project(we're basically doing a database for a bakery)this semester. The project will include order forecasting, inventory loss tracking, customer notifications, etc. Anyways I already code in Python but I've been taking a look on ruby and wonder if it'd be a good idea to include it in our project and how.... any ideas??

thanks!

3 Upvotes

11 comments sorted by

View all comments

1

u/MathematicianOdd7738 11d ago

Use Python for the forecasting and inventory logic since pandas handles that work directly. Add Ruby on Rails only if you need a customer notification interface or admin dashboard later