+ 2
App development
What it takes to learn built an app like TikTok/messenger in python
3 Antworten
+ 2
EAJUDDIN if you post answers written by AI, at least please indicate your source.
Nheh Bebey, applications such as TikTok or Messenger have a very complex infrastructure to support them, because they handle communications between millions of users, with very strict performance requirements. It is a huge engineering effort to build such a system. You can create a simple chat application in Python that might serve a handful of users. But at this scale, a lot of different languages and technologies make it possible to achieve the user experience that these apps offer.
You definitely need to learn about databases (SQL and NOSQL), web frameworks (in case of Python: Django is a good example), client-server architecture, and some skills not strictly related to programming languages, for example version control systems (Git) and deploying software in a cloud infrastructure (for example AWS).
+ 1
Thanks guys
0
for buidling android apps learn java , JavaScript or C++