Skip to content

Commit 408bd8f

Browse files
committed
add new code metrics and pycon videos link
1 parent 6839d20 commit 408bd8f

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

content/pages/01-introduction/09-best-python-videos.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ like [PyCon US](https://us.pycon.org/) and
163163
Python language.
164164

165165
* PyCon US videos from
166+
[2019](https://www.youtube.com/channel/UCxs2IIVXaEHHA4BtTiWZ2mQ/videos),
166167
[2018](https://www.youtube.com/channel/UCsX05-2sVSH7Nx3zuk3NYuQ/videos),
167168
[2017](https://www.youtube.com/channel/UCrJhliKNQ8g0qoE_zvL8eVg/videos),
168169
[2016](https://www.youtube.com/channel/UCwTD5zJbsQGJN75MwbykYNw/videos),

content/pages/04-web-development/39-code-metrics.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,3 +145,7 @@ diminishing returns.
145145
covers how to use Black and add it as a pre-commit hook in Git to
146146
ensure consistency in repository updates.
147147

148+
* [Format Python however you like with Black](https://opensource.com/article/19/5/python-black)
149+
is a super short introduction on what Black does to keep your code
150+
formatting consistent.
151+

0 commit comments

Comments
 (0)