Top 6 Python Typed Projects
-
Project mention: Ask HN: Those making $0/month or less on side projects – Show and tell | news.ycombinator.com | 2023-01-27
ancv: https://github.com/alexpovel/ancv/
Idea: renders your resume as pretty terminal output. Others can view it in their own terminals:
curl -L ancv.io/heyho
-
Project mention: Trying to make masks from CT contours and need help... | reddit.com/r/learnpython | 2023-02-19
I am trying to make masks from CT contours and need some help. I am using the rt_utils extension: https://github.com/qurit/rt-utils. I am having issues with the dicom_series_path - I set my path to be the folder all of the dicom slices are housed in, but I get "permission denied" as the function is looking for a file, not a folder. I then set the path to go directly to the first CT slice, and the function runs but creates an error due to there being no contour on that slice (understandable).
-
Sonar
Write Clean Python Code. Always.. Sonar helps you commit clean code every time. With over 225 unique rules to find Python bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
-
I tried to use Snecs but its type-hinting was not robust enough for VSCode's Pylance. I had to throw it out and make my own simplified version of ECS. I can add single arbitrary components to entity objects but I don't have a global registry for them. Which is too bad since the global registry is a useful and important part of ECS.
-
-
-
fastapi-motor-oil
Collection of async utilities for working with MongoDB and conveniently creating performant APIs with async web frameworks such a FastAPI
Project mention: FastAPI-motor-oil (async MongoDB utils) v0.2 is out with delete rules, transaction support, validators, and more | reddit.com/r/FastAPI | 2023-02-28Still a lot to do (testing, proper guide and docs, CI/CD setup), but the code is in pretty good shape. See the repo on GitHub.
Index
What are some of the best open-source Typed projects in Python? This list will help you:
Project | Stars | |
---|---|---|
1 | ancv | 196 |
2 | rt-utils | 131 |
3 | snecs | 14 |
4 | OBRequests | 9 |
5 | gufo_loader | 5 |
6 | fastapi-motor-oil | 2 |