Can someone point me to a human understandable writeup of 'how to do stuff in parallel in Python'? I have no idea about it and see things like subprocess, async, threading, concurrent and I have no idea what it all means (I'm ok with some nice, linear Python) #python #threading #async #parallel #halp
@grob Maybe this? You have some guides for free but also more elaborated documents.
@eric_ma cool, looks promising, thanks!
@grob It's not free but @mkennedy's course here: https://training.talkpython.fm/courses/explore_async_python/async-in-python-with-threading-and-multiprocessing was great for me on this topic
@owenrlamont @grob Thank you Owen!