Wu7 Python Development Pack
中文 | English
中文说明
一键安装 Python 开发必备扩展,快速搭建高效的 Python 开发环境。
📦 包含的扩展
本扩展包包含以下 5 个精选的 Python 开发工具:
核心工具
| 扩展 |
说明 |
| Python |
Python 语言支持,提供智能提示、调试、测试等核心功能 |
| Pylance |
高性能的 Python 语言服务器,提供快速的类型检查和智能提示 |
| Jupyter |
Jupyter Notebook 支持,在 VSCode 中运行和调试 Notebook |
代码质量工具
🚀 安装
方法 1:VSCode 扩展市场
- 打开 VSCode
- 按
Ctrl+Shift+X 打开扩展面板
- 搜索
wu7-python-packs
- 点击安装
方法 2:命令行安装
code --install-extension wu7.wu7-python-dev-pack
✨ 特性
- ✅ 一键安装 - 自动安装所有 Python 开发必备扩展
- ✅ 精心挑选 - 只包含最实用的工具,避免冗余
- ✅ 开箱即用 - 安装后即可开始高效的 Python 开发
- ✅ 持续更新 - 跟随最新的 Python 开发最佳实践
📖 使用说明
安装本扩展包后,所有包含的扩展会自动安装并激活。您可以:
- 开始编写 Python 代码 - 享受智能提示和代码补全
- 运行和调试 - 使用内置的调试器
- 使用 Jupyter Notebook - 在 VSCode 中运行
.ipynb 文件
- 自动格式化代码 - 保存时自动使用 Black 格式化
- 实时代码检查 - Ruff 会实时提示代码问题
🔧 推荐配置
在 settings.json 中添加以下配置以获得最佳体验:
{
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": true
}
},
"python.linting.enabled": true,
"python.linting.ruffEnabled": true
}
🤝 反馈与贡献
如有问题或建议,欢迎反馈。
📄 许可证
MIT License
English
Install essential Python development extensions in one click and set up an efficient Python workflow in VS Code.
📦 Included Extensions
This pack includes 5 curated Python development tools:
| Extension |
Description |
| Python |
Core Python language support with IntelliSense, debugging, and testing |
| Pylance |
High-performance Python language server with fast type checking and smart completion |
| Jupyter |
Jupyter Notebook support for running and debugging notebooks inside VS Code |
| Extension |
Description |
| Ruff |
Fast Python linter that can replace Flake8, isort, and more |
| Black Formatter |
Python formatter for consistent code style |
🚀 Installation
Method 1: VS Code Marketplace
- Open VS Code
- Press
Ctrl+Shift+X to open Extensions
- Search for
wu7-python-packs
- Click Install
Method 2: Command Line
code --install-extension wu7.wu7-python-dev-pack
✨ Features
- ✅ One-click setup - Installs essential Python tools automatically
- ✅ Carefully selected - Focuses on practical tools without unnecessary bloat
- ✅ Ready to use - Start coding right after installation
- ✅ Up to date - Follows modern Python development best practices
📖 Usage
After installation, all included extensions are installed and activated automatically. You can:
- Write Python code with smart completion and IntelliSense
- Run and debug using the built-in debugger
- Work with notebooks directly in VS Code
- Format automatically with Black on save
- Lint in real time with Ruff diagnostics
🔧 Recommended Settings
Add the following to settings.json for a better experience:
{
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": true
}
},
"python.linting.enabled": true,
"python.linting.ruffEnabled": true
}
🤝 Feedback & Contributions
Issues and suggestions are welcome.
📄 License
MIT License
Enjoy efficient Python development!