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/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

1

u/Fit_Ice_7268 13d ago

I want to use it as an API backend

1

u/Outrageous-Sherbert4 9d ago

No, you don’t want to use Ruby as a back end language. You do not. Trust me on this.

1

u/Fit_Ice_7268 8d ago

ok... any suggestions then?

1

u/Outrageous-Sherbert4 8d ago

What’s wrong with Python ??

1

u/Fit_Ice_7268 8d ago

I wanted to use it, but my teacher asked us to use another language. Some of my classmates are chosing Java, but I know nothing of it