+ 1

How to design a web by python?

24th Dec 2016, 5:48 AM
School Dog
5 Réponses
+ 10
Django
24th Dec 2016, 6:04 AM
Ahri Fox
Ahri Fox - avatar
+ 7
No. I've never done it. Look up some tutorials. By the way Django is for the back end, not front. If you want to make a webpage, HTML is pretty much the only way.
24th Dec 2016, 6:28 AM
Ahri Fox
Ahri Fox - avatar
+ 6
If you mean "how to serve web pages with Python", Django is a right answer, but it's a big framework ( which embed and unify a lot of modules ), and you could also do it with smaller and selected modules in regards of your needs ( as a base, you could use module like "bootle" which is a minimal web framework -- in addition, Bottle could be running in QPython for Android )...
24th Dec 2016, 1:33 PM
visph
visph - avatar
+ 1
Could you show me exactly?
24th Dec 2016, 6:18 AM
School Dog
+ 1
Pull Django repository from GitHub https://github.com/django/django You'll find installation instructions on the GitHub readme
24th Dec 2016, 10:51 AM
Rishi Anand
Rishi Anand - avatar