Hacker News new | ask | show | jobs
by immibis 236 days ago
Can you show us some of this advice?
1 comments

... Not using globals? Pass the value around, use recursion, and keep state as local as possible.
I'd like you to show:

How to write Python code with no globals

And a source other than you saying you should do it this way