@fosspost · Post #772 · 10/05/2021, 05:48 AM
Version 3.10 of the legendary programming language is now here: https://www.python.org/downloads/release/python-3100 No rush to update, though. #Python
Hashtags
TGINSIGHT SIMILAR POSTS
Source channel @githubtrending · Post #14883 · Jun 29
#python LMCache is a tool that makes large language models (LLMs) faster and more efficient by storing and reusing parts of their memory (KV caches) across different devices like GPUs, CPUs, and disks. This reduces the time it takes to get the first response and saves computing power, especially when handling long texts or repeated queries. When combined with vLLM, it can cut delays by 3 to 10 times, making multi-round question answering and retrieval-augmented generation much quicker. This means you get faster AI responses and lower costs, improving your experience with LLM-based applications. It’s easy to install and supported by detailed guides and a helpful community. https://github.com/LMCache/LMCache
Hashtags
@fosspost · Post #772 · 10/05/2021, 05:48 AM
Version 3.10 of the legendary programming language is now here: https://www.python.org/downloads/release/python-3100 No rush to update, though. #Python
Hashtags
@fosspost · Post #593 · 12/23/2020, 05:38 PM
#Python is the main language of data science, per this analysis on 10M Jupyter Notebooks: https://blog.jetbrains.com/datalore/2020/12/17/we-downloaded-10-000-000-jupyter-notebooks-from-github-this-is-what-we-learned/
Hashtags
@thedevs · Post #2109 · 05/11/2024, 10:25 AM
A 100x speedup with unsafe Python. #article#python @thedevs @thedevs_python https://thedevs.link/OyVnDW
@thedevs · Post #1994 · 09/06/2022, 08:05 AM
Uncommon uses of Python in commonly used libraries. #article#python @thedevs https://kutt.it/ekrDTM
@thedevs · Post #1839 · 11/04/2020, 05:36 PM
Python for feature film. #article#python @thedevs https://kutt.it/jwFk0F
@thedevs · Post #1754 · 06/03/2020, 06:16 PM
Hypermodern Python. #article#python @thedevs https://kutt.it/HGb2xg
@thedevs · Post #1602 · 11/05/2019, 04:30 PM
Python at scale: Strict modules. #article#python @thedevs https://kutt.it/QeWaLy
@thedevs · Post #1564 · 08/29/2019, 12:11 PM
A beginner’s introduction to Python web frameworks. #article#python @thedevs https://kutt.it/MYARQX
@thedevs · Post #2005 · 10/22/2022, 07:51 AM
The smallest pull request ever. #coding#python @thedevs https://thedevs.link/MYD1li
@djangoproject · Post #375 · 07/07/2017, 07:57 PM
https://simpleisbetterthancomplex.com/2015/11/23/small-open-source-django-projects-to-get-started.html Small Open-Source Django Projects to Get Started Learning #Django and #Python can be very fun. I personally love programming with Python and for the most part, work with the Django framework. But in the beginning some stuff can be confusing, especially if you are coming from a Java or C♯ background, like me.