Skip to content

Commit e4f93ad

Browse files
committed
fix: update GIF filenames and add new images to README for better clarity
1 parent 13f4735 commit e4f93ad

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Using-GitHub-Copilot-with-Python/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,22 +68,22 @@ To get started:
6868

6969
3. In lieu of using natural language, type `/explain` into the chat pane. The output from GitHub Copilot will go into details of how the project is structured, including further information of the Frontend and Backend details.
7070

71-
TODO: GIF
7271
<div align="left">
73-
<img src="./images/002explainoutput.gif" alt="Output of /Explain" width="500" height="300">
72+
<img src="./images/002explain.gif" alt="Output of /Explain" width="500" height="300">
7473
</div>
7574

7675
4. As a visual learner, you can ask GitHub Copilot to 'create a diagram of the workflow of the application'. This could be saved into a README for further documentation.
7776

78-
TODO: GIF
7977
<div align="left">
80-
<img src="./images/movingdiagram.gif" alt="Output of application diagram" width="500" height="300">
78+
<img src="./images/003diagramoutput.gif" alt="Output of application diagram" width="500" height="300">
8179
</div>
8280

8381
In the above exercises we achieved the following:
8482
- ✅ Used slash commands to explain new code
8583
- ✅ Created a diagram to visualize and understand the application flow
86-
-
84+
85+
### 🗒️ Section 2: Code Completion
86+
8787
### 🛠 Step 1: Add a Pydantic model
8888

8989
Go to the `main.py` file, navigate to the bottom of the provided code, select **Ctrl + I (PC)** or **Cmd + I (Mac)** and copy the following into the provided GitHub Copilot Chat box so that it can generate a `Pydantic` model for you:
12.1 MB
Loading
18.2 MB
Loading

0 commit comments

Comments
 (0)