240 发简信
IP属地:山东
  • 代码:计算一个list里面各个值的个数

    方法1: from collections import Counterlist1=['apple','egg','apple','banana...

  • 工具:Ubuntu 安装GNU Scientific library(GSL)

    在使用LINE的源码(Ubuntu版本)的时候用到了GSL。GSL(GNU Scientific Library)作为三大科学计算库之一,除了涵...

  • 工具:ggplot的安装和使用

    Windows环境下Python3.5下安装ggplot(Ubuntu更容易)。依赖于numpy, pandas, scipy等工具包。 1. ...