dtype.newbyteorder()
  • References/Python/NumPy/Routines/Data type routines/numpy.dtype

dtype.newbyteorder(new_order='S') Return a new dtype with a different byte order. Changes are also made in all

2025-01-10 15:47:30
cmd.Cmd.intro
  • References/Python/Python/Frameworks

Cmd.intro A string to issue as an intro or banner. May be overridden by giving the cmdloop() method an argument

2025-01-10 15:47:30
io.IOBase.readlines()
  • References/Python/Python/Operating System

readlines(hint=-1) Read and return a list of lines from the stream. hint can be specified to control the number of

2025-01-10 15:47:30
collections.defaultdict
  • References/Python/Python/Data Types

class collections.defaultdict([default_factory[, ...]]) Returns a new dictionary-like object. defaultdict is a

2025-01-10 15:47:30
CategoricalIndex.is_categorical()
  • References/Python/Pandas/API Reference/CategoricalIndex

CategoricalIndex.is_categorical()

2025-01-10 15:47:30
turtle.undobufferentries()
  • References/Python/Python/Frameworks

turtle.undobufferentries() Return number of entries in the undobuffer.

2025-01-10 15:47:30
HermiteE.cast()
  • References/Python/NumPy/Routines/Polynomials/Polynomial Package/HermiteE Module, “Probabilists’”

classmethod HermiteE.cast(series, domain=None, window=None)

2025-01-10 15:47:30
DataFrame.from_csv()
  • References/Python/Pandas/API Reference/DataFrame

classmethod DataFrame.from_csv(path, header=0, sep=', ', index_col=0, parse_dates=True, encoding=None, tupleize_cols=False, infer_

2025-01-10 15:47:30
http.server.CGIHTTPRequestHandler.cgi_directories
  • References/Python/Python/Internet

cgi_directories This defaults to ['/cgi-bin', '/htbin'] and describes directories to treat as containing CGI scripts

2025-01-10 15:47:30
GeoDjango Database API
  • References/Python/Django/API/GeoDjango Database API

Spatial Backends GeoDjango currently provides the following spatial database backends: django

2025-01-10 15:47:30