Junior — Middle
What technologies and tools have you used in your projects?
sobes.tech AI
Answer from AI
In projects on Python, I often used the following technologies and tools:
- Frameworks: Django and Flask for web development.
- Libraries for data work: Pandas, NumPy, Matplotlib for analysis and visualization.
- Development environments: PyCharm, VS Code.
- Version control systems: Git.
- Testing: unittest, pytest.
- Working with databases: SQLAlchemy, Django ORM.
For example, to create REST API, I used Flask with the Flask-RESTful extension, and for data processing — Pandas and NumPy.