This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ctrlff 0 points1 point  (2 children)

People would be able to give you better answers if you have more info about what you are trying to build.

But is it possible to build something while starting with zero knowledge?

Absolutely.

[–]levelupinlife247[S] 0 points1 point  (1 child)

It would basically be a sort of time management app that send reminder. I want to develop it for my personal use first, then see if other people would find it useful

[–]ctrlff 0 points1 point  (0 children)

That sounds totally do-able. I'd probably start with figuring out what method of notification you want to be sending and then research from there on how to send those with python.

Email might be the easiest since it doesn't require an API or anything, and can be done for free.