I'm looking to create a simple program to keep track of my work schedule. I work a two-week rotating shift pattern, where I work weekends every other week. Is there a way to input a date and have the program tell me if I'm scheduled to work that weekend? Thanks in advance!
2 Answers
It sounds like a straightforward programming challenge! Pick a language that interests you, like Python or JavaScript, and see if you can code it yourself. There are tons of beginner tutorials available that can help you get started!
You might want to set this up as a recurring calendar event. It could be an easier solution than coding something from scratch. What kind of interface were you imagining that would be better than a calendar?

Totally agree! Python would be a great choice, especially with libraries like Streamlit for a simple UI.