الحوارات الشائعة في مجتمع Python

تابعنا

اسأل مجتمع المهنيين


اطرح أسئلة مهنية واحصل على أجوبة متميزة من المتخصصين الآخرين.

تدفق اللغة
Singh Fatehbahadur's image  
تم إضافة الجواب من قبل  Singh Fatehbahadur, IT Specialist, aarvee asssociates
قبل 2 يومين

In Python, a negative index is used to access elements from the end of a sequence, such as a list, tuple, or string. It provides a way to reference elements in reverse or ... الإطلاع على المزيد

Anitha Ragipindi's image
تم إضافة السؤال من قبل Anitha Ragipindi Associate PWC
قبل شهر واحد

"How can I create a CI/CD pipeline for Python projects using GitHub Actions or other alternatives?"?‎

"I am a Python Developer looking to automate the deployment of my projects. I want to set up a CI/CD pipeline without using Jenkins. Could someone guide me on how to‎ ... الإطلاع على المزيد

الإجابات:
0
تابع:
المشاهدات:
0
عدد الأصوات:
0
يجب أن تتألف الإجابة من 25 حرفاً على الأقل.
Kushmitha  T A's image
تم إضافة السؤال من قبل Kushmitha T A
قبل 2 شهرين
الإجابات:
0
تابع:
المشاهدات:
0
عدد الأصوات:
0
يجب أن تتألف الإجابة من 25 حرفاً على الأقل.
Justy Shyjin's image
تم إضافة السؤال من قبل Justy Shyjin Lead Software Developer TNQ Technologies
قبل شهر واحد
الإجابات:
1
تابع:
المشاهدات:
8
عدد الأصوات:
0
يجب أن تتألف الإجابة من 25 حرفاً على الأقل.
Obaid Rehman's image  
تم إضافة الجواب من قبل  Obaid Rehman, Associate Professor-Finance, Lanzhou University of Finance and Economics
قبل 6 أيام

Negative indexing in Python allows you to access sequence elements (like lists, strings, and tuples) from the end, counting backwards. The last element has index -1, the ... الإطلاع على المزيد

Kamran Akhlaq's image  
تم إضافة الجواب من قبل  Kamran Akhlaq, Senior Manager Support & Operations, BaKhabar Kissan (BKK)
قبل 10 أيام

In Python, a negative index allows you to access elements from the end of a sequence, such as a list, string, or tuple, rather than from the beginning. The last element o ... الإطلاع على المزيد

Mohammed  Azmath khan Mohammed's image  
تم إضافة الجواب من قبل  Mohammed Azmath khan Mohammed, Engineer, Sasken Technologies
قبل 11 يوما

If I take list or array, which contains suppose elements from 1 to 10, negative indexing starts from 10 and it is represented with ' - '(negative marking)

Arif Tajammul's image  
تم إضافة الجواب من قبل  Arif Tajammul, Data Science Intern, Guest of East M&C Co. Jed,
قبل 12 يوما

Negative Index start with -1 for the last element and goes upto -n for the first element. Sting in python are also sequence so we can use negative indexing to access char ... الإطلاع على المزيد

Himani Himani's image  
تم إضافة الجواب من قبل  Himani Himani, Associate Software Engineer, Accenture
قبل 12 يوما

Negative indexing in Python enables accessing elements from the end of a sequence, such as a list, tuple, or string. This convenient feature simplifies working with data ... الإطلاع على المزيد

Miirza Baig Baig's image  
تم إضافة الجواب من قبل  Miirza Baig Baig, Backend Developer, Datapoint
قبل 14 يوما

Step 1: Understand that negative indexing allows access to elements from the end of a sequence (e.g., lists, strings, tuples). Step 2: Recognize that the index -1 refers ... الإطلاع على المزيد