Difference between revisions of "Python"

From TRCCompSci - AQA Computer Science
Jump to: navigation, search
(sqlite databases)
(Web Apps)
Line 48: Line 48:
  
 
=Web Apps=
 
=Web Apps=
 +
Web apps are cross platform apps which are used via a browser. This allows you to create a single app to cover platforms such has Windows, Linux, iOS, Android, and so on. These essentially have a server program, which when you start it will allow you to access your app via 'http://localhost:8000' or 'http://127.0.0.1:8000'. The exact port number will vary, but the server will output the correct link to use.
 +
 
==Flask==
 
==Flask==
 
[[Creating a Flask Web App]]
 
[[Creating a Flask Web App]]

Revision as of 19:03, 30 April 2019