Merhabalar değerli abilerim.Ben İtü'de bilgisayar müh. 1. sınıf öğrencisiyim.Python u derste hoca çok basit anlattı sadece matematiksel işlemler,print ve datetime işledik.Sonra akıl almaz bir ödev istedi ve ben bunu yapamazsam kesin kalıyorum.Yardımınıza çok ihtiyacım var.Şimdiden herkese teşekkür ederim.
Ödevin içeriğini mesajın en altında yazacağım.Temel olarak bottle kullanarak kişilerin mesaj yazabileceği interaktif bir site yapmam isteniyor.Nasıl yaparım ya da yardımcı olabilecek bir yere yönlendirmelerinize açığım.Google'da yeterince araştırma yaptım bir şey bulamadım buraya yazmaya karar verdim.
Ödevin içeriği; Design a simple interactive community website. ◦ Suggested features include (do as many as you need to cover all the evaluation criteria and to become familiar with Python): ▪ Allow users to add messages to a web page. ▪ Allow messages to have names of posters or subjects attached. ▪ Allow messages to have dates attached. ▪ Allow users to delete messages. ▪ Allow users to rate messages. ▪ Allow the user to select the appearance of the website. ▪ Allow a way of searching or filtering messages based on a search term. ▪ Allow message threading (that is, messages that are replies to other messages) [advanced]. ▪ Allow users to sort messages by date or poster name or subject [advanced]. ▪ Allow users to rate messages, and allow sorting by rating [advanced]. ▪ Create a simple test to ensure that the user is a human (e.g. by asking a question) [advanced]. ▪ Any other feature you can think of.