blob: b75e14ae0b87b4ca93110afc25b087ce8571a3ab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# UGE / L2 / Intro to relational databases / Python project prototype
## Background and goals
The introductory course to relational databases ends with a project
illustrating the use of a relational database together with a simple CRUD web
application.
The Python language could be a better fit compared to PHP for this kind of
assignment as both students and the teaching staff are already familiar with
the former from preceding units.
To showcase Python as a platform suitable for this purpose, a small demo
project specified in `./demo-project-specs.md` will be implemented.
## Copyright and licensing
Copyright (C) 2021 Pacien TRAN-GIRARD.
This project is distributed under the terms of European Union Public Licence
version 1.2, a copy of which is provided in `./licence.txt`.
|