[Tutor] Problem in python online class

Albert-Jan Roskam sjeik_appie at hotmail.com
Sat Dec 23 10:47:35 EST 2017


On Dec 21, 2017 09:58, Tim Cordsen via Tutor <tutor at python.org> wrote:
>
> Hello everybody,
> I am doing a python online class and I am lost. The "teacher" is a little
> chaotic and doesn't provide his code, so everyone must type on their own.
>
> Now the class reached a point where I am lost. It is about doing a simple
> web frontend with a form and saving the data of the form to mongodb.
>
> I have the form, but can't see the result in the console. Also there is
> nothing in mongodb after submitting.
>
> Is anybody willing to check my code and tell me where is my mistake?
>
> I am quite new to python, but not new to programming. I am
> mainframe-Cobol-programmer, so the basics of programming are known by me.

What framework are you using? Can you post the code of your web template, your view function, your form and your model? Have you tried using the pdb debugger (import pdb;pdb.set_trace())?


More information about the Tutor mailing list