The Python Oracle

Videos

How to restart a Python script?

90

Why is JAX's `split()` so slow at first call?

76

Which version of Python should be used?

364

Python 2.7, sqlite3, ValueError: could not convert BLOB to buffer

2.7K

Simplifying an Expression in Python

543

Python: a better way to write a if-then block with join?

232

Where to control permission-style viewing in Django? In the url (via generic views), template, or view?

307

Argparse not recognized and incorrectly handled

2.2K

Adding to numpy.nextafter() float returns unexpected result

555

Reading data consecutively in a AWS SQS queue

1.6K

Customizing rolling_apply function in Python pandas

5.3K

Checking a file exists (and ignoring case) in Python

2.7K

Calling print in the middle of a python list comprehension

385

Alternative approaches to comparing values

592

Python script that simultaneously listens/responds to HTTP requests, serial port, and time-based events?

1.1K

GAE + NDB + Blobstore + Google High Performance Image Serving

1.7K

Numpy to weak to calculate a precise mean value

2.5K

Randomly walking turtle function not doing what I want it to

2.1K

Best way to limit incoming messages to avoid duplicates

106

Pulp error +self.path

3.4K

What would be a clean and efficient way to find object structural similarity in python?

74

Is django.db.reset_queries required for a (nonweb) script that uses Django when DEBUG is False?

823

Very slow MongoDB count in big database

1.2K

Python: TypeError: argument of type 'Comment' is not iterable

14.4K

Is it possible to add an attribute to an imported class in python?

2.1K

How to see that a numpy array of zeros is not empty?

602

Are aliases guaranteed to refer to the same object in Python?

1.3K

Using shift() with unevenly spaced data

821

use hour unit in pandas to_timedelta

2.7K

numpy python 3.4.1 : Python 3.4 not found in registry

8.9K

Sphinx describe valid input values to api

369

My While True loop is getting stuck in python

2.2K

counting T/F values for several conditions

72

App built with non-system Python using py2app in pyenv not runnable on other machines

1.9K

Pandas between_time boolean

1.9K

Problems installing the latest version of the EB CL

319

Cleanest way to replace np.array value with np.nan by user defined index

653

Return parent dictionary if key value exists

72

Running bash commands in Python: os vs subprocess?

3.6K

Fill in gaps in panel data using Python Pandas

1.9K

How to write a lexer/parser for if statements

2.7K

What is the value of a class?

120

First Value in Pandas DatetimeIndex is Unsearchable

356

What is the mechanism that the builtin function `open` uses to encode and decode filenames?

83

Python Process pool executor shutdown on signal

5.9K

Explain numpy.where

3.2K

Inconsistent behavior of any(df == value) on pandas dataframe

853

After upgrade to Django 1.11 append_slash no longer works

2.5K

Filter dictionary in a simple and readable manner

90

PAHO MQTT Python client - acknowledgement missing, guaranteed delivery for subscriber

3.6K