Ivan Santiago

Results 7 issues of Ivan Santiago

Acho que uma live de [Typer](https://typer.tiangolo.com/) pode ser bem legal, tanto para revisitar conteúdos da live de Click quanto discutir outros temas como type hints e etc.

Seria muito legal uma live do módulo cmd da biblioteca padrão: [link](https://docs.python.org/3/library/cmd.html). Essa pode ser uma live de python puro ensinando a interpretadores interativos. Uma alternativa é usar uma biblioteca...

# Changes Use `@cImport` because translate-c does not work with files outside of the source directory, and `pydust.build.zig` depends on it to work. The original changes were added in the...

This PR makes a suggestion of feature to allow Ziggy Pydust users to add third party modules. To achieve this, I add a list of imports to `PythonModuleOptions` and then...

How can I use external Zig dependencies in Ziggy Pydust projects? For example, if I have a `build.zig` like in the docs: ```zig const std = @import("std"); const py =...

O mypyc é um projeto bem interessante, e temos experiências legais de uso da comunidade como o black (https://ichard26.github.io/blog/2022/05/compiling-black-with-mypyc-part-1/) e também o próprio mypy. Eu acho que esse seria um...

GitHub: https://github.com/antonagestam/phantom-types Documentação: https://phantom-types.readthedocs.io/en/stable/