116 Malware Packages Found on PyPI Repository Infecting Windows and Linux Systems
Supabase Python client library is now stable, Want to learn a bit about BeautifulSoup4, DeepEval: The open-source evaluation framework for LLMs, with some more interesting articles
116 Malware Packages Found on PyPI Repository Infecting Windows and Linux Systems
You can find them here. Before installing a package make sure it's a good one. Check its snyk score, whether it is a good one or not by observing its GitHub stars, download trends, do a bit of research, don't install blindly if you read somewhere or someone told you to use it.
Supabase Python client library is now stable
It’s a very good alternative to Firebase. Check out its Docs, they are good.
Want to learn a bit about BeautifulSoup4
This article is a good place to get an idea about BeautifulSoup4 and web scrapping.
# Aman Clement
TCSS queries tutorial for Textual
In this short video, Rodrigo showed the different types of CSS queries you can make in textual.
# Rodrigo
Polars 0.20 released. The next release will be 1.0
There has been a lot of buzz around Polars recently and it got updated recently. This release has some breaking changes and a good number of enhancements and bug fixes, check them out.
DeepEval: The open-source evaluation framework for LLMs
DeepEval is an open-source evaluation framework for Python, that makes it easy to build and iterate on LLM applications
Python Standard Library | collections | itertools | functools | Medium
Python has so many amazing goodies and everyone can’t know everything. In this article, Raman Bazhanau covered some of the interesting but lesser-known ones like count, counter, cycle, repeat etc.