Hacker News new | ask | show | jobs
by FlashBlaze 2219 days ago
Is Go a good option to create some background tasks. For eg. monitor which Spotify songs are playing and and store that in a json file, etc. Or is Python more suitable for this?
1 comments

Python has more libraries to write automation tasks than Go. It really depends on you situation, if I have a lot of time I'll do it in Go because everybody does it in Python :P
Thanks. If possible can you suggest some good libraries for background tasks in Python?