Skip to main content
How are we doing? Please help us improve Stack Overflow. Take our short survey
Andy's user avatar
Andy's user avatar
Andy's user avatar
Andy
Moderator
  • Member for 14 years, 9 months
  • Last seen this week
180 votes
5 answers
336k views

How do I add a margin between bootstrap columns without wrapping [duplicate]

42 votes
8 answers
60k views

cx_Oracle doesn't connect when using SID instead of service name on connection string

38 votes
10 answers
120k views

How can I read only the header column of a CSV file using Python?

24 votes
1 answer
29k views

Using SQLAlchemy and pymysql, how can I set the connection to utilize utf8mb4?

23 votes
4 answers
25k views

Sort dictionary of dictionaries by value

17 votes
4 answers
15k views

How can I parse multiple (unknown) date formats in python?

17 votes
1 answer
705 views

Capture the "Save your changes" dialog when using win32gui and closing an embedded application within a QApplication?

14 votes
3 answers
14k views

How to safely use exec() in Python? [duplicate]

10 votes
2 answers
4k views

How can I add a QLineEdit to Menubar

10 votes
2 answers
2k views

Error initializing task DownloadNuGet: Not registered task DownloadNuGet

10 votes
3 answers
6k views

Extracting URL and anchor text from Markdown using Python

9 votes
1 answer
516 views

Multiprocessing output differs between Linux and Windows - Why?

9 votes
4 answers
22k views

ldd says library isn't found by compile completes successfully

7 votes
1 answer
20k views

Microsecond accurate timestamp in python?

7 votes
3 answers
16k views

How do I merge two CSV files based on field and keep same number of attributes on each record?

6 votes
3 answers
7k views

Using __contains__ on a list of custom class objects

6 votes
1 answer
6k views

How do I inform PyCharm of the location of custom modules?

5 votes
1 answer
6k views

How to remove Byte Order Mark in python

5 votes
1 answer
7k views

Why is this datetime string not converting to a datetime object in a Pandas dataframe?

5 votes
2 answers
11k views

MySqlDb throws Operand should contain 1 column(s) on insert ignore statement

5 votes
5 answers
8k views

How do I run inspectdb against different schemas in oracle?

4 votes
2 answers
2k views

PHP string comparison between two different types of encoding

4 votes
1 answer
1k views

Use urllib2 cookie in Selenium

4 votes
1 answer
8k views

How do I prevent pandas from recasting my integer values to floats?

4 votes
1 answer
3k views

Graph matplotlib to show total count in the histogram bins

4 votes
1 answer
1k views

MySQL Query error when run within Python but not when run directly

4 votes
1 answer
2k views

Using PyGal, how can I embed a label on the pie chart itself on hover?

4 votes
1 answer
10k views

SQL Server 2012 : extract Regex groups

3 votes
1 answer
206 views

How do I get an empty tag using markdown.extensions.attr_list?

3 votes
1 answer
1k views

Plotly: How to handle varying text sizes in a stacked funnel plot?