Start creating websites by using Python -


i php guy. moving towards python. starting learn python.

how install , start working it, , develop websites . got totally confused alternative implementations in download section of python site. can tell me "alternative implementations" means?.

i mean like. create .php file in server , access browser http://abc.com/index.php wondering if can same python creating .py file , accessing browser http://abc.com/index.py...

ps:

have corrected question. sorry bad way of asking question.

if possible remove negative marking :(

just disclaimer, interpret saying "run python in browser" "making website python."

if want start writing web applications in python, can either use cgi or use 1 of many web app frameworks. python not php in sense can't embed in html. many of frameworks come development servers can use test web app (by looking @ in browser).

a particularly python web framework django.

i recommend do python tutorial before dive of frameworks, though. python not writing web applications, you'll have fundamentals down first before of makes sense you.

as installing python, recommend take version got os if use mac or linux, or installing python 2.7.1 32-bit binary python.org if use windows. alternative implementations include python runs on java virtual machine , 1 runs on .net common language runtime, purposes reference implementation, cpython, should work fine.


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -