App development | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

App development

What it takes to learn built an app like TikTok/messenger in python

26th Oct 2023, 5:06 PM
Nkeh Bebey
Nkeh Bebey - avatar
4 Answers
+ 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).
27th Oct 2023, 10:06 AM
Tibor Santa
Tibor Santa - avatar
+ 1
People are now using ChatGPT to answer others 😅.Come on guys , AI is destroying your/our creativity.
28th Oct 2023, 11:47 AM
Mushahid Bukhari
Mushahid Bukhari - avatar
+ 1
Thanks guys
30th Oct 2023, 6:42 PM
Nkeh Bebey
Nkeh Bebey - avatar
0
for buidling android apps learn java , JavaScript or C++
28th Oct 2023, 7:47 AM
Alhaaz
Alhaaz - avatar