Wich is Language to create a calendar ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Wich is Language to create a calendar ?

The goal is to create a calendar that warn the entrepreneur about his client's birthday(similar to facebook) which is the Best language for that PROJECT

28th Jun 2021, 2:41 PM
Márcio Andre Bartolomeu
Márcio Andre Bartolomeu - avatar
4 Answers
+ 4
almost any programming language ^^
28th Jun 2021, 6:58 PM
visph
visph - avatar
+ 1
Maybe my question is not well formulated. Cause I still wondering how to manage the warning or allert of each client's birthday but I'll try with phyton
28th Jun 2021, 7:03 PM
Márcio Andre Bartolomeu
Márcio Andre Bartolomeu - avatar
+ 1
the code must be running at least at regular interval or forever (by running it as daemon), better to launch it automatically at least at computer start... to warn user, the simplest way would be to launch a new process wich execute another script wich will display the information (using GUI output) when a new birthday occurs, maybe with the possibility to recall it after some time and/or to disable repeating the same birthday(s) information ;)
28th Jun 2021, 7:11 PM
visph
visph - avatar
0
????????????
28th Jun 2021, 3:42 PM
Márcio Andre Bartolomeu
Márcio Andre Bartolomeu - avatar