Documentation for python-stdnet's DEVELOPMENT version. Get the release docs here.

C/C++ Extensions

If cython is available during installation, stdnet will compile and install a set of extensions which greatly speed-up the library when large amount of data is retrieved or saved.

Installing Cython

In linux or Mac OS it is as simple as:

pip install cython

for windows, you are better off to download and install a binary distribution from this site.

Table Of Contents

Previous topic

Local Models

Next topic

Backend Servers

This Page