Introduction Python is simply a high-level programming language used in data analytics,web development,automation,AI and so many more fields. It was created by Guido van Rossum and released in 1991. I will walk you through on how it's used in Data Analytics. Why is python popular in data analytics Python consistently ranks among the world’s most popular programming languages because it balances simplicity,power and flexibility which is often rare in programming languages. 1.Python looks simple and easy to read Compared to other programming languages like Java or C++,Python code is much simple and usually takes fewer lines.It makes it easier for beginners to learn. unlike java: 2.Used in data analyics You can calculate the average of sales or anything by writing a simple code: 3.It has plenty of libraries A good example is the 'Pandas'.It lets you load a spreadsheet(or CSV file) and start exploring it immediately.…