代码拉取完成,页面将自动刷新
Basic to Advanced Cody AI Workshop Content
You can install VS Code directly from the VS Code extension marketplace listing or by following these steps directly within VS Code:
mise install
to automatically install Python and uv package manageruv pip install -e ".[dev]"
to install the project and development dependenciespython -m venv venv
venv\Scripts\activate
source venv/bin/activate
pip install -e ".[dev]"
This workshop is designed to provide hands-on training for engineers on using Cody, Sourcegraph's AI coding assistant. The session progresses from basic concepts to advanced techniques, ensuring participants leave with practical experience they can immediately apply to their daily work.
The repository contains progressive exercises in the following categories:
Beginner Exercises
Intermediate Exercises
Advanced Exercises
├── 1_beginner
│ ├── exercise_1_code_explanation
│ │ ├── README.md
│ │ └── sample_code.py
│ ├── exercise_2_documentation
│ │ ├── README.md
│ │ └── undocumented_code.py
│ └── exercise_3_simple_generation
│ ├── generate_function.py
│ └── README.md
├── 2_intermediate
│ ├── exercise_1_debugging
│ │ ├── buggy_code.py
│ │ └── README.md
│ ├── exercise_2_test_generation
│ │ ├── code_to_test.py
│ │ └── README.md
│ └── exercise_3_refactoring
│ ├── README.md
│ └── refactor_me.py
├── 3_advanced
│ ├── exercise_1_complex_refactoring
│ │ ├── complex_app.py
│ │ └── README.md
│ ├── exercise_2_security_review
│ │ ├── README.md
│ │ ├── security_review.py
│ │ ├── setup_users_db.py
│ │ └── users.db
│ └── exercise_3_performance
│ ├── optimise_me.py
│ └── README.md
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。