Skip to main content
Byte Commander's user avatar
Byte Commander's user avatar
Byte Commander's user avatar
Byte Commander
  • Member for 9 years, 6 months
  • Last seen this week
123 votes
Accepted

How to capture multiple repeated groups?

21 votes

how to convert mac address to decimal in python

11 votes
Accepted

What is the difference between multi-line comment and multi-line string in python?

9 votes

for i in range(start,stop,step) Python 3

8 votes
Accepted

Deleting variable does not erase its memory from RAM memory

6 votes
Accepted

Designing a program entry point in python

6 votes

String Split into separate Strings in python

6 votes
Accepted

TypeError: 'NoneType' object is not subscriptable, scores.sort()

6 votes

Python: How to convert a number which ll separated by comma as number count increases?

6 votes

faster geometric average on ASCII

6 votes

How do I make an infinite for loop in Python (without using a while loop)?

5 votes
Accepted

faster way of finding combinations?

5 votes

"pass" same as "return None" in Python?

4 votes
Accepted

Python: how to output a string in tabular form

4 votes

Efficient way to ask python to stop (controlled) from bash (/tmp/stop?)

4 votes
Accepted

why does order of loop nesting matter python?

4 votes
Accepted

Outputting a dictionary to file exactly as defined in variable

4 votes
Accepted

How to keep variable and dictionary that contains it consistent?

4 votes
Accepted

multiple inheritance in python with super

4 votes

Iterating over range(0,len(temp),-1) doesn't work

3 votes

Python: "too many values to unpack" when assigning result of str.split()

3 votes

How to replace white space between 2 strings using sed

3 votes
Accepted

read data having a column with more than 1 entry

3 votes
Accepted

List pointing behavior python

3 votes

Class but not instance constructor

3 votes

Is this a reliable countdown timer?

3 votes
Accepted

I have wrong results with sorting function at python

3 votes
Accepted

Understanding subclasses in python

3 votes
Accepted

Doubts on objects in python code

3 votes
Accepted

Break on next output while running in debugger

1
2 3 4 5