・
Review 1
・
Average rating 5.0
Completed 40% of course
Recommended for: Those with backend experience and Intermediate or higher Python skills (asynchronous, decorators, generators, comprehensions, type hints) Advantages: 1. The code provided as lecture materials is very Pythonic, so it is helpful to just look at it and see the coding style. 2. The target audience of the lecture is clearly intermediate, so it proceeds without interruption. 3. What's lacking. 1. I don't know if it's a Poetry version difference, but it didn't set up right away with poetry install, so I had to modify pyproject.toml and proceed. [project] requires-python = "^3.11" [tool.mypy] python_version = "^3.11" [tool.poetry.dependencies] python = "^3.11"
No comments.
If this review was helpful, leave a comment!