- Russia, Smolensk
- https://about.stkrp.ru
Block or Report
Block or report stkrp
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
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.
-
0 contributions in the last year
Day of Week | December Dec | January Jan | February Feb | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | |||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
More