Python is a general-purpose interpreted language used for creating software and websites, automating tasks, and analyzing data. It is beginner-friendly and easy to learn.
1. pip install - Install and manages software packages. 2. print - Print out on screen. 3. type - Check object class or type. 4. input - Take input from user. 5. len - Count total items in an object.
2. List Commands A set of built-in list commands are available for use with lists and arrays. Lists can store elements of different data types. copy() insert() pop() reverse() sort()
3. Tuple Commands A tuple is a built-in data type that contains multiple items within a single variable. Currently, there are only two built-in tuple commands: count()index()