Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kata Machine in Python with new type hint builtin types, generics and unittest #81

Open
edblancas opened this issue Sep 6, 2024 · 0 comments

Comments

@edblancas
Copy link

I know someone shared a repository in python, but this is different, is a version with the new type hints in python, the use of the new form or specify generics and the use of unittest internal module.

No need for additional tools, just the latest version, I'm running with Python 3.12.5, and for checking the type hints MyPy 1.112 with the --enable-incomplete-feature=NewGenericSyntax flag.

I tried to complete clone all the files from the repo, including the types used. Also added some problems that were not solved but mentioned. The names are the same but instead of camel case, I used snake case, so you can search the same files.

The solutions have a lot of comments that maybe not relevant for you, I plan on clean them up and create a branch for the solutions and the main will only have the skeletons.

Also aded the part2 of the course, but I yet need to add the solutions and tests.

https://github.com/edblancas/kata-machine

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant