Skip to content

Instantly share code, notes, and snippets.

View federicoB's full-sized avatar
💭
Excited for leaning more and more

Federico Bertani federicoB

💭
Excited for leaning more and more
View GitHub Profile
@staltz
staltz / introrx.md
Last active November 17, 2024 01:08
The introduction to Reactive Programming you've been missing
@danriti
danriti / README.md
Last active February 26, 2022 07:20
Line Profiling in Python

Install the line_profiler module:

[driti@ubuntu ]$ pip install line_profiler

Add the @profile decorator and run:

[driti@ubuntu ]$ kernprof.py -l -v example.py