# data-playground **Repository Path**: leolord/data-playground ## Basic Information - **Project Name**: data-playground - **Description**: 一些Python的代码 - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-08-09 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Data Playground 一些零碎的算法和数学计算代码. ## 线代 计算行列式的值: `np.linalgo.det(E)`