es
Feedback
PythonHub

PythonHub

Ir al canal en Telegram

News & links about Python programming. https://pythonhub.dev/

Mostrar más
2 532
Suscriptores
+124 horas
+37 días
+2030 días
Archivo de publicaciones
RenderCV A Python application that creates a CV in PDF from a YAML/JSON input file. https://github.com/sinaatalay/rendercv

stas00 / ml-engineering Machine Learning Engineering Guides and Tools https://github.com/stas00/ml-engineering

Genv GPU environment management and cluster orchestration https://github.com/run-ai/genv

Pytest Tutorial – How to Test Python Code Learn how to use pytest, the powerful testing framework for Python. Throughout this course you'll gain a deep understanding of pytest's features, best practices, and the nuances of writing effective tests. And at the end, you'll learn how you can use ChatGPT to help you write tests quicker. https://www.youtube.com/watch?v=cHYq1MRoyI0

We Have To Talk About Flask Miguel Grinberg writes that Flask maintainers often introduce trivial backwards incompatible changes into new releases of Flask and Werkzeug, causing extensions and tutorials to break until they are updated. There is now https://blog.miguelgrinberg.com/post/we-have-to-talk-about-flask

Em1tSan / NeuroGPT Free ChatGPT 3.5 / ChatGPT 4 / Free OpenAI API https://github.com/Em1tSan/NeuroGPT

Infinite scroll with django and htmx Tutorial on how to implement infinite scroll using django and htmx. https://fmacedo.com/posts/1-django-htmx-infinite-scroll/

GenSim Generating Robotic Simulation Tasks via Large Language Models. https://github.com/liruiw/GenSim

Python Tutorial: How to Buy a Token on the Uniswap Universal Router Learn to build a swap transaction for the Uniswap Universal Router! https://hackernoon.com/how-to-buy-a-token-on-the-uniswap-universal-router-with-python

dlt data load tool (dlt) — the open-source Python library for data loading. https://github.com/dlt-hub/dlt

Speeding up Cython with SIMD SIMD is a CPU feature that lets you speed up numeric processing; learn how to use it with Cython. https://pythonspeed.com/articles/faster-cython-simd/

How to add Google sheets as your Django database in 4 minutes https://www.youtube.com/watch?v=XXDiqE4t0xA

higgsfield Fault-tolerant, highly scalable GPU orchestration, and a machine learning framework designed for training models with billions to trillions of parameters https://github.com/higgsfield-ai/higgsfield

Python Hub Weekly Digest for 2023-10-29 https://pythonhub.dev/digest/2023-10-29/

Progress on No-GIL CPython https://lwn.net/Articles/947138/

Python Gotcha: Comparisons Comparing two numerical variables in Python can have surprising results if you aren't aware of some common gotchas. This post covers a couple of the common ones. https://andrewwegner.com/python-gotcha-comparisons.html

Options for passwordless authentication in Django apps Passwordless authentication is gaining popularity as a secure and user-friendly alternative to traditional password-based authentication in Django applications. In this article, we will delve into three passwordless authentication methods: email-based authentication, authentication with OAuth, and authentication with magic links. https://www.honeybadger.io/blog/options-for-passwordless-authentication-in-django/

queryish A library for constructing queries on arbitrary data sources following Django's QuerySet API. https://github.com/wagtail/queryish

When should you upgrade to Python 3.12? Python 3.12 is out now–but should you switch to it immediately? And if you ... https://pythonspeed.com/articles/upgrade-python-3.12/