heartPosts from the community...
Link
@faun shared a link, 2 years, 1 month ago

Faster CPython at PyCon

In part one of the tale, Brandt Bucher looked specifically at the CPython optimizations that went into Python 3.11 as part of the Faster CPython project. More of that work will be appearing in future Python versions, but on day two of PyCon 2023 in Salt Lake City, Utah, Mark Shannon provided an over..

Link
@faun shared a link, 2 years, 1 month ago

My Favorite Python Packages for Building Flask Applications

When building Flask applications, use Python packages like APIFairy for APIs, Frozen-Flask for static websites, Flask-SQLAlchemy for databases, Gunicorn for production servers, pytest for testing, Flask-Login for user management, Flask-Sessions for sessions, pydantic for data validation, Flask-WTF f..

My Favorite Python Packages for Building Flask Applications
Link
@faun shared a link, 2 years, 1 month ago

Language Identification: Building an End-to-End AI Solution using PyTorch

This article explains how to perform language identification using Intel's PyTorch AI framework and Neural Compressor. It provides a code sample that uses the Hugging Face SpeechBrain toolkit and Common Voice dataset to train a model capable of identifying up to 93 languages. The article discusses o..

Language Identification: Building an End-to-End AI Solution using PyTorch
loading...