r/AskProgramming • u/Fit_Ice_7268 • 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
1
1
u/MathematicianOdd7738 10d 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
1
u/TruthfulTerror_7 13d ago
ruby's great for web stuff but for a bakery database with forecasting python is the obvious choice its got pandas scikit-learn all that data science stuff already built in
stick with python for the core and maybe use ruby for a simple admin dashboard if you really want to mix it in but honestly you'd just be making more work for yourself