RSS <== module - 3/7 ==> Blog installation (12) python (3)


module - 3/7

Building dlib for Python 3.6 and boost_python on Windows

2017-07-10

dlib is quite difficult to build on Windows for Python 3.6. A compiled version exists on PyPi/dlib for Python 3.5 but the version for Python 3.6 remains unavailable unless you are using Anaconda: Installing Dlib on Anaconda Python on Windows. The blog Install Dlib on Windows even recommends not to try and to use conda (with Anaconda) instead:

post

GPU and pycuda or pyopencl on Windows

2017-01-14

pycuda is a python module implemented to use GPU. On Windows, the best way to install it is to get it from Unofficial Windows Binaries for Python Extension Packages. The module requires Visual Studio Community Edition and CUDA Toolkit. Once it is done, you can try the following program to test your installation:

post

Build pypiwin32 on Windows

2017-01-03

The module pypiwin32 does not seem to be refreshed on PyPi. To compile it, you need to get the sources from pypiwin32, to install Windows SDK if you did not already (not sure that is required but just in case).

post

Building pycrypto on Windows

2017-01-03

New version of Python and the same issues come back when I need to compile some specific packages such as pycrypto. No big issue here. After getting the sources, the following instructions might work:

post

Python + Excel

2017-01-02

I did not tried but it seems interesting: ExcelPython. The tutorial looks nice.

post

pytablewriter

2016-12-07

pytablewriter which converts a dataframe into many formats.

post

prince and MCA

2016-12-06

My students were struggling to find a module which implements MCA (or ACM in French). The module they first found was not really accurate mca. Bad sign, no update in two years. So they found prince, recenly updated and nice graphs. Don’t forget to read the first question from FAQ.

post

pivottablejs

2016-12-04

A simple module to display a dataframe in a notebook with javascript: pivottablejs. You can check the notebook pivottablejs.

post

cvxopt

2016-12-04

I tried the latest version of cvxopt (1.1.9) taken from Unofficial Windows Binaries for Python Extension Packages.

post

yapf, code formatter

2016-10-29

Another one made by google but quite interesting: yapf. I might use it to replace flake8.

post


RSS <== module - 3/7 ==> 2019-11 (2) 2019-12 (1) 2020-02 (1) 2020-09 (1) 2021-01 (5)