How to create dropbox clone in python?

Опубликовано: 14 Январь 2022
на канале: Pythonista24x7
323
2

Building a full Dropbox clone with Django is a complex endeavor. This video explores the challenges:

1. Client vs. Server - There are two main components - a user-facing client app and a backend server.
2. Django's role - While Django might be suitable for the server-side (file tracking, user management), creating the desktop client application would likely require a different language like C++.
The video suggests looking at an existing project called Cfile as a reference. Cfile offers both server (potentially Django) and client (likely C++) code for a Dropbox-like file synchronization system.

Overall, this video provides a realistic perspective on the complexity of building a Dropbox clone and suggests alternative approaches for learning more.


На этой странице сайта вы можете посмотреть видео онлайн How to create dropbox clone in python? длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь Pythonista24x7 14 Январь 2022, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 323 раз и оно понравилось 2 зрителям. Приятного просмотра!