CCF A类论文复现第一天
Windows XP 于 2001 年推出,而 Windows 11 则是在 2021 年发布的。因此,Windows XP 比 Windows 11 早很多年。
C:\Users\20511\AppData\Local\Programs\Python\Python38\Scripts\
Q: 怎么在VSCode中运行Python代码?
- 安装 Python:确保已在系统中安装 Python,可以在命令行输入 python --version 检查。
- 安装 Python 扩展:打开 VS Code,进入 扩展 (Extensions) 视图,搜索 Python 并安装由 Microsoft 提供的 Python 扩展。
- 打开文件并选择解释器:打开一个 .py 文件,然后在底部状态栏点击 Python 版本,选择 Python 解释器。
- 运行代码:打开代码文件,右键选择 Run Python File in Terminal,或使用快捷键 Ctrl + F5。代码将在终端中运行。
Q: Import "mnist" could not be resolved
pip --version
pip install mnist
Q: Import "sklearn" could not be resolved from source
C:\Users\20511\AppData\Local\Programs\Python\Python38\python.exe -m pip show scikit-learn
C:\Users\20511\AppData\Local\Programs\Python\Python38\python.exe -m pip install scikit-learn
Q: Import "matplotlib.pyplot" could not be resolved from source
python -m pip show matplotlib
C:\Users\20511\AppData\Local\Programs\Python\Python38\python.exe -m pip install matplotlib
总结:下载了 MNIST(数据集) sklearn(机器学习库) matplotlib(数据可视化库)
MNIST数据集下载地址
链接:https://pan.baidu.com/s/1jAPlVKLYamJn6I63GD6HDg?pwd=azq2
提取码:azq2