akhundMurad / supporting-crud-python-example

The purpose of this repository is to show the way of implementing supporting enterprise applications in the Python programming language
16 stars 0 forks source link

Replaced manual increment with enumerate function. Applied linters. #2

Closed akhundMurad closed 2 years ago

akhundMurad commented 2 years ago

@ShahriyarR about this line of code, I think that if we try to solve this manual enumeration too, we will implicitly solve the problems, which ORM part of SQLAlchemy already solves. However I don't think that this project needs ORM part, it will add additional complexity.