PythonHub
2.43K subscribers
2.35K photos
49.1K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
4 Pandas Anti-Patterns to Avoid and How to Fix Them

pandas is a powerful data analysis library with a rich API that offers multiple ways to perform any given data manipulation task. Some of these approaches are better than others, and pandas users often learn suboptimal coding practices that become their default workflows.

https://www.aidancooper.co.uk/pandas-anti-patterns/
This Food Does Not Exist

We have trained four StyleGAN2 models to generate food pictures. The images are purely synthetic!

https://nyx-ai.github.io/stylegan2-flax-tpu/
Modeling Short Time Series with Prior Knowledge in PyMC

https://juanitorduz.github.io/short_time_series_pymc/
The limits of Python vectorization as a performance technique

Vectorization is a great way to speed up your Python code, but you’re limited to specific operations on bulk data. Learn how to get past these limitations.

https://pythonspeed.com/articles/vectorization-python-alternatives/