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

تابعنا

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


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

تدفق اللغة
Justy Shyjin's image
تم إضافة السؤال من قبل Justy Shyjin Lead Software Developer TNQ Technologies
قبل 23 يوما
الإجابات:
1
تابع:
المشاهدات:
8
عدد الأصوات:
0
يجب أن تتألف الإجابة من 25 حرفاً على الأقل.
Anitha Ragipindi's image
تم إضافة السؤال من قبل Anitha Ragipindi Associate PWC
قبل 28 يوما

"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
قبل شهر واحد
الإجابات:
0
تابع:
المشاهدات:
0
عدد الأصوات:
0
يجب أن تتألف الإجابة من 25 حرفاً على الأقل.
Ibrahim Gashaw Kassa's image  
تم إضافة الجواب من قبل  Ibrahim Gashaw Kassa, Assistant Professor, University of Gondar
قبل 5 أيام

In Python, negative indexing is a powerful feature that allows you to access elements within a sequence (like a list, tuple, or string) from the end instead of the beginn ... الإطلاع على المزيد

SREERAJ KRISHNA's image  
تم إضافة الجواب من قبل  SREERAJ KRISHNA, LAB ENGINEER IV/QA LEAD, Western Digital Corporation,
قبل 5 أيام

In negetive indexing the last element of the sequence is indexed as -1 and second-to-last element is indexed as -2 and continues until the first element is reached. Negat ... الإطلاع على المزيد

Shivanipriya Pridiviradje's image  
تم إضافة الجواب من قبل  Shivanipriya Pridiviradje, Machine Learning Intern , Atharvo
قبل 5 أيام

A negative index in Python allows reverse traversal of a sequence like lists, strings, or tuples. It essentially counts from the end rather than the beginning, where -1 ... الإطلاع على المزيد

Nishabu Hameed K's image  
تم إضافة الجواب من قبل  Nishabu Hameed K, Software Engineer, Verifone
قبل 5 أيام

allow you to magically access from end of the list even if you don't know the actual size!

Default profile image  
تم إضافة الجواب من قبل  Md Mahtab Hussain
قبل 11 يوما

Negative index  Len(Size)-1  which iterate from last index to first

Wissem  Ben Bettaieb's image  
تم إضافة الجواب من قبل  Wissem Ben Bettaieb, Software Developer, MO-KA
قبل 13 يوما

Negative index is indexing from the last of the data structure, for example we do have a list called elements, when we make this return elements[-1], by doing this we are ... الإطلاع على المزيد

Veluru venkata sai  Vanipriya's image
تم إضافة السؤال من قبل Veluru venkata sai Vanipriya
قبل 11 شهرا

Is there giving any training of project?‎

How to code in Python language of project‎

الإجابات:
0
تابع:
المشاهدات:
3
عدد الأصوات:
0
يجب أن تتألف الإجابة من 25 حرفاً على الأقل.