On Sun, 23 Jan 2022 at 09:15, Dennis Lee Bieber <wlfr...@ix.netcom.com> wrote: > A web > application has every action as a distinct connection and needs identifying > tokens [cookies] to let the logic know what was done previously >
Usually. Fortunately, we have SOME features that can make life easier, but in general, yes, web apps need to think in discrete actions with minimal maintained state. Absolutely agree with making a console app first. Though I rather suspect the OP doesn't want to write any code at all. ChrisA -- https://mail.python.org/mailman/listinfo/python-list