Python webpage -please help
Hi I am very new in python programming.I am trying make a basic webpage where I ask user to input url like "http://www.google.ca" and a description of the url like"search engine". Using python script I will add that url and description in dbm database and print that url as a link in the browser.I am not sure how python print that url as a link from its dbm database.I am using cgi as the form processor.I will really appreciate if anyone could help me out here.Thanks