How to make website with Python?

If I want to make a website, is it better to use Python/Django or JavaScript/CSS/HTML?

  • Answer:

    These are not mutually exclusive. All websites use HTML/CSS, and the vast vast majority use at least some JavaScript. Python is a server-side language and Django is a web framework written in and for Python. Better examples of things you can choose OTHER than Python/Django include: Python/http://web.py Python/flask Ruby/Rails Ruby/Sinatra Ruby/Rack JSP http://ASP.NET PHP And lots and lots of others. The common thread, though, is that all of them eventually output HTML, and it's this markup that is rendered by browsers as web pages/apps.

Steve Paulo at Quora Visit the source

Was this solution helpful to you?

Other answers

You can't make a web site without using CSS and HTML.  You will probably need some JavaScript for features that run in the browser. You may need server-side programming to make the interactive features of your site work.  For that, the framework Django, which is written in the language Python, is a good choice.  However you may not need this for a simple site. If you post some more details about what you want your site to do, you'll probably get more helpful suggestions about tools to use and resources to start with.

Don Marti

Depending on what sort of website you are making. If you just want to write something, you may just sign up for a tumblr or Wordpress account. For more sophisticated content publishing you may install a content management system such as joomla or Drupal which is available on all hosting solutions. The technology you mentioned is for making custom web application such as this site.

Jiang Fung Wong

Javascript/CSS/HTML is the most important aspect in making a quality website.~   http://www.webpartnergroup.com/

Jayvee Alilio

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.