Marco Morais

Results 3 issues of Marco Morais

The code snippet that appears after the generators used to match a pattern in lines read from a file contains some typos that will raise a `NameError`. Change from ```...

Thank you for writing this book! _Python Distilled_ is a worthy replacement for _Python Essential Reference_. In section 6.6 the code snippet that demonstrates the enhanced generator `line_receiver` is missing...

The fastapi-code-generator has a dependency on typed-ast in the pyproject.toml and poetry.lock even though this dependency is not used in the repository. The typed-ast package is EOL on pypi and...