3 Comments
User's avatar
Simon Kwong's avatar

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

Simon Kwong's avatar

Hi Eric, you moved to Ghost.

Slack System's avatar

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