

31·
30 days agoThat’s pretty good: could that go in the OP body or is editing not possible?
That’s pretty good: could that go in the OP body or is editing not possible?
Not in the OP. For primarily text content, images of them are pretty pointless: there are links to source, quotes, etc.
Alternative: put entry point code in file __main__.py
& run the containing package (eg, some_package
) as a top-level expression (eg, python -m some_package
).
Like this?