Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 530 Bytes

manual.md

File metadata and controls

23 lines (13 loc) · 530 Bytes

Python and Mysql

Workstation

Requirements:

  • python3
  • atom or vscode
  • Mysql running locally

Scripting

  1. Clone this repository or download it to your workstation

  2. Review the code 0_script for interacting with the database

  3. Add inserting students in 0_script/insert_data.py

ORM with peewee

  1. Review the code 1_simple_orm, what is ORM? What are benefits? What are risks?

  2. Create two more tables for our database about lectures and students.