Python Forum
Forms, python, passlib and other questions
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Forms, python, passlib and other questions
#2
You are looking at dead stuff like CGI and XAMPP,WAMP(for Python).
Modern web-development today in Python is done bye using eg Flask or Django.
Both of these has build web-server for local development,so no need to use XAMPP,WAMP.

I want a back story look at Why is WSGI necessary?.
WSGI is all written in Python to overcome shortcoming of CGI and other stuff.
So today is all Python web-framework build on WSGI in bottom.

Look at tutorial for Flask and Django,i have one here you can look with Flask.
Working with Flask is good start in web-development for Python,you are closer to HTML,CCS,JavaScript it's like modern way of the old CGI.
Django has a lot stuff build in even if you need it or not.
That said both are good modern and mature web-frame work for Python.
Reply


Messages In This Thread
RE: Forms, python, passlib and other questions - by snippsat - Feb-05-2019, 04:23 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  I am trying to space the registration forms using css. But it is not working. tree 0 1,403 Apr-11-2021, 03:31 AM
Last Post: tree
  How to fill text fields web forms Martinelli 1 2,040 Sep-25-2019, 11:14 PM
Last Post: Martinelli
  How to get data from forms? dmytruk 1 2,664 Apr-02-2019, 10:53 PM
Last Post: dmytruk
  Forms to render "Guide in steps" or not? stablepeak 1 2,257 Nov-29-2018, 10:05 PM
Last Post: nilamo
  Have a specific app need but new to Python and Have some questions shelzmike 2 3,790 Oct-14-2017, 12:54 AM
Last Post: shelzmike

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020