Building a To-do List App with Python: Data Access Layer with SQLAlchemyby@camposer
4,731 reads
4,731 reads

Building a To-do List App with Python: Data Access Layer with SQLAlchemy

by Rodolfo Campos11mOctober 15th, 2021
Read on Terminal Reader
Read this story w/o Javascript
tldt arrow

Too Long; Didn't Read

A simple Python to-do list app is written by a developer that has seen more Java and JavaScript code than Python. The PoC shows common concerns you would find and possible solutions you could use when writing a Python “app” I decided to use SQLAlchemy Core over ORM over ORM this time. I always try to follow a TDD approach, so every implementation is accompanied with its corresponding set of tests. The actual implementation has the following components: BaseRepo, TodoRepo and UserRepo for Users and To-dos.

Company Mentioned

Mention Thumbnail
featured image - Building a To-do List App with Python: Data Access Layer with SQLAlchemy
Rodolfo Campos HackerNoon profile picture
Rodolfo Campos

Rodolfo Campos

@camposer

Family man and tech geek - passionate about Software & Data Engineering, and Entrepreneurship

About @camposer
LEARN MORE ABOUT @CAMPOSER'S
EXPERTISE AND PLACE ON THE INTERNET.

Share Your Thoughts

About Author

Rodolfo Campos HackerNoon profile picture
Rodolfo Campos@camposer
Family man and tech geek - passionate about Software & Data Engineering, and Entrepreneurship

TOPICS

THIS ARTICLE WAS FEATURED IN...

Permanent on Arweave
Read on Terminal Reader
Read this story in a terminal
 Terminal
Read this story w/o Javascript
Read this story w/o Javascript
 Lite
L O A D I N G
. . . comments & more!