Skip to main content
DurgaDatta's user avatar
DurgaDatta's user avatar
DurgaDatta's user avatar
DurgaDatta
  • Member for 13 years, 6 months
  • Last seen this week
  • Hong Kong
86 votes

how to show current directory in ipython prompt

7 votes
Accepted

Unknown format code 'x'

7 votes
Accepted

How to name list of lists in Python?

6 votes
Accepted

Writing list of tuples to a textfile and reading back into a list

5 votes
Accepted

How to get the first element of a complex list in Python

3 votes

tcl: eval and exec confusing point

3 votes
Accepted

Python super() in nested multiple-inheritance

3 votes

Django Model Field from OneToOneField

3 votes

group elements in an array and sum

3 votes

How to early return from within a helper function?

2 votes
Accepted

mongoengine - filter by "OR" on a single field in a single query

1 vote
Accepted

How can I put two arguments in one string for a input function in python?

1 vote

Python - Use external function as class method

1 vote
Accepted

Python: List of List: switching entry positions

1 vote

possible unique combinations between between two arrays(of different size) in python?

1 vote

Check if item in a Python list is an int/number

1 vote

How to remove the quote and bracket from list value

1 vote
Accepted

Making lists of the nth items of different lists in a dictionary

1 vote
Accepted

How can i remove overlap in list?

1 vote

How to remove pattern from items in an array

1 vote

How to convert a tuple list with duplicated keys and values into a fancy dicionary?

1 vote

KeyError at /login u'message'

1 vote

Accessing a SerializerMethodField in create()

1 vote
Accepted

What is a right method to apply relations between database?

1 vote

How to format output to create space between two variables in python when printing?

1 vote
Accepted

Django how to get data in post that was sent with get?

1 vote

How to generate all possible combinations of two coins with three possibilities (up, down and In between)

0 votes

How to use the while loop to get the factorial of an integer without getting endless factorials back?

0 votes

TypeError: 'NoneType' object is not callable , how can i solve it?

0 votes

Django Rest Framework: Specifying a OneToOneField by ID when creating an object via ModelViewSet