Difference between revisions of "Python"

From TRCCompSci - AQA Computer Science
Jump to: navigation, search
(Web Apps)
(Using Visual Studio)
 
(35 intermediate revisions by the same user not shown)
Line 25: Line 25:
 
[[Exception Handling - Python]]
 
[[Exception Handling - Python]]
  
=GUIs In Python With Tkinter (WIP) ''- LizQ''=
+
=GUI With Tkinter (WIP) ''- LizQ''=
  
 
[[What Is Tkinter?]]
 
[[What Is Tkinter?]]
Line 32: Line 32:
  
 
[[Widgets - Tkinter]]
 
[[Widgets - Tkinter]]
 +
 +
=GUI - Other options=
 +
 +
[[Creating A DIY Interface]]
 +
 +
[[PGU Interface]]
 +
 +
[[wxPython Interface]]
 +
 +
[[pyglet Interface]]
  
 
=SQLite Databases=
 
=SQLite Databases=
Line 46: Line 56:
  
 
[[Creating a virtual environment in Visual Studio]]
 
[[Creating a virtual environment in Visual Studio]]
 
=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 '''<nowiki>'http://localhost:8000'</nowiki>''' or '''<nowiki>'http://127.0.0.1:8000'</nowiki>'''. The exact port number will vary, but the server will output the correct link to use.
 
 
==Flask==
 
[[Creating a Flask Web App]]
 
 
[[Parts of a Flask Web App]]
 
 
[[Connecting MySQL to Flask Web App]]
 
 
==Django==
 
[[Creating a Django Web App]]
 
 
[[Convert from Django 1.11 to 2.2]]
 
 
[[Set up Login System in Django]]
 

Latest revision as of 08:08, 13 July 2023