Thanks! Is there any questionnaire or quiz to take to discover what kind of programming suits your character? Like more backend frontend, full stack, cybersecurity, etc ?
python is a very simple language to self-learn. start here: https://www.learnpython.org and use chatgpt if there are some more advanced things you need gluing together.
use ipython shell to do interactive "code-see response" cycles. really, super simple. don't need a mentor.
Discussion
try it you will know soon. step 1 get good at basic programming concepts step 2 specialization ;) for coding, after you familiarize yourself with python, try some simple leetcode exercises.