DEV Community

Discussion on: Convert any .pdf file 📚 into an audio 🔈 book with Python

Collapse
 
schwepmo profile image
schwepmo

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.

Collapse
 
mustafaanaskh99 profile image
Mustafa Anas

Thanks for the tip!
I sure will start using that