MP 86: And the value of small utility functions.
Hi Eric, why there is no new post in 2025 onwards? Besides I cannot find the paid subscription in setting now. Where can I find your latest posts and sharing? Thanks
Hi Eric, you moved to Ghost.
You probably have already thought of this, but to split the tags with newlines, could using 'deepcopy' from the 'copy' module help? Something like
```
from copy import deepcopy
newtag = deepcopy(oldtag)
I think then most likely they would be referring to different strings, but I could be wrong
Hi Eric, why there is no new post in 2025 onwards? Besides I cannot find the paid subscription in setting now. Where can I find your latest posts and sharing? Thanks
Hi Eric, you moved to Ghost.
You probably have already thought of this, but to split the tags with newlines, could using 'deepcopy' from the 'copy' module help? Something like
```
from copy import deepcopy
newtag = deepcopy(oldtag)
```
I think then most likely they would be referring to different strings, but I could be wrong