PythonHub
2.36K subscribers
2.35K photos
49K 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/