>>107161700
I'd argue Python is harder than something like Go. There's 17 ways to do a thing in Python and it lets you monkey patch/overload anything which is alright if you know what you're doing, but if you don't, it leads to some nasty things to debug. Also the async/await, package management, virtual env stuff is not easy for beginners.