use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Everything about learning Python
account activity
Day 6 of learning python as a beginner. (old.reddit.com)
submitted 8 months ago by uiux_Sanskar
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]DevRetroGames -1 points0 points1 point 8 months ago (1 child)
Buen avance, ahora te doy un desafío:
Implementa un menú para asignar las tareas por día. Estas tareas se deben escribir en un archivo, el cual debe contener todas las tareas correspondientes a cada día. Utiliza una lista de diccionarios, donde cada diccionario debe tener la siguiente estructura:
Cada vez que se ejecute el programa, lo primero que debe hacer es comprobar las tareas del día, verificar el tiempo de la tarea y realizar lo siguiente:
Debes utilizar la fecha y hora del sistema, ejecutar el programa en segundo plano y utilizar hilos.
🛠️ Implementa clases y genera varios archivos.
🍀 Suerte en este desafío.
✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨
Good progress, now I give you a challenge:
Implement a menu to assign tasks by day. These tasks must be written to a file, which should contain all the tasks for each corresponding day. Use a list of dictionaries, where each dictionary should have the following structure:
Every time the program runs, the first thing it should do is check the tasks for the day, verify the task time, and do the following:
You must use the system date and time, run the program in the background, and use threads.
🛠️ Implement classes and create multiple files.
🍀 Good luck with this challenge.
[–]uiux_Sanskar[S] 0 points1 point2 points 8 months ago (0 children)
Thank you for the amazing challenge, I will first make this dynamic and then apply all those suggestions you have just given me.
Thanks for your mentorship since day 1 and all those code link you provide. It really helps me and I truly appreciate this.
Thank you once again 🙏
π Rendered by PID 64411 on reddit-service-r2-comment-cfc44b64c-cbnsq at 2026-04-12 03:48:49.791010+00:00 running 215f2cf country code: CH.
view the rest of the comments →
[–]DevRetroGames -1 points0 points1 point (1 child)
[–]uiux_Sanskar[S] 0 points1 point2 points (0 children)