RSS <== blog page - 2/11 ==> Blog installation (12) python (3)


blog page - 2/11

Installation of proj

2019-09-21

This is required for cartopy, PROJ needs to be installed otherwise the following error appears:

post

lighttpd - serve static content - setup

2019-09-19

I had to stop relying on friend to hold the content of my website. I wrote earlier a blog on how to setup a SFTP server. Let’s now see how to set up a http server with lighttpd. I usually avoid using python for this even though it is sometimes more simple because it is easier to detect python processes hanging on. On debian:

post

Installation of pyproj on debian

2019-08-25

Everything is here: config.yml.

post

Install FTP server on debian

2019-01-13

Server FTP, look into How to Configure VSFTPD FTPS with SSL/TLS on Ubuntu 18.04.

post

Install Python 3.7 and many packages on Linux Debian 9

2018-12-29

Same steps four months later: Install Python 3.7 and many packages on Linux Debian 9.

post

Real time communication

2018-12-14

I was looking into something to handle real time communication. I found this one: aiortc written in Python and still maintained.

post

Build protobuf and onnx for Windows

2018-08-23

A good way to build it is to look into the file appveyor.yml. You should end up with something like this: build_protobuf.bat. onnx was a little bit more complex to build as the current build system is based on Miniconda and there is still no version for Python 3.7. I had to start with the standard distribution which I did. The release is available as artifacts on appveyor/onnx. Instructions can be found in appveyor.yml.

post

Install Python 3.7 and many packages on Linux Debian 9

2018-08-19

Below you can find the instruction to get many modules on Debian 9 on Python 3.7. The first packages are quite common but the last instructions are needed to build all the content for my teachings. It begins with:

post

opencv, cannot find DLL

2018-07-29

I recently faced an issue with opencv-python and python 3.7: import cv2 returned the following error:

post

pyecharts + echarts

2018-07-05

pyecharts is a wrapper around echarts, a library developped by Baidu. Most of the documentation is in Chinese so it handles every language. Check the gallery, it is quite impressive. One example about is graph shows relationships in Les Miserables. The Python wrapper used som technics such as modules to automatically converts python code into javascript: javascripthon. I recommend reading the associated paper ECharts: A declarative framework for rapid construction of web-based visualizatio which mentions many existing libraries and explain their technical choice like not using SVG to increase performance (so no depndency on d3.js).

post


RSS <== blog page - 2/11 ==> 2019-11 (2) 2019-12 (1) 2020-02 (1) 2020-09 (1) 2021-01 (5)