I am looking a #programming concepts and #techniques i don’t use much in my daily work. I am a little surprise about how in recursion tutorials with #python doesn’t mention the depth “issue”. Where when you reach a certain dept, the interpret just goes NO!

The reason I am surprised is that the tutorials with different data structures and data sets EASILY reach this limit. How is newcomer supposed to know what this error means… I know it is easy to find out… but still

(This is not a complaint about Python)