Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
compile only
#3
Use the standard modules 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 »
Reply


Messages In This Thread
compile only - by Skaperen - Oct-17-2024, 11:30 PM
RE: compile only - by DeaD_EyE - Oct-18-2024, 07:49 AM
RE: compile only - by Gribouillis - Oct-18-2024, 07:11 PM
RE: compile only - by Gribouillis - Oct-19-2024, 08:22 AM
RE: compile only - by Skaperen - Nov-01-2024, 01:47 AM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020