Well, you need a web server, a webpage, a database (could just be a
file), a cgi script, and the datetime module. Optionally, you can use a
web framework like CherryPy or Django, which covers a lot of these by
itself.
I only know Python 2, but here are some examples:
A basic web server:
web
hi,
I enter a calendar in an html page
in each calendar day, I enter a time that is used by the program to perform
actions with python
What can I use to do this?
thanks
--
http://mail.python.org/mailman/listinfo/python-list