Hello, I am relatively new to this type of coding, I have done a few years of data science but not much application development. I want to create a program which allows for multiple users to be operating at the same time on a network and submitting information. Think of it as a panel of operators each providing details on different topics. They submit those details individually which sends it along to a master operator for review and final commitment to a MySQL database on the web. Is there a language that would be best suited for this? I have done some work with Java and it was relatively slow communicating with a database. Is this a task for Ruby or Python? Where should I start? Any help would be greatly appreciated!