Public Notes on
View Public Collections
#python #development #webdev #SQLAlchemy #library #database #pub
Show More
Data validation and settings management using python type hinting. Define how data should be in pure, canonical python; validate it with pydantic. PEP 484 introduced type hinting into python 3.5, PEP 526 extended that with syntax for variable annotation in python 3.6. pydantic uses those annotations to validate that untrusted data takes the form you want. There’s also support for an extension to dataclasses where the input data is validated. #python #validation #library #pub
Show More
FastAPI fastapi.tiangolo.com
FastAPI framework, high performance, easy to learn, fast to code, ready for production #python #library #webdev #pub
Show More
instrumental is a structural coverage reporting tool. instrumental can tell you which parts of your program have been executed after it has been run. You can use this information to verify that your tests have executed your code and to determine which code has not been tested. #python #library #testing #development #pub
Show More
Fast: Launch your JS tools quickly and seamlessly! Volta is built in Rust and ships as a snappy static binary. Reliable: Ensure everyone in your project has the same tools, from the Node version to your preferred package manager. Universal: Enjoy the same command-line experience in every shell and every major operating system. #javascript #library #pub
Show More