When you've observed the development and evolution of BASIC dialects over the last 40 years or so (which I have), then you will regard Python as basically (pun intended) just another BASIC dialect.
dBase/Clipper/Xbase++ also have a lot of similarities with modern BASIC dialects like (the now open-sourced) BlitzMax, for example.
There are three programming languages that managed to pay for my bills in my career:
PowerBASIC
Turbo Pascal
Xbase++
Python became a utility language for smaller tasks and for what is now called "dev ops" work.
There are other languages that I've learned, but never really used in production environments (C++, C#, Visual Basic 5, COBOL, 6502 Assembler) - I think C++, C# and even COBOL qualify as so-called "professional" languages. Strangely enough, they were never really relevant in my professional career.
So at the end of the day, it's all nonsense. Use whatever lets you get a professional job done. You don't need Makita tools if the products from Metabo let you do the same thing, but for some reason you can handle them better. Programming languages are just tools. You get paid for the result, not for using a certain tool.
All the best,
W.