Skip to content

Commit e649c07

Browse files
committed
- Add two other references in seealso block.
1 parent 1000ace commit e649c07

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

Doc/howto/a-conceptual-overview-of-asyncio.rst

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,14 @@ article:
2121

2222
.. seealso::
2323

24-
The `guide <https://github.com/anordin95/a-conceptual-overview-of-asyncio/
25-
tree/main>`_ that inspired this HOWTO article.
24+
* The `guide <https://github.com/anordin95/a-conceptual-overview-of-asyncio/
25+
tree/main>`_ that inspired this HOWTO article by Alexander Nordin.
26+
* This in-depth `YouTube tutorial series <https://www.youtube.com/
27+
watch?v=Xbl7XjFYsN4&list=PLhNSoGM2ik6SIkVGXWBwerucXjgP1rHmB>`_ on
28+
``asyncio`` created by core Python team member, Łukasz Lang.
29+
* `500 Lines or Less: A Web Crawler With asyncio Coroutines <https://
30+
aosabook.org/en/500L/a-web-crawler-with-asyncio-coroutines.html>`_ by A.
31+
Jesse Jiryu Davis and Guido van Rossum.
2632

2733
--------------------------------------------
2834
A conceptual overview part 1: the high-level

0 commit comments

Comments
 (0)