Oct. 28, 2022, 11:31 a.m.

Episodio 53 🎃🐍3️⃣1️⃣1️⃣

Noticiero Python y Datos

🔥 La noticia de la semana es sin duda que ¡Python 3.11 ya está disponible! El irrepetible Pablo Galindo fue el que se encargó de publicar la versión, y la gran Mai Giménez diseñó un logo espectacular para la ocasión. ¡La representación española en CPython está en máximos históricos!

Twitter avatar for @pyblogsal
Pablo Galindo Salgado @pyblogsal
Python 3.11 is finally released. In the CPython release team, we have put a lot of effort into making 3.11 the best version of Python possible. Better tracebacks, faster Python, exception groups and except*, typing improvements and much more. Get it here:

python.org/downloads/rele…

Image
8:21 PM ∙ Oct 24, 2022
1,300Likes376Retweets

Esta versión trae importantes novedades, entre ellas mejoras de rendimiento notables (recomendable la charla de Pablo en la PyConES hace un mes), trazas de error mucho más explicativas, soporte para TOML en la biblioteca estándar, y mucho más. Los detalles están en el anuncio oficial.

Pero ¡ojo! No corras a actualizar tus sistemas todavía. Algunos proyectos todavía no publicaron wheels precompilados para Python 3.11, así que es posible que te encuentres con tiempos de instalación muy largos en el mejor de los casos, y fallos de instalación en el peor. Algunos paquetes como pandas y matplotlib ya lo hicieron hace días, otros como scikit-learn hace escasas horas, a numba aún le quedan semanas, etc. Asegúrate de comprobar el estado de tus dependencias antes de actualizar, o de preparar todo lo necesario para compilarlas desde su código fuente.

Twitter avatar for @numba_jit
Numba @numba_jit
Public service announcement: Yes, the Numba team is aware of the Python 3.11 release. 💥 Yes, we are working on it. 💪Please refrain from opening additional Issues on our tracker and subscribe instead to github.com/numba/llvmlite… and github.com/numba/numba/is… 🙏🙏🙏
github.comPython 3.11 · Issue #8304 · numba/numbaThis is the meta/coordination issue for Python 3.11 support for Numba and llvmlite. Note: The issue text will be updated continuously to reflect the current process and progress. As Numba interface…
12:23 PM ∙ Oct 25, 2022
38Likes4Retweets

🚀 La newsletter mensual de NumFOCUS recoge versiones nuevas de sus proyectos patrocinados y afiliados y otras noticias interesantes, recomiendo mucho leer la edición de octubre. Esta semana hemos tenido varias nuevas versiones, con cambios menores o superficiales: Voilà 0.4.0, Plotly 5.11.0, Polars 0.14.24, Meltano 2.8.0.

Los proyectos están inmersos cerrando Google Summer of Code, ultimando Hacktoberfest, trabajando en el soporte para Python 3.11, y deseando que llegue Closember.

Twitter avatar for @ClosemberDev
Closember @ClosemberDev
Hacktoberfest is almost done, so there will be a lot to cleanup. You care about the maintainers, finishing things, zero inbox ? Come participate to
closember.orgClosember 2022 by QuansightClosember aims to increase awareness about Open Source maintainer burnout and promote practices to make maintaining open-source less stressful and more enjoyable for everyone.
3:54 PM ∙ Oct 19, 2022
3Likes2Retweets

💡 Esta semana he descubierto Plywood Gallery, un nuevo framework para generar documentación de Python a partir de notebooks.

Mis antiguos compañeros de Satellogic, con Javier Marín a la cabeza, han publicado iquaflow, un framework de Python para verificación de calidad de datos con foco en imagen satelital y utilizando MLFlow. Javier contó más detalles sobre el proyecto en LinkedIn.

_images/Course_68_0.png

📚 Desde junio de 2022, Hugging Face es patrocinador oficial del Consorcio scikit-learn (¡gracias Guillermo Germade!)

Twitter avatar for @huggingface
Hugging Face @huggingface
Scikit-Learn and 🤗 join forces!

With a growing number of tabular classification & regression checkpoints, we believe statistical ML has its place on the HF Hub.

We’re excited to partner with sklearn, statistical ML champion, and move forward together.

blog.scikit-learn.org/updates/commun…

Visual showing "Hugging Face and Scikit-Learn join forces"
3:23 PM ∙ Oct 17, 2022
534Likes97Retweets

Esta semana mucha gente a mi alrededor estaba hablando de TabPFN, un nuevo modelo para clasificación con datos tabulares que al parecer usa magia negra 🎃 y en 1 segundo consigue lo que un proceso de AutoML normal hace en horas. ¿Alguna persona experta que arroje un poco de luz sobre qué está pasando aquí?

Twitter avatar for @FrankRHutter
Frank Hutter @FrankRHutter
This may revolutionize data science: we introduce TabPFN, a new tabular data classification method that takes 1 second & yields SOTA performance (better than hyperparameter-optimized gradient boosting in 1h). Current limits: up to 1k data points, 100 features, 10 classes. 🧵1/6
Image
10:52 AM ∙ Oct 21, 2022
4,476Likes832Retweets

Y un poco de autobombo: el blog de Anaconda me ha publicado este artículo en el que hablo sobre un experimento exitoso que hice con PyScript.

Twitter avatar for @mari_meir
mariana meireles ♡ @mari_meir
one of my favorite things about contributing to @pyscript_dev is empowering devs to run their websites and applications locally on user machine @juanluisback wrote about how he changed from hosting his prev. Heroku app to pyscript check it out! :)
anaconda.comAnaconda | Going Back-End-Less With PyScriptPython Always Saves the Day When I was working as developer advocate at Read the Docs , one of the major themes we observed after talking to many scientific users was friction when writing in reStructuredText (reST). reST is a powerful markup language commonly found in the Python ecosystem; it’s…
2:05 PM ∙ Oct 26, 2022
6Likes1Retweet

📸 ¡Ya están disponibles las charlas de la PyConES, y también las fotos!

Twitter avatar for @juanluisback
Juan Luis Cano Rodríguez @juanluisback
Mis fotos favoritas de la #PyConES22 😍
Image
Image
Image
8:44 AM ∙ Oct 28, 2022

🍌 La gente de Bumble (la alternativa a Tinder en la que el primer paso lo dan las mujeres) ha publicado un modelo de inteligencia artificial para detectar cyberflashing, que en español podríamos traducir como… fotopollas. El código está en GitHub, pero los datos de entrenamiento, como comprenderás, no.


¿Estás buscando una alternativa a Heroku? Yo he migrado a Railway (enlace afiliado) y me encanta que las aplicaciones no “duermen” así que el tiempo de respuesta es siempre rápido ⚡

You just read issue #43 of Noticiero Python y Datos. You can also browse the full archives of this newsletter.

Share on LinkedIn
GitHub LinkedIn
Powered by Buttondown, the easiest way to start and grow your newsletter.