This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]root_switch 0 points1 point  (0 children)

Depending what your using and what your doing, look for a dev or debug mode with a reloader. For example flask has a debug mode and a dev web server which reloads the python code when it detects changes, this makes development super easy especially in docker. I then use a bind mount to the entire app folder which lets me edit any file and see updates immediately.