The Python Oracle

Videos

Problem opening registry key on Windows 7

3.2K

Problem executing script using Python and subprocces.call yet works in Bash

747

What possible improvements can be made to a palindrome program?

818

Django Http404 and DEBUG mode catch 22

750

Finding the kth-smallest element in union of sorted arrays

3.1K

Replacing values in numpy array

5.8K

Python: search a list of numbers in a list of very large numbers, allowing + or - 5 error

1.2K

Python all() and bool() empty cases?

480

Why is comparison to True/False using the "is" operator bad?

1K

Does CPython's garbage collection do compaction?

860

how to create dummy variables in Pandas when columns can have mixed types?

1.7K

Determine mean value of ‘data’ where the highest number of CONTINUOUS cond=True

290

How to expand/flatten pandas dataframe efficiently

2.4K

Why does fillna with median on dataframe still leaves Na/NaN in pandas?

6K

Making a new column in pandas based on conditions of other columns

9.9K

How to identify significant items from a correlation matrix in Python (without inner loop)

105

Pandas: Apply mask to multiindex dataframe

1.4K

how to get the column name resulting True in Pandas boolean reduction

8.6K

pandas str.contains() gives wrong results?

2.5K

random_state and shuffle together

4.9K

Setting the hidden state for each minibatch with different hidden sizes and multiple LSTM layers in Keras

1.1K

make python sort / compare the same way as GNU sort

617

GEKKO error when running remote = False on Windows 10 Pro

395

Django Admin Sidebar Bug

1.2K

Docker SDK for Python: how to build an image with custom Dockerfile AND custom context

1.5K

Short circuit list of functions python

100

print("string1" or "string2" in string) does not give Boolean result

175

Google App Engine Task Queues - nasty failure

1.7K

In Dulwich, how do I commit to a branch instead of to HEAD?

823

Python--Getting Queue.Empty exception from a nonempty multiprocessing.Queue

2.7K

Django: Is Base64 of md5 hash of email address under 30 characters?

3.4K

Python string comparison with different case and float

924

Installing pysox on ubuntu via pip install, cannot resolve sox.h

6.2K

Why does the interpreter hang when evaluating the expression?

132

Why should I ever use "getattr()"?

2.5K

Zip uneven numpy arrays

381

Reduce complexity in list operations

2K

Data prints, but does not write to dataframe

533

How to decrement a variable while printing in Python?

818

Appending to Pandas DataFrame with categorical columns

4.6K

Chi-squared goodness of fit test in Python: way too low p-values, but the fitting function is correct

4.1K

Is it possible to find out which condition is being met in a multi condition if then statement?

71

Determine if the input list is strictly increasing

4K

Python help. Finding largest value in a file and printing out value w name

1.3K

Django doesn't update HTML template after `model.save()`

1.4K

How is the memory allocated for numpy arrays in python?

3.2K

Why does IPython manage memory differently than CPython when I delete a list?

303

Check if Key Structure exists in Dictionary

71

Alert disappears before script can switch to it using Selenium + Python + Chrome

2.8K

How to chain ML models/pipeline models sequentially?

687