Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
@Blind4Basics: The "concatenation devil" was implied in unpythonic :)
That'd depend on the particular implementation, actually. e.g JS V8 engine (aka what Node uses) actually implements strings as kind of a string builder, so concatenating strings has string builder like performance for free.
And what about the string concatenation devil? x) (that's a bigger problem than the unpythonic aspect, imo)
This looks like some crappy Java code ;-)
Also there are some unnessary operations, and things that you should never do ;-)
This is not a best practice. Glueing strings this way is un-pythonic.