初始文档

This commit is contained in:
2026-01-14 11:27:47 +08:00
parent 84a58e8daf
commit 564285cf07
62 changed files with 8729 additions and 0 deletions

24
其他/README.md Normal file
View File

@@ -0,0 +1,24 @@
### 本人学习Python和Linux的记录同时也做一个分享给有需要的人士提供一个学习资源。也欢迎大家推送代码提供一些更新推送代码请提交到develop分支由我进行master分支的合并
---
> 用法文件一般使用jupyter笔记本或markdown格式方便学习运用脚本文件使用jupyter或对应的脚本格式。如果有任何问题欢迎联系我我会尽快回复您的问题。
## 目录
#### AI(人工智能学习)
1. Handwritten Digit Recognition
#### Linux(Linux命令和Shell脚本)
###### CommandUsage(Linux命令使用及用法)
1. [查看系统信息]
###### ShellScript(Shell脚本)
1. [设置pypi源]
#### Python3(Python模块和Python脚本)
###### MoudelUsage(模块用法)
1. [paramiko用法]
###### PythonScript(Python脚本)
1. [设置pypi源]
#### SoftwareUsage(软件使用方法)
1. [Git用法]
2. [Jupyter用法]
3. [VScode用法]
4. [Anaconda用法]