Skip to content

Commit

Permalink
Added links to slides
Browse files Browse the repository at this point in the history
  • Loading branch information
ekohilas authored Dec 6, 2023
1 parent 55f25ee commit 9823bb5
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Refactoring for Fun and Profit
# [Refactoring for Fun and Profit](https://ekohilas.github.io/refactoring-for-fun-and-profit)

A repo for resources of the talk.

Expand All @@ -8,8 +8,8 @@ Resources on the project refactored can be found [here](https://github.com/ekohi

| Conference | Slides | Video | Notes | Length | Year |
|------------|:------:|:-----:|:-----:|-------:|-----:|
| [PyCon Australia](https://2023.pycon.org.au/) | [🔗](https://youtu.be/9wgJhT8HpiA?si=0n9U00R0Eh1PT_gS) | [🔗](https://2023.pycon.org.au/program/LCM73Z/) | 30 min | 2023 |
| [Kiwi PyCon](https://kiwipycon.nz/) | [🔗](https://www.youtube.com/watch?v=) | [🔗](https://pretalx.com/kiwi-pycon-xii-2023/talk/QEENX9/) | 45 min | 2023 |
| [PyCon Australia](https://2023.pycon.org.au/) | [🔗](https://ekohilas.github.io/refactoring-for-fun-and-profit/pycon-au-2023) | [🔗](https://www.youtube.com/watch?v=9wgJhT8HpiA) | [🔗](https://2023.pycon.org.au/program/LCM73Z/) | 30 min | 2023 |
| [Kiwi PyCon](https://kiwipycon.nz/) | [🔗](https://ekohilas.github.io/refactoring-for-fun-and-profit/kiwi-pycon-2023) | [🔗](https://www.youtube.com/watch?v=) | [🔗](https://pretalx.com/kiwi-pycon-xii-2023/talk/QEENX9/) | 45 min | 2023 |

#### Abstract
Ever been in a situation where you've hastily written a bunch of code, just to make something "work"?
Expand Down Expand Up @@ -45,6 +45,3 @@ And finally, we'll cover some design principles and methodologies for you to kee
1. Output (with `logging`)
1. Profile (with Scalene)
1. Think (with "There must be a better way")

#### Slides
TODO

0 comments on commit 9823bb5

Please sign in to comment.