The Python Oracle

Videos

Why is the builtin function `any(b'\x00')` behaving differently between python2 and python3?

351

How to add an index of a another dataframe

80

Where does pip install packages with a virtual environment?

5.6K

True inverse function for cosine in numpy? (NOT arccos)

2.3K

change value by key of another dataframe

108

Assessing values ​to a pandas column with conditions depending on other columns

81

Merge lists in a dataframe column if they share a common value

95

How do I read binary pickle data first, then unpickle it?

22.9K

Sqlalchemy select condition

3.2K

boto encryption key with amazon s3

4.4K

How to use dummy variable to represent categorical data in python scikit-learn random forest

7.9K

Checking if two lists share at least one element

10.5K

Python Logging with Multiprocessing in Windows

2.8K

Does datetime.fromtimestamp(os.path.getctime()) in Python give me a timezone-aware value?

2.2K

Pandas duplicated vs groupby to flag all duplicate values

2.8K

scikit-image saves binary image as completely black image

6.7K

os.path.isfile() returns false for file on network drive

5K

Is it possible to test if the legend is covering any data in matplotlib/pyplot

1.6K

Flask SqlAlchemy MySql Boolean Type Always Returns True

2K

Problems in Python with difference between import module and from module import

212

How to make sympy acknowledge that 0/0 is a division by zero

821

Getting the index of similar consecutive elements in list (Python3)

1.3K

Plotting SDSS images with python

2.4K

Changing a string column into several boolean columns using pandas

450

Dask crashing when saving to file?

427

Filtering a pandas data frame which has 2 level of column headers

145

Get indices of element of one array using indices in another array

1.2K

What classes of applications or problems do you prefer Python to strictly OO Languages?

509

URLs and side effects (Django)

341

Pyramid on App Engine gets "InvalidResponseError: header values must be str, got 'unicode'

1.6K

Shell expansion in subprocess?

4.2K

Create a stacked 2D histogram using different weights

3.4K

Need some clarification on the ** operator in Python

113

Python 3 - on converting from ints to 'bytes' and then concatenating them (for serial transmission)

4.5K

Most "pythonic" way to check ordering of sub lists of a list?

116

pyparsing: when ignoring comments, parseAll=True does not throw a ParseException

2.2K

Python - If string contains a word from a list or set

29.6K

Python set class, float and int evaluation

1.4K

computation of test data in tensorflow tutorial

2.2K

Django admin static files 404

7.4K

scikit-learn: How to calculate root-mean-square error (RMSE) in percentage?

37.8K

Why doesn't the `normed` parameter for matplotlib histograms do anything?

15K

Tuple to Dict :: TypeError: cannot convert dictionary update sequence element #0 to a sequence

2.2K

Search and return index of matching substring with pandas

1.2K

Find groups of values that are !=0 in a list

758

Python curses how to change cursor position with curses.setsyx(y,x)?

7.8K

What is the appropriate distance metric when clustering paragraph/doc2vec vectors?

1.4K

How to "run" a "Paypal Subscriptions Service" inside Google App Engine?

890

django not raising IntegrityError for duplicate primary key

2.2K

How can I use OpenCV (Python) to read a video file WITHOUT looping (Mac OS)?

13.4K