Rodrigo 🐍🚀
I'm helping you take your Python 🐍 skills to the next level 🚀
Understand functools.partial and Placeholder (new in Python 3.14) in 18 minutes
Learn Python decorators in 16.97 minutes
What the Python?! – Lightning talk by Rodrigo Girão Serrão at PyCon Portugal 2025
How to draw a fractal with Python ⚡️ – PyCon Ireland 2023 lightning talk by Rodrigo Girão Serrão
Elegant (line of) code ⚡️ – PyCon Ireland 2023 lightning talk by Rodrigo Girão Serrão
What the partial? ⚡️ – PyCon Italy 2025 lightning talk by Rodrigo Girão Serrão
503 days working full-time on FOSS: lessons learned – Rodrigo Girão Serrão at PyCon Portugal 2024
Python Who wants to be a millionaire ⚡️ – lightning talk by Rodrigo Girão Serrão at EuroPython 2024
Elegant (line of) code ⚡️ – lightning talk by Rodrigo Girão Serrão at PyCon Italy 2024
Set default values with Boolean short-circuiting in Python 🐍
Truthy and Falsy values in Python 🐍
What is Boolean short-circuiting in Python 🐍
What APL taught me about Python ⚡️ – lightning talk by Rodrigo Girão Serrão at EuroPython 2023
Animations from first principles ⚡️ – lightning talk by Rodrigo Girão Serrão at PyCon Portugal 2023
More animations from first principles ⚡️ – lightning talk by Rodrigo Girão Serrão at PyCon Portugal
Pydon'ts – Write elegant Python code | PyCon Portugal 2022 (unofficial) talk by Rodrigo Girão Serrão
Forcing parameters to be positional-only in Python 🐍 functions
Forcing parameters to be keyword-only in Python 🐍 functions
Using ChainMap to combine dictionaries in Python 🐍
Merging two dictionaries in Python 🐍
Writing a quine in Python 🐍
What is functools.wraps in Python 🐍
3 ways to reverse a list in Python 🐍
Find the longest word in a list of words with Python
4 useful Python command line switches
r-strings (or raw strings) in Python
Python command line -m switch
Smoosh all the things | Lightning talk at EuroPython 2022 by Rodrigo Girão Serrão
How to replace nested `for` loops with `itertools.product` in Python
Get current date and time with Python.