Yes, it's true that Node.js is faster than Django, but how much faster? Django is also incredibly strong and versatile in the sense that you have to write less boilerplate code and offers you many solutions out of the box like an admin panel, authentication, and many more. Does it really matter?
Celery-related concepts are also present in Django and are applied to background operations like email sending. a potential replacement for nodejs threading.
While django has channels, nodejs has websockets.
Both support machine learning, while nodejs additionally supports Tensorflow and includes many more libraries.
You should, in my view, choose one of the more established web frameworks, such as Django, Laravel, Rails, etc. This is because Node.js web frameworks are relatively new to the market, whereas Django has probably been there for more than 20 years, and the same is true of Laravel, etc. Express uses a lot of boilerplate code, and nestjs is still a fairly new framework.
I hope my advice will be helpful. Personally, I began with Node.js and am currently using Django. Although I think nodejs is great, if you need to write anything quickly, nodejs is not the best option.