Re-run Chapter 06 files with Python 3.12
This commit is contained in:
parent
4444d197f1
commit
7999b808a9
6 changed files with 39 additions and 23 deletions
|
|
@ -62,6 +62,7 @@
|
|||
" src=\"https://www.youtube.com/embed/MijmeoH9LT4\"\n",
|
||||
" frameborder=\"0\"\n",
|
||||
" allowfullscreen\n",
|
||||
" \n",
|
||||
" ></iframe>\n",
|
||||
" "
|
||||
],
|
||||
|
|
@ -87,7 +88,7 @@
|
|||
}
|
||||
},
|
||||
"source": [
|
||||
"In his [PyCon Australia 2018](https://2018.pycon-au.org/) talk titled \"*Unicode and Python: The absolute minimum you need to know*\" [Raphaël Merx](https://www.linkedin.com/in/raphaelmerx/) explains some caveats and best practices regarding Unicode."
|
||||
"In his [PyCon Australia 2018](https://2018.pycon-au.org/) talk titled \"*Unicode and Python: The absolute minimum you need to know*\" [Raphaël Merx](https://www.linkedin.com/raphaelmerx/) explains some caveats and best practices regarding Unicode."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -110,6 +111,7 @@
|
|||
" src=\"https://www.youtube.com/embed/oXVmZGN6plY\"\n",
|
||||
" frameborder=\"0\"\n",
|
||||
" allowfullscreen\n",
|
||||
" \n",
|
||||
" ></iframe>\n",
|
||||
" "
|
||||
],
|
||||
|
|
@ -134,7 +136,7 @@
|
|||
}
|
||||
},
|
||||
"source": [
|
||||
"In a similar talk at [PyCon 2017](https://us.pycon.org/2017/) titled \"*Unicode what is the big deal*\" [Łukasz Langa](https://www.linkedin.com/in/llanga/) provides further lessons learned regarding Unicode."
|
||||
"In a similar talk at [PyCon 2017](https://us.pycon.org/2017/) titled \"*Unicode what is the big deal*\" [Łukasz Langa](https://www.linkedin.com/llanga/) provides further lessons learned regarding Unicode."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -157,6 +159,7 @@
|
|||
" src=\"https://www.youtube.com/embed/7m5JA3XaZ4k\"\n",
|
||||
" frameborder=\"0\"\n",
|
||||
" allowfullscreen\n",
|
||||
" \n",
|
||||
" ></iframe>\n",
|
||||
" "
|
||||
],
|
||||
|
|
@ -204,6 +207,7 @@
|
|||
" src=\"https://www.youtube.com/embed/sgHbC6udIqc\"\n",
|
||||
" frameborder=\"0\"\n",
|
||||
" allowfullscreen\n",
|
||||
" \n",
|
||||
" ></iframe>\n",
|
||||
" "
|
||||
],
|
||||
|
|
@ -235,7 +239,7 @@
|
|||
}
|
||||
},
|
||||
"source": [
|
||||
"Lastly, in his entertaining talk at [PyCon.DE 2019](https://de.pycon.org/) titled \"*Your Name is Invalid!*\" [Miroslav Šedivý](https://www.linkedin.com/in/%C5%A1ediv%C3%BD/) shows how hard it actually is to write software that can process any name a human can possibly have. Miroslav also gave a lightning talk where he shows how he uses only one keyboard for the 12 (!!!) languages he speaks."
|
||||
"Lastly, in his entertaining talk at [PyCon.DE 2019](https://de.pycon.org/) titled \"*Your Name is Invalid!*\" [Miroslav Šedivý](https://www.linkedin.com/%C5%A1ediv%C3%BD/) shows how hard it actually is to write software that can process any name a human can possibly have. Miroslav also gave a lightning talk where he shows how he uses only one keyboard for the 12 (!!!) languages he speaks."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -258,6 +262,7 @@
|
|||
" src=\"https://www.youtube.com/embed/pBuS7EUPnQA\"\n",
|
||||
" frameborder=\"0\"\n",
|
||||
" allowfullscreen\n",
|
||||
" \n",
|
||||
" ></iframe>\n",
|
||||
" "
|
||||
],
|
||||
|
|
@ -294,6 +299,7 @@
|
|||
" src=\"https://www.youtube.com/embed/-4QjII981sM\"\n",
|
||||
" frameborder=\"0\"\n",
|
||||
" allowfullscreen\n",
|
||||
" \n",
|
||||
" ></iframe>\n",
|
||||
" "
|
||||
],
|
||||
|
|
@ -327,7 +333,7 @@
|
|||
"name": "python",
|
||||
"nbconvert_exporter": "python",
|
||||
"pygments_lexer": "ipython3",
|
||||
"version": "3.8.6"
|
||||
"version": "3.12.2"
|
||||
},
|
||||
"livereveal": {
|
||||
"auto_select": "code",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue