Glossary

OS-level scheduling

Windows Task Scheduler or Linux/macOS cron. These run Python scripts as external processes. Best for production deployments, server-based automation, and scripts that need to run even when no Python program is already running.

Learn More

Related Terms