Python Forum
Thread Rating:
  • 1 Vote(s) - 1 Average
  • 1
  • 2
  • 3
  • 4
  • 5
which one is better?
#16
To be honest, Python is always a good option but if you need just 3 static pages and no database then, either way, you will need a web server like Open LiteSpeed, Nginx, or Tornado which can handle the requests directly without Django or Flask, you don't need the frameworks. Flask is a better option, but you don't need anyone. Django provides just very basic development web server for development and both, Django and Flask need a web server for production. These frameworks are amazing for something bigger that needs a database and other connectivity, etc... But is there any need with 3 basic pages? I don't think so. If we really speak about static websites then you can use just HTML with CSS without any programming language but if you are gonna use Python then it doesn't mean that you need any CMS/framework. It doesn't give any sense if you don't go for the tools like admin interface, etc.

JavaScript, HTML5, and CSS3 work on the client side (while you don't use node.js).
Reply


Messages In This Thread
which one is better? - by prophoss - Oct-27-2018, 12:46 PM
RE: which one is better? - by wavic - Oct-27-2018, 02:56 PM
RE: which one is better? - by prophoss - Oct-27-2018, 03:44 PM
RE: which one is better? - by wavic - Oct-27-2018, 04:33 PM
RE: which one is better? - by prophoss - Oct-27-2018, 09:17 PM
RE: which one is better? - by snippsat - Oct-27-2018, 09:28 PM
RE: which one is better? - by prophoss - Oct-30-2018, 02:05 AM
RE: which one is better? - by nilamo - Oct-30-2018, 03:04 AM
RE: which one is better? - by prophoss - Oct-30-2018, 01:49 PM
RE: which one is better? - by nilamo - Oct-30-2018, 02:57 PM
RE: which one is better? - by prophoss - Oct-30-2018, 05:10 PM
RE: which one is better? - by prophoss - Oct-30-2018, 06:32 PM
RE: which one is better? - by nilamo - Oct-30-2018, 07:43 PM
RE: which one is better? - by snippsat - Oct-30-2018, 08:58 PM
RE: which one is better? - by Shalinimittal - Dec-05-2018, 07:54 AM
RE: which one is better? - by Unisoftdev - Dec-29-2018, 09:22 PM

Forum Jump:

User Panel Messages

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