Which programming platform should I learn for creating a solo RPG environment generator?

I need a tool to create random solo RPG settings with enemy and loot tables. Which language or platform is ideal for a beginner to build this efficiently?

I discovered that Python offers an excellent balance between simplicity and power for building a solo RPG environment generator. In my experience, Python’s clean syntax and robust standard library make it easier to implement random generation for settings, enemy encounters, and loot tables. I managed to prototype a similar project using Python, and I was impressed with how quickly I could test and refine game mechanics. Additionally, many libraries and community tutorials are available, which helps beginners overcome challenges while steadily improving their skills.