When I start to use Python, it is very intuitive and easy to come out to use the plus operator + to join string, as many programming languages do such as Java.

However, soon I realised that many developers seem to like to use the .join() method rather than +. In this article, I’ll introduce what’s the differences between these two approaches and why you should not use +.

#python #python programming #development

Why you should Don't Use “+” to Join Strings in Python
77.30 GEEK