Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 408 Bytes

File metadata and controls

10 lines (9 loc) · 408 Bytes

0x0F. Python - Object-relational mapping

Learning objectives for this project:

  • Why Python programming is awesome
  • How to connect to a MySQL database from a Python script
  • How to SELECT rows in a MySQL table from a Python script
  • How to INSERT rows in a MySQL table from a Python script
  • What ORM means
  • How to map a Python Class to a MySQL table
  • How to create a Python Virtual Environment