A utility module for ML and DL tasks
Project description
王老师 WangLaoShi
项目介绍
总结一些在学习过程中的知识点,以及一些学习资料。
项目结构
WangLaoShi
├── README.md
├── wanglaoshi
│ ├── version.py
项目版本
- 0.0.1 初始化版本,项目开始
- 0.0.2 增加列表输出
- 0.0.3 增加字典输出,使用 Rich 输出
- 0.0.4 实现 JupyterNotebook 环境创建
- 0.0.5 增加几个有用的库
- 0.0.6 修改获取 version 的方法
- 0.0.7 增加获取当前安装包的版本号,增加获取当前每一个安装包最新版本的方法
- 0.0.8 增加对数据文件的基本分析的部分
安装方式
- 源码安装方式
- 检出项目
- 进入项目目录
- 执行
python setup.py install - 安装完成
- pip安装方式
pip install wanglaoshi
使用方法
- 创建新的环境
from wanglaoshi import JupyterEnv as JE
JE.jupyter_kernel_list()
JE.install_kernel()
# 按照提示输入环境名称
- 获取当前环境常用库版本
from wanglaoshi import VERSIONS as V
V.check_all_versions()
- 获取当前环境所有库
from wanglaoshi import VERSIONS as V
V.check_all_installed()
- 获取当前环境所有库最新版本
from wanglaoshi import VERSIONS as V
V.check_all_installed_with_latest()
建议的版本对照关系
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
wanglaoshi-0.0.8.tar.gz
(9.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file wanglaoshi-0.0.8.tar.gz.
File metadata
- Download URL: wanglaoshi-0.0.8.tar.gz
- Upload date:
- Size: 9.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
084d9c2b510965a7afea2d9703fb51e6d94e6308d32bf5e0a92c184f89560973
|
|
| MD5 |
7e0856fa7b6f8b42cdf5e905c4ce74d8
|
|
| BLAKE2b-256 |
bd5e3f511b15d3c94b9594e9c8bf09253b24ec5f092f9fe799130536a134698c
|
File details
Details for the file wanglaoshi-0.0.8-py3-none-any.whl.
File metadata
- Download URL: wanglaoshi-0.0.8-py3-none-any.whl
- Upload date:
- Size: 8.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8d44f94e281aa3e1f2fce5f151b6807f5785753256aaed48d5557f356948e568
|
|
| MD5 |
68ebf182993bb1971a907e7ee553a176
|
|
| BLAKE2b-256 |
cb7e1226e795e6d8ca1862445a96ec3e68322601ae3c16204daf26be607176dd
|