Day 10: dev_to_post_generate
This script uses a template and generates my 100 days python scripts posts for dev.to by checking the last ...
For further actions, you may consider blocking this person and/or reporting abuse
Hey Ganesh! This is a neat series! I love seeing the little applications.
Did you know that Python has its own little mini-templating functionality? Check out string.Template! :)
Thanks, Ryan. I will check it out. :)