On 8/3/2010 11:03 AM, André A. Santos wrote: > and how's your point of you abuot my questions in more detail? > > On Tue, Aug 3, 2010 at 12:00 PM, Maksymus007 <maksymus...@gmail.com > <mailto:maksymus...@gmail.com>> wrote: > > 1 - no > 2 - no > 3 - no > > On Tue, Aug 3, 2010 at 4:57 PM, André Asantos > <ti.andreasan...@gmail.com <mailto:ti.andreasan...@gmail.com>> wrote: > > I am totaly new to Python world... > > > > I would like to konw: > > > > 1- py is Python class extension? > > 2-does django have any similar .jsp GUI? or is only use HTML for GUI? > > 3-is netbeans IDE the best IDE?
I suspect the simplistic answers were given as a hint that the questions themselves were simplistic. It only takes half a day for an experienced programmer to pick up enough Python from the tutorial to learn the answers to the first question. The other two, what more could you expect? Django is purely a web-based framework, so of course it uses HTML/CSS to style the user interface. Python does have several GUI systems (Tkinter, wxPython, Pyqt), but none of them are usable in a Django-bases system (though there is nothing to stop GUI based programs using the same database). Netbeans is OK, but how does this relate to Python or Django? Both Wing IDE (commercial) and Eclipse/pydev (open source) offer excellent support for creating and debugging Django apps. regards Steve -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.