Python Forum
Saving progress in a Python program to use later
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Saving progress in a Python program to use later
#7
What is your program doing if it's taking so long to run? Maybe that's a reasonable time, but it's impossible to say without knowing any details.

On testing, there are different approaches and tools for doing this. Since your code likely has no tests right now, one approach for getting it under test is called approvals testing. Emily Bache gave a great talk on the idea: https://youtu.be/NOxThHYEX9I. Her examples are in Java, but unsurprisingly, approvals testing frameworks exist for Python (e.g. https://github.com/approvals/ApprovalTests.Python).
Reply


Messages In This Thread
RE: Saving progress in a Python program to use later - by ndc85430 - Sep-11-2022, 08:00 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
Music Python Script Repeating Number When Saving Facebook Photos ThuanyPK 2 1,017 May-13-2024, 10:59 PM
Last Post: ebn852_pan
  Progress bar bnadir55 1 2,667 Apr-11-2022, 01:52 PM
Last Post: deanhystad
  Saving the state of a program... bytecrunch 5 7,021 Mar-09-2022, 07:09 AM
Last Post: ndc85430
  saving and loading text from the clipboard with python program MaartenRo 2 2,874 Jan-22-2022, 05:04 AM
Last Post: MaartenRo
  Showing and saving the output of a python file run through bash Rim 3 5,491 Oct-06-2021, 10:48 AM
Last Post: gerpark
  Progress Indicator for Xmodem 0.4.6 KenHorse 1 2,806 Jan-30-2021, 07:12 PM
Last Post: bowlofred
  saving only one line of a figure as an image (python matplotlib) nitrochloric 0 2,645 Nov-23-2020, 01:41 PM
Last Post: nitrochloric
  How can I add a progress bar for my software? aquerci 8 5,566 Nov-16-2019, 04:20 PM
Last Post: aquerci
  New to Python, help with saving image from camera tantony 2 5,510 Sep-13-2019, 05:19 PM
Last Post: tantony
  wget progress bar anasrocks 1 5,449 Jun-06-2019, 03:12 PM
Last Post: heiner55

Forum Jump:

User Panel Messages

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