Three-time entrepreneur. Co-founder of Algoritma, a data science academy; https://supertype.ai, a full-cycle data science agency; GrowthBot (chatbot on Slack). Building: Learnblockchain.academy
Location
Indonesia / Singapore
Work
Co-founder, https://Supertype.ai and https://Algorit.ma
I love it so much I even built a python package tool for it called TaskQuant (<7kb, incredibly lightweight and fast).
pip install taskquant
It's a way to gamify todo a little more, by producing a scorecard on your "productivity" level over the days.
How did it get to 6.8kb? By using vanilla python. Numpy and Pandas alone are 250mb. With matplotlib and Scipy it gets to 508mb. So doing everything without dependencies does have its payoff! I made a video showing how exactly that's done!
taskwarrior.org/
I love it so much I even built a python package tool for it called TaskQuant (<7kb, incredibly lightweight and fast).
It's a way to gamify todo a little more, by producing a scorecard on your "productivity" level over the days.
How did it get to 6.8kb? By using vanilla python. Numpy and Pandas alone are 250mb. With matplotlib and Scipy it gets to 508mb. So doing everything without dependencies does have its payoff! I made a video showing how exactly that's done!
Taskwarrior is indeed a pretty awesome tool.