Junior — Middle
Can you tell about the tools and technologies you used in your previous project?
sobes.tech AI
Answer from AI
In my previous Python project, I used the following tools and technologies:
- Flask for creating REST API — a lightweight and flexible web framework.
- SQLAlchemy for database interaction — an ORM that simplifies working with SQL.
- PostgreSQL as the primary DBMS.
- Docker for containerizing the application and simplifying deployment.
- pytest for writing unit tests.
- Celery for organizing background tasks and asynchronous processing.
For example, using Flask and SQLAlchemy, I implemented APIs for CRUD operations with data, and I used Celery for sending email notifications in the background.