I have to develop a web application which has a complex business logic. I have to process lot of data and do lots of analysis to produce stats.
Currently I know of 3 language used for server side of web application :
1. python
2. php
3. java/spring/hibernate
because i have to start from scratch and also have to learn the language ( i don't know any of the three), therefore i want to know using which language (framework)it will be preferable to perform complex analysis and big data processing. I am also going for fast to develop, easy, library support etc.
P.S This question is not to proof which is better language?