es
Feedback
PythonHub

PythonHub

Ir al canal en Telegram

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

Mostrar más
2 528
Suscriptores
-124 horas
+27 días
+1730 días
Archivo de publicaciones

Swap_8_and_9: A simple import can modify the Python interpreter https://kenschutte.com/python-swap-ints/

Python Hub Weekly Digest for 2023-08-06 https://pythonhub.dev/digest/2023-08-06/

I Made 3D MINECRAFT in PYTHON using Ursina! In this Python tutorial I code a minecraft clone using a 3d library called Ursina. https://www.youtube.com/watch?v=9RudgL1rVLg

No-GIL mode coming for Python https://lwn.net/Articles/939568/

Marsha Marsha is a functional, higher-level, English-based programming language that gets compiled into tested Python software by an LLM https://github.com/alantech/marsha

Bridging the Python async gap from the other side https://death.andgravity.com/asyncio-bridge

ramonvc / freegpt-webui GPT 3.5/4 with a Chat Web UI. No API key required. https://github.com/ramonvc/freegpt-webui

fastapi-serve FastAPI to the Cloud, Batteries Included! https://github.com/jina-ai/fastapi-serve

How ruff changed my Python programming habits https://406.ch/writing/how-ruff-changed-my-python-programming-habits/

Finding and fixing insecure direct object references in Python In this post, we'll review common patterns and types of IDOR vulnerabilities and how to protect against them. https://snyk.io/blog/insecure-direct-object-references-python/

textual-paint MS Paint in your terminal. https://github.com/1j01/textual-paint

AutoChain Build lightweight, extensible, and testable LLM Agents. https://github.com/Forethought-Technologies/AutoChain

0xpayne / gpt-migrate Easily migrate your codebase from one framework or language to another. https://github.com/0xpayne/gpt-migrate

Show HN: Pyflo – a free, interactive guide to learning Python https://pyflo.net

rag-stack Deploy a private ChatGPT alternative hosted within your VPC. Connect it to your organization's knowledge base and use it as a corporate oracle. Supports open-source LLMs like Llama 2, Falcon, and GPT4All. https://github.com/psychic-api/rag-stack

Customize Django Admin Interface Django admin panel is one of the biggest strengths on Django. It allows quickly have interface access data stored in DB, have forms to add and edit data and manage users. But since in its default state Django Admin Site is quite basic, so in this article I want to go over all the ways to make the most out of it by customizing it. https://appliku.com/post/customize-django-admin-interface