filmov
tv
TaskWarrior: Command line productivity scoreboard | Build w/Python 1
Показать описание
Pandas + numpy = 250mb and a long compilation time 😔 .
Can you build real utilities and tools with no external dependencies? Turns out you can (and saved 250mb in the process). In this video, we are going to build a CLI tool that extends TaskWarrior / tasklib library to show our productivity scoreboard using just python and its standard libraries. We replicate these popular data cleansing routine in pandas:
- group by
- aggregation
- filling missing values (time series)
- tabular summary
- command-line interface
All without numpy or pandas.
Link to code repo:
Link to tasklib:
Link to TaskWarrior:
Can you build real utilities and tools with no external dependencies? Turns out you can (and saved 250mb in the process). In this video, we are going to build a CLI tool that extends TaskWarrior / tasklib library to show our productivity scoreboard using just python and its standard libraries. We replicate these popular data cleansing routine in pandas:
- group by
- aggregation
- filling missing values (time series)
- tabular summary
- command-line interface
All without numpy or pandas.
Link to code repo:
Link to tasklib:
Link to TaskWarrior: