Python Forum
Learned Python Basics, what now?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Learned Python Basics, what now?
#10
(Sep-25-2021, 12:47 PM)muzikman Wrote: Is it possible to build a website with Python without the use of one of the Python Frameworks?
Yes,but in reality not(if not want to make new a Framework)
Short history CGI the old way did many understand that could not way be for web in future for Python.

So there was an effort to write WSGI(an all Python solution).
Today all Python Frameworks is build on top of WSGI.
So could make website with pure WSGI,but it will be very painful Doh

Flask is thin layer above WSGI build on top of Werkzeug(very close to WSGI) .
So eg Flask has taken over the old CGI way to work with web as you close to HTML/CSS with little overhead.

Django has a other model with a lot stuff build in and has own ORM for database.
In Flask you use plugin if need to extend as eg Flask-SQLAlchemy

FastAPI framework is the new star ✨
Reply


Messages In This Thread
Learned Python Basics, what now? - by muzikman - Sep-24-2021, 11:27 PM
RE: Learned Python Basics, what now? - by SamHobbs - Sep-25-2021, 01:38 AM
RE: Learned Python Basics, what now? - by menator01 - Sep-25-2021, 01:49 AM
RE: Learned Python Basics, what now? - by SamHobbs - Sep-25-2021, 02:34 AM
RE: Learned Python Basics, what now? - by ndc85430 - Sep-25-2021, 07:30 AM
RE: Learned Python Basics, what now? - by muzikman - Sep-25-2021, 12:27 PM
RE: Learned Python Basics, what now? - by ndc85430 - Sep-25-2021, 12:41 PM
RE: Learned Python Basics, what now? - by muzikman - Sep-25-2021, 12:47 PM
RE: Learned Python Basics, what now? - by ndc85430 - Sep-26-2021, 07:48 AM
RE: Learned Python Basics, what now? - by snippsat - Sep-25-2021, 02:43 PM
RE: Learned Python Basics, what now? - by SamHobbs - Sep-25-2021, 06:03 PM
RE: Learned Python Basics, what now? - by SamHobbs - Sep-25-2021, 06:30 PM
RE: Learned Python Basics, what now? - by snippsat - Sep-25-2021, 07:07 PM
RE: Learned Python Basics, what now? - by SamHobbs - Sep-25-2021, 09:49 PM
RE: Learned Python Basics, what now? - by snippsat - Sep-25-2021, 10:23 PM
RE: Learned Python Basics, what now? - by SamHobbs - Sep-26-2021, 12:49 AM
RE: Learned Python Basics, what now? - by SamHobbs - Sep-26-2021, 04:29 PM
RE: Learned Python Basics, what now? - by muzikman - Sep-27-2021, 03:39 PM
RE: Learned Python Basics, what now? - by Danniel - Oct-10-2021, 07:30 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  PYserial basics? bako 10 5,235 Apr-26-2020, 09:15 PM
Last Post: bowlofred
  [split] Debugging scripts basics tultalk 5 3,158 Apr-25-2020, 01:02 AM
Last Post: menator01
  Debugging scripts basics bako 8 3,643 Apr-24-2020, 06:18 AM
Last Post: Larz60+
  Problem with basics Wraith2102 2 2,040 Jun-17-2019, 06:51 PM
Last Post: perfringo
  Dictionary Basics pythonjm 5 3,589 Nov-26-2018, 11:11 PM
Last Post: pythonjm
  What to do after learning python basics xyzabc12310000 1 2,881 May-20-2018, 11:43 PM
Last Post: micseydel
  [Python Basics] How To Handle Data For This Project? digitalmatic7 3 3,536 Nov-17-2017, 01:10 PM
Last Post: digitalmatic7
  I finsh the basics of python but I'm stuck on how to link code to GUI Qubayel 5 4,402 Apr-04-2017, 07:18 AM
Last Post: Ofnuts
  Python basics about __init__ and return statement wk14 5 6,073 Oct-25-2016, 04:31 PM
Last Post: micseydel

Forum Jump:

User Panel Messages

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