Python code to drip feed from one list to another

I’m new to programming within HubSpot so I have a question. How would one move an X number of contacts from one list to another every 24 hours?
I figured it’d be best to create a for loop and pop from one list X times and append to another but I can’t seem to get started with this.

Hi, @GKristjansson :waving_hand: Thanks for reaching out! Let see if we can get the conversation going for you — hey @JBeatty @BJacobson @taran42, do you have any suggestions on how @might think about this challenge? I found this thread for a similar topic — Uploading contacts and add/removing them to a list, Python, API

Thank you! — Jaycee

That is a similar solution to mine but not quite the same. Any idea how this could be done?