Comment on Ask HN: Can I create a mobile and Web App using a Python/Python Framework?Comments−Leftium2yFor 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−Ntuthuko_hlelaOP2yThank you.I am currently using Kivy for most of my UI work. I will check out the other links.
Comments
For reference, YouTube runs on Python[1,2,3]:
---
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
Thank you.
I am currently using Kivy for most of my UI work. I will check out the other links.