Skip to content

Commit 22eab9f

Browse files
committed
Add a few course details to the readme.
1 parent 8c2ac75 commit 22eab9f

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# Python 3.11: A Guided Tour Through Code
22

3-
Student materials and handouts for our Python 3.11: A Guided Tour Through Code course
3+
Student materials and handouts for our [Python 3.11: A Guided Tour Through Code](https://training.talkpython.fm/courses/python-3.11-a-guided-tour-through-code) course
44

5-
![](readme_resources/python-311-code-tour.jpg)
5+
[![](readme_resources/python-311-code-tour.jpg)](https://training.talkpython.fm/courses/python-3.11-a-guided-tour-through-code)
66

7+
## Course Summary
8+
9+
Python 3.11 is one of the most significant releases in years. It's also one of the biggest
10+
with the change log weighing in at over 175,000 words of updates. You may have seen the headline features.
11+
But have you had a chance to explore them with code and really see how they can make your apps better?
12+
This 2-hour course is your guided tour of the changes to Python with this important release.
13+
14+
See the [course page](https://training.talkpython.fm/courses/python-3.11-a-guided-tour-through-code)
15+
for all the details and to sign up.

0 commit comments

Comments
 (0)