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

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

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

    在使用LINE的源码(Ubuntu版本)的时候用到了GSL。GSL(GNU Scientific Library)作为三大科学计算库之一,除了涵盖基本的线性代数,微分方程,积...

  • 工具:ggplot的安装和使用

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