Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@
"tags: [open-source, multiple-dispatch, python]\n",
"categories: [python]\n",
"description: |\n",
" ...\n",
" Python, known for its simplicity and readability, sometimes requires a bit of\n",
" creativity when it comes to implementing certain programming paradigms. One such\n",
" paradigm is multiple dispatch (or multimethods), which allows functions to behave\n",
" differently based on the type of their arguments. This is where plum-dispatch\n",
" comes into play.\n",
"thumbnail: \"/header.png\"\n",
"template: \"blog-post.html\"\n",
"---"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ authors: ["Ivan Ogasawara"]
tags: [open-source, multiple-dispatch, python]
categories: [python]
description: |
...
Python, known for its simplicity and readability, sometimes requires a bit of
creativity when it comes to implementing certain programming paradigms. One such
paradigm is multiple dispatch (or multimethods), which allows functions to behave
differently based on the type of their arguments. This is where plum-dispatch
comes into play.
thumbnail: "/header.png"
template: "blog-post.html"
---
Expand Down