how to process form data with python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 6

how to process form data with python

I have a basic form i whant to collect its data that gets submited i what to use python ¿is it possible and how do i start can python make the data go to my e-mail?

13th Jun 2019, 3:22 PM
Alien AGT
Alien AGT - avatar
2 Answers
+ 2
you can do by (f.write) or using np.savetxt after that you can format{} the output.
13th Jun 2019, 3:59 PM
**🇦🇪|🇦🇪**
**🇦🇪|🇦🇪** - avatar
+ 2
What kind of python server are you using? (eg. http, Flask, django, cgi, etc)
14th Jun 2019, 5:00 AM
777
777 - avatar