New to software development, but doing my own startup. Best language to use?
So quick background: I'm a recent CS graduate, and have some limited experience working on projects in school, but not much outside of that. I'm planning to start my own startup, essentially it would be an "AirBNB for ---", meaning it would be a platform for a type of peer to peer service. What do you guys think is the best language and framework for this purpose? I was going to start with Python because that's what I/we used for a school project, but I wanted to get some suggestions from more experienced developers before I commit.
4 comments
[ 5.7 ms ] story [ 23.1 ms ] threadDjango is a great framework for getting your web application and/or APIs built. The library support is also phenomenal (looking at Django Rest Framework for API development)
It is also unlikely you will outgrow Python/Django stack as Instagram and Pintereset are doing fine. https://engineering.instagram.com/what-powers-instagram-hund...
Rarely does the stack matter to startup success, why not pick up Steve Blank's The Startup Owner's Manual about building THE RIGHT thing? Building the wrong product is the number one killer of startups why not focus there?