PythonHub
2.39K subscribers
2.35K photos
49.1K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
Coolify your Django project

Coolify is an open-source & self-hostable Heroku / Netlify / Vercel alternative. In this article, learn how to deploy a Django project with coolify in your own VPS or virtual machine.

https://fmacedo.com/posts/coolify-your-django-project/
Mizban, A cross-platform LAN file sharing utility

share files across all your devices on LAN—no setup, no configs, just instant access! 🚀

https://github.com/aminupy/mizban
👍1🔥1
10 Tips to Become REALLY Good at Python

The video presents 10 tips to elevate Python development skills, covering topics from mastering comprehensions to efficient use of classes and functions. It aims to transform good Python developers into great ones, addressing common challenges and providing insights into advanced programming techniques.

https://www.youtube.com/watch?v=zml0rTMJVXg
Hacking the Import System and Rewriting the AST For Durable Execution

Modifying the code that takes the user code and transforms it by installing an import hook, and rewriting the AST (abstract syntax tree).

https://autokitteh.com/technical-blog/hacking-the-import-system-and-rewriting-the-ast-for-durable-execution/
Enhancing Neural Network Training at Yelp: Achieving 1,400x Speedup with WideAndDeep

This post delves into our journey of optimizing training time using TensorFlow and Horovod, along with the development of ArrowStreamServer, our in-house library for low-latency data streaming and serving. Together, these components have allowed us to achieve a 1400x speedup in training for business critical models compared to using a single GPU with Petastorm.

https://engineeringblog.yelp.com/2025/01/enhancing-neural-network-training-at-yelp.html