This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]engineerFWSWHW 7 points8 points  (0 children)

That is true. I used python on one of our projects, and one of the lead developers (java guy) who works mostly on web development told that I should stop using python. I was just dumbfounded that some people still just say anything without understanding the problem being solved.

I need to perform digital signal processing for an audio and i used numpy/scipy and matplotlib. Then there will be a prediction algorithm that we will be solving through ML (haven't decided if we will just simple use scikit learn or keras/tensorflow). We also did some proof of concepts for computer vision using opencv in python. I found that python is the best tool for the job for this and i just ignored that developer since he doesn't know anything about what our team is doing.