Showing posts with label front end. Show all posts
Showing posts with label front end. Show all posts

Tuesday, October 14, 2014

Frontend, Backend, where does Python fit?

In simple terms front-end is what you see; backend is how it works.

Front-end

The website is usually a mixture of HTML, CSS and Javascript, which are all controlled by the browser.

Back-end

The backend operation is the web application communicating with the server to make changes and store on a server. Languages like PHP, Ruby, and Python are used in this communication.