aidevs3 tasks solutions and other materials https://www.aidevs.pl/
python -m venv .venv
./.venv/Scripts/Activate
pip install -r requirements.txtTask solutions were created with the help of Cursor IDE, using LLMs to generate code is also part of the course. I try to solve each task without touching the code and asking Cursor to fix any issues. In most cases, Cursor creates correct solution in one go! Obviously, only when I provide a correct prompt with all necessary details.