pythonhub | Technologies

Telegram-канал pythonhub - PythonHub

1140

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

Subscribe to a channel

PythonHub

NumPy Examples — Practice Questions Make You an Expert

https://codesolid.com/numpy-practice-questions-to-make-you-an-expert/

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

PythonHub

Color-diffusion

A diffusion model to colorize black and white images.

https://github.com/ErwannMillon/Color-diffusion

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

PythonHub

DevOpsGPT

Multi agent system for AI-driven software development. Convert natural language requirements into working software. Supports any development language and extends the existing base code.

https://github.com/kuafuai/DevOpsGPT

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

PythonHub

Dealing with Pandas's nullable float dtypes

https://rachitsingh.com/notes/pandas-null/

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

PythonHub

Show HN: I wrote a RDBMS (SQLite clone) from scratch in pure Python

https://github.com/spandanb/learndb-py

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

PythonHub

Python in Visual Studio Code – August 2023 Release

This release includes the following announcements:

https://devblogs.microsoft.com/python/python-in-visual-studio-code-august-2023-release/

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

PythonHub

Building and Evaluating Medical AI Models

Learn how to build and evaluate medical AI models with TensorFlow. This is a great, real world project for improving your machine learning skills. You will use TensorFlow to evaluate chest x-rays.

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

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

PythonHub

Show HN: Pykoi – a Python library for LLM data collection and fine tuning

https://www.cambioml.com/pykoi/

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

PythonHub

Python: Just Write SQL

https://joaodlf.com/python-just-write-sql

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

PythonHub

Creating a context manager in Python

Objects with __enter__ and __exit__ methods can be used as context managers in Python. This article discusses most of what you'll want to know when creating your own context managers.

https://www.pythonmorsels.com/creating-a-context-manager/

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

PythonHub

Python AI Organ Segmentation Tutorial

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

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

PythonHub

Llama from scratch

A tutorial on how to implement a paper and debug your model.

https://blog.briankitano.com/llama-from-scratch/

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

PythonHub

Django: The perils of string_if_invalid in templates

https://adamj.eu/tech/2023/08/09/django-perils-string-if-invalid/

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

PythonHub

devlooper

A program synthesis agent that autonomously fixes its output by running tests!

https://github.com/modal-labs/devlooper

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

PythonHub

Python Hub Weekly Digest for 2023-08-13

https://pythonhub.dev/digest/2023-08-13/

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

PythonHub

Functionary

Functionary is a language model that can interpret and execute functions/plugins.

https://github.com/MeetKai/functionary

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

PythonHub

How to profile a FastAPI asynchronous request

A short walkthrough of how to profile an HTTP request through an asynchronous FastAPI API handler.

https://blog.balthazar-rouberol.com/how-to-profile-a-fastapi-asynchronous-request

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

PythonHub

Trafilatura: Python tool to gather text on the Web

https://github.com/adbar/trafilatura

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

PythonHub

Mentat

The AI Coding Assistant.

https://github.com/biobootloader/mentat

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

PythonHub

Quirks of Python Package Versioning

https://sethmlarson.dev/pep-440

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

PythonHub

Function Calling: Integrate Your GPT Chatbot With Anything

Learn about GPT new function calling feature which allows chatbots to interact with anything, opening up new possibilities for AI-powered applications.

https://semaphoreci.com/blog/function-calling

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

PythonHub

Killing the ProcessPoolExecutor

A story about the Python GIL, threading, and fixing code that already works.

https://www.tinybird.co/blog-posts/killing-the-processpoolexecutor

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

PythonHub

Python SDK for the Uniswap Universal Router

The object of this library is to easily decode & encode the transaction input sent to the latest Uniswap router.

https://github.com/Elnaril/uniswap-universal-router-decoder

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

PythonHub

Mpire: A Python package for easier and faster multiprocessing

https://github.com/sybrenjansen/mpire

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

PythonHub

PokerKit

An open-source Python library for poker simulations and hand evaluations.

https://github.com/uoftcprg/pokerkit

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

PythonHub

Parameters, options and flags for Python scripts

SummaryWhile there are various ways of making a script configurable in Python, argparse is a very ...

https://www.bitecode.dev/p/parameters-options-and-flags-for

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

PythonHub

Behind "Hello World" on Linux

When you run a simple "Hello World" Python program on Linux, a lot more happens behind the scenes than you might think. This post explores the different steps that take place when you run a "Hello World" program, from parsing the command line to executing the code.

https://jvns.ca/blog/2023/08/03/behind--hello-world/

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

PythonHub

The GIL Was Removed From Python!?

The GIL has been removed from Python! Has it though? Okay, let me clear some things up: Okay, allow ...

https://superfastpython.com/gil-removed-from-python/

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

PythonHub

Patterns for Building LLM-based Systems & Products

This post is about practical patterns for integrating large language models (LLMs) into systems and products. We’ll draw from academic research, industry resources, and practitioner know-how, and try to distill them into key ideas and practices.

https://eugeneyan.com/writing/llm-patterns/

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

PythonHub

PyTorch Memory Tuning

This article will focus on minimizing GPU memory footprint — for both optimization and inference workloads. Throughput and latency usually get all the attention, but reducing memory consumption without making architecture sacrifices is often just as valuable.

https://paulbridger.com/posts/pytorch-memory-tuning/

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