Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

  1. Python does not support tail recursion elemination. Large recursion should be implemented as loop instead to avoid RecursionError.

  2. pylint encouter RecursionError ...

References