Trending Machine Learning Discussions

Follow

Ask the Community


Ask any professional question and get answers from other specialists.

Stream language
Mahammad Basheer K S's image  
Answer added by  Mahammad Basheer K S, Technical Analyst, Etisalat
21 hours ago

It is a feature that allows you to access elements from the end of a sequence such as a list, tuple, or string. Instead of starting from the beginning of the sequence (in ... See More

Hamad Ur Rehman Ur Rehman's image  
Answer added by  Hamad Ur Rehman Ur Rehman, Web-Developer, J-Telemarketing
1 day ago

in Python negative indexing allows you to access elements from the end of a list, tuple, or string. This can be very handy when you want to refer to elements relative to ... See More

Muhammad Mubeen Khatri's image  
Answer added by  Muhammad Mubeen Khatri, Software Developer, Genetech Solutions
2 days ago

In Python, negative indexing is a feature that allows you to access elements of a sequence, such as a list, tuple, or string, from the end rather than the beginning. This ... See More

Muhammad Mubeen Khatri's image  
Answer added by  Muhammad Mubeen Khatri, Software Developer, Genetech Solutions
2 days ago

In Python, negative indexing is a feature that allows you to access elements of a sequence, such as a list, tuple, or string, from the end rather than the beginning. This ... See More

Muhammad Mubeen Khatri's image  
Answer added by  Muhammad Mubeen Khatri, Software Developer, Genetech Solutions
2 days ago

In Python, negative indexing is a feature that allows you to access elements of a sequence, such as a list, tuple, or string, from the end rather than the beginning. This ... See More

Suraj Neupane's image  
Answer added by  Suraj Neupane, Lead Technology Officer, PMW Trader Holding GmbH
2 days ago

Negative Index (e.g. array[-1]) allows the pointer to count from right to left of an array.

Syed Ali Abbas Naqvi's image  
Answer added by  Syed Ali Abbas Naqvi, DIGITAL MARKET, All Soft Solutions (IBM)
2 days ago

In objects such as list, tuples and strings, the values are by default marked by predefined index numbers that start from 0 from the first value that is stored in the var ... See More

Muhammad Kaleem akhtar's image
Question added by Muhammad Kaleem akhtar Freelancer Erozgaar Program| Punjab Govt Program
5 years ago
Answers:
442
Followers:
Views:
3780
Vote Count:
15
Answer should contain a minimum of 25 characters.
Faris Almutairi's image  
Answer added by  Faris Almutairi, Summer Trainee, KAU Accelerator
25 days ago

A negative index in Python lets you get the elements from the end of the array instead of the start of the array. For example, -1 returns the last element, and -2 returns ... See More

Abubakar Yazid's image  
Answer added by  Abubakar Yazid, Project Manager
1 year ago

Negative indexing usually starts where the array ends which is suppoted by python