PythonHub
2.42K subscribers
2.35K photos
49.1K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
Bringing Locality of Behaviour to Django Views and URLs

Introducing django-view-decorator, a Django package which brings Locality of Behaviour to your Views and URLs.

https://valberg.dk/bringing-locality-of-behaviour-to-django-views-and-urls.html
SevaSk / ecoute

Ecoute is a live transcription tool that provides real-time transcripts for both the user's microphone input (You) and the user's speakers output (Speaker) in a textbox. It also generates a suggested response using OpenAI's GPT-3.5 for the user to say based on the live transcription of the conversation.

https://github.com/SevaSk/ecoute
symbex: search Python code for functions and classes, then pipe them into a LLM

symbex is a new Python CLI tool that allows you to search Python code for functions and classes by name or wildcard, then see just the source code of those matching entities. symbex can then be used to pipe the source code into a large language model (LLM) for further analysis.

https://simonwillison.net/2023/Jun/18/symbex/
A theme editor for JupyterLab

This post introduces a new theme editor extension for JupyterLab that allows users to customize the look and feel of the JupyterLab interface. The theme editor extension is a simple interface that allows users to select colors, font family, and font size, and to preview the changes in real time.

https://blog.jupyter.org/a-theme-editor-for-jupyterlab-8f08ab62894d
Rift

An AI-native language server for your personal AI software engineer.

https://github.com/morph-labs/rift
Building Search DSLs with Django

The article explains how to build a custom search DSL (Domain Specific Language) for Django projects. The DSL allows users to search for content in a more natural way, using keywords and phrases instead of complex SQL queries.

https://danlamanna.com/posts/building-search-dsls-with-django/