We're a place where coders share, stay up-to-date and grow their careers.
Really cool and quick project! One thing I would suggest is to use python's join() method instead of looping over the list of strings. I think that's the more "pythonic" way and should also perform a little better.
join()
Thanks for the tip! I sure will start using that
Really cool and quick project! One thing I would suggest is to use python's
join()
method instead of looping over the list of strings. I think that's the more "pythonic" way and should also perform a little better.Thanks for the tip!
I sure will start using that