معرفی شرکت ها


cursed-datatypes-0.1.0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

"list & tuple datatypes alowing floating point indices and slices"
ویژگی مقدار
سیستم عامل -
نام فایل cursed-datatypes-0.1.0
نام cursed-datatypes
نسخه کتابخانه 0.1.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Luke Roantree
ایمیل نویسنده luke@roantree.com
آدرس صفحه اصلی https://github.com/lukeroantree4815162342/cursed_datatypes/
آدرس اینترنتی https://pypi.org/project/cursed-datatypes/
مجوز -
## cursed\_dataypes is a library offering cursed variations of standard Python datatypes (so far limited to cursed\_list) --- ### install: `pip install cursed-datatypes` ### import: `from cursed_datatypes import cursed_list, cursed_tuple` ### What is cursed about these datatypes? well, you know how you absolutely never thought "I wonder what element 2.345 of this list is"? cursed\_list allows you to find out! cursed\_list extends the builtin list type to allow floating point indices, or floating point slices. It interpolates the values of the list elements to get these fractional elements; e.g. `cursed_list([1,2,3])[0.333])` would give `1.333` floating point slices work similarly, including if the step is a float Note: this means the number of elements of a slice of a cursed\_list can be *more* than the length of the original cursed\_list object. cursed\_tuple works similarly, except it is immutable. --- ![cursed list demo screenshot](cursed_python.png) --- ### Limitations: Can only assign to cursed\_list slices as if it were a normal list; no floats Can't handle complex number indices - I have no idea what that should even look like ### Where should I use this? You probably shouldn't, definitely not for anything serious. The whole point of this is to be like nails on a chalkboard for programmers.


زبان مورد نیاز

مقدار نام
>=3.6 Python


نحوه نصب


نصب پکیج whl cursed-datatypes-0.1.0:

    pip install cursed-datatypes-0.1.0.whl


نصب پکیج tar.gz cursed-datatypes-0.1.0:

    pip install cursed-datatypes-0.1.0.tar.gz