Good ideas and conversation. No ads, no tracking. Login or Take a Tour!
rozap · 4316 days ago · link · · parent · post: Which programming language should I learn so I can build something like this?
Well HTML+CSS+Javascript live on the front end. Python can do the backend. I would start with a simple framework like flask, and you can hook that up to mysql or postgres. Flask is nice and simple, so it has a small learning curve as opposed to something like django. But really, find a basic programming course on coursera or something before you dive into web programming. It will help a lot.