# zai **Repository Path**: cherishd/zai ## Basic Information - **Project Name**: zai - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-01-04 - **Last Updated**: 2026-01-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # zai 介绍 ## a_basic: ### pythonj基础:day01-day15 ## dsa: ### 数据结构:day21-day25 默认输出前面20个 module 代码量的工程,如果需要全部 module 将20改成all ### Python 环境搭建: #### 安装 scoop , 方便安装 conda idea ```text 使用scoop 安装开发环境 https://gitee.com/scoop-installer/scoop ``` #### 安装 torch ```text conda create -n tor python=3.12 conda activate tor conda install pytorch cpuonly -c pytorch conda install jupyter notebook numpy ```