Skip to main content
Back to top
Ctrl
+
K
SE - Stage 6
GitHub
Contents
Syllabus Map
Python
Python Basics
Getting Started
Variables
Conditionals
Booleans
If Statements
Javascript (PLACEHOLDER)
Web Part 1
1. Hypertext
1.1. Overview
1.2. HTML
1.3. Elements and Tags
1.4. Body Elements
1.5. Websites
2. Styling
2.1. Cascading Style Sheets
2.2. Declarations
2.3. Selectors
2.4. Using IDs and Classes
2.5. Advanced Selectors
3. Interactivity (WIP)
3.1. Javascript
3.2. Javascript and the DOM
3.3. Finding Elements
3.4. Editing Elements
3.5. Events
4. Backend Introduction
4.1. Overview
4.2. HTTP
4.3. Server Side Scripting
4.4. Flask Intro
4.5. Handling Requests
4.6. Serving Static Files
5. Databases and SQL (WIP)
5.1. Overview
5.2. Select
5.3. Where
5.4. Order By
5.5. Limit
5.6. Insert
5.7. Update
5.8. Delete
5.9. Relationships
5.10. Joins
6. Dynamic Backends
6.1. Databases
6.2. Templating
6.3. Query Strings
6.4. Forms
Web Part 2 (PLACEHOLDER)
1. Object Relational Mapping
2. User Interface and User Experience (UI/UX)
3. Security
4. Progressive Web Apps
.rst
.pdf
Python Basics
Python Basics
#
Getting Started
Python
Printing
Variables
Introduction
Types