Wednesday 20 May 2020

Do Not Use “+” to Join Strings in Python by Christopher Tao via @TDataScience

A comparison of the approaches for joining strings in Python, using “+” and join() method.

This is very interesting and I love that it works through examples and doesn't just tell you to use the join() method.

No comments:

Post a Comment

Note: only a member of this blog may post a comment.