Good ideas and conversation. No ads, no tracking. Login or Take a Tour!
Ferridium · 4329 days ago · link · · parent · post: Which programming language should I learn so I can build something like this?
What's a backend and where would you recommend I start? Basic javascript or python or HTML or what? Thanks for your time.
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.