- Russia, Smolensk
- https://about.stkrp.ru
Pinned Loading
-
Multiple indexes
Multiple indexes 1class multiple_indexes(object):
2""" Mixin """
3def __getitem__(self, index):
4if not isinstance(index, tuple):
5index = (index, )
-
T from ETL (https://en.wikipedia.org...
T from ETL (https://en.wikipedia.org/wiki/Extract,_transform,_load) 1from transformation import pipeline, rename_fields, transform_field_value, replace, group_fields
234if __name__ == '__main__':
5car_transformer = pipeline(
-
Converts a mapping to Django field c...
Converts a mapping to Django field choices 1from typing import Any, Mapping, Tuple, Callable
234def mapping_to_choices(
5mapping: Mapping[str, Any],
-
Least and greatest objects in python
Least and greatest objects in python 1class _Singleton(type):
2_instances = {}
34def __call__(cls, *pargs, **kwargs):
5mcls = cls.__class__
-
django/django
django/django PublicThe Web framework for perfectionists with deadlines.
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.