Hacker News new | ask | show | jobs
by Leftium 858 days ago
For reference, YouTube runs on Python[1,2,3]:

> 1. Python and Django: YouTube’s backend is predominantly written in Python, offering a balance of performance and readability.

> 2. Google Cloud Platform...

> 3. Java and C++: YouTube also utilizes Java and C++ for specific backend services, as they provide better performance for certain tasks.

---

A long time ago, I looked into these Python frameworks:

- http://www.web2py.com/

- https://kivy.org/

[1]: https://blogopost.com/youtube-tech-stack/#backend

[2]: https://medium.com/@shanthanaroja99/technology-stack-behind-...

[3]: https://youtu.be/G-lGCC4KKok

1 comments

Thank you.

I am currently using Kivy for most of my UI work. I will check out the other links.