pythonhub | Technologies

Telegram-канал pythonhub - PythonHub

1140

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

Subscribe to a channel

PythonHub

ChatGPT / Python

https://www.reddit.com/r/Python/comments/1c2us61/chatgpt_python/

Читать полностью…

PythonHub

7 examples in 6 minutes using Django GeneratedField

We'll go over 7 short examples in 6 minutes. After looking at them, you'll know how to use Django's GeneratedField - doing calculations automatically with the database quickly and neatly.

https://www.youtube.com/watch?v=b7VkVHBX47w

Читать полностью…

PythonHub

Python 3.12.3 and 3.13.0a6 released

https://pythoninsider.blogspot.com/2024/04/python-3123-and-3130a6-released.html

Читать полностью…

PythonHub

philz1337x / clarity-upscaler

Clarity AI | AI Image Upscaler & Enhancer - free and open-source Magnific Alternative

https://github.com/philz1337x/clarity-upscaler

Читать полностью…

PythonHub

Mantis

Mantis is a security framework that automates the workflow of discovery, reconnaissance, and vulnerability scanning.

https://github.com/PhonePe/mantis

Читать полностью…

PythonHub

openai / grok

https://github.com/openai/grok

Читать полностью…

PythonHub

Client libraries are better when they have no API

The article discusses the author's approach to building a client library for the csvbase, focusing on leveraging existing file system abstraction libraries like fsspec to provide a seamless user experience without a custom API. It highlights the benefits of this approach, such as enabling integration with a wide range of tools and libraries that already support the fsspec interface.

https://csvbase.com/blog/7

Читать полностью…

PythonHub

Python 3.12 Generics in a Nutshell

Generics in Python 3.12 can transform your code by allowing classes to be used with different data types, enhancing flexibility, and catching bugs early. This video dives into generic classes and subclasses and show you how they can streamline your development process.

https://www.youtube.com/watch?v=TkDg3EHwC1g

Читать полностью…

PythonHub

RAGFlow

RAGFlow is an open-source RAG (Retrieval-Augmented Generation) engine based on deep document understanding.

https://github.com/infiniflow/ragflow

Читать полностью…

PythonHub

Nava

Playing Sounds in Python.

https://github.com/openscilab/nava

Читать полностью…

PythonHub

SentenceTransformers: Python framework for sentence, text and image embeddings

https://www.sbert.net/index.html

Читать полностью…

PythonHub

Why Do Python Lists Multiply Oddly? Exploring the CPython Source Code

A look at the internals of list implementation in CPython to understand this weird quirk about them.

https://codeconfessions.substack.com/p/why-do-python-lists-multiply-oddly

Читать полностью…

PythonHub

DBRX

Code examples and resources for DBRX, a large language model developed by Databricks.

https://github.com/databricks/dbrx

Читать полностью…

PythonHub

Building LLMs for Code Repair

The article discusses Replit's Code Repair feature, which automatically fixes common programming errors and issues in code. It explores how Code Repair helps developers save time and improve code quality by providing automated solutions to common coding problems.

https://blog.replit.com/code-repair

Читать полностью…

PythonHub

thepipe

Export any file, folder, website, or repo into GPT-4-Vision with one line of code.

https://github.com/emcf/thepipe

Читать полностью…

PythonHub

Building a streaming ChatGPT clone, with Django, Channels, and HTMX

This video walks you through the process of building a ChatGPT clone step-by-step using Django, websockets, and HTMX. Each piece of functionality is broken down into a single commit, then explained and demonstrated. By the end, a fully functional, streaming chatbot app is ready!

https://www.youtube.com/watch?v=8JSiiPW4S0A

Читать полностью…

PythonHub

Predicting solar eclipses with Python

The article describes how the author was able to write a Python script to compute the position of the sun and moon and predict the location of total solar eclipses, leveraging the Astropy library and other Python packages, all in around 100 lines of code.

https://erikbern.com/2024/04/07/predicting-solar-eclipses-with-python

Читать полностью…

PythonHub

How to survive coding interviews with a single line of Python code

The article discusses techniques for solving coding interview questions using concise, single-line Python code.

https://ivaniscoding.github.io/posts/codeinterview/

Читать полностью…

PythonHub

The Design Philosophy of Great Tables

The article discusses the importance of well-designed tables for effectively presenting data, drawing inspiration from historical tabular design principles. It highlights the Great Tables library's focus on providing various customization options to help users create visually appealing and structured tables for publications, reports, and other data-driven content

https://posit-dev.github.io/great-tables/blog/design-philosophy

Читать полностью…

PythonHub

Python in Visual Studio Code – April 2024 Release

This release includes the following announcements:

https://devblogs.microsoft.com/python/python-in-visual-studio-code-april-2024-release/

Читать полностью…

PythonHub

Loki

An Open-source Tool for Fact Verification.

https://github.com/Libr-AI/OpenFactVerification

Читать полностью…

PythonHub

Python Hub Weekly Digest for 2024-04-14

https://pythonhub.dev/digest/2024-04-14/

Читать полностью…

PythonHub

ASGI deployment options for Django

The article explores ASGI deployment options for Django applications, providing insights into deploying Django with ASGI servers.

https://fly.io/django-beats/asgi-deployment-options-for-django/

Читать полностью…

PythonHub

Rally car tracking tests

https://www.reddit.com/r/madeinpython/comments/1bydj5w/rally_car_tracking_tests/

Читать полностью…

PythonHub

Octarine

A new lightweight, WGPU-based 3D viewer for Python.

https://github.com/schlegelp/octarine

Читать полностью…

PythonHub

Automating Python with Google Cloud

A tutorial series on how to automate a Python script in Google Cloud using Cloud Functions and/or Cloud Run.

https://www.scipress.io/post/rSp9Rov4ppvHgpHQaRPy/Automating-Python-with-Google-Cloud

Читать полностью…

PythonHub

How I manage Python in 2024

https://outlore.dev/blog/python-dev-2024/

Читать полностью…

PythonHub

naver / dust3r

DUSt3R: Geometric 3D Vision Made Easy

https://github.com/naver/dust3r

Читать полностью…

PythonHub

SWE-agent

SWE-agent turns LMs (e.g. GPT-4) into software engineering agents that can fix bugs and issues in real GitHub repositories.

https://github.com/princeton-nlp/SWE-agent

Читать полностью…

PythonHub

Enforcing conventions in Django projects with introspection

Some code and tips to combine Python and Django introspection APIs to enforce naming conventions in your Django models.

https://lukeplant.me.uk/blog/posts/enforcing-conventions-in-django-projects-with-introspection/

Читать полностью…
Subscribe to a channel