Oct-18-2024, 07:11 PM
(This post was last modified: Oct-18-2024, 07:11 PM by Gribouillis.)
Use the standard modules
You could also use a linter such as ruff of flakes8 but it will also give you warnings about pep8 and your coding style.
py_compile
and compileall
as scripts to create .pyc files.You could also use a linter such as ruff of flakes8 but it will also give you warnings about pep8 and your coding style.
« We can solve any problem by introducing an extra level of indirection »