pythonhub | Technologies

Telegram-канал pythonhub - PythonHub

1140

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

Subscribe to a channel

PythonHub

Optimize scheduling and routing in Python: a new open source solver Timefold

Solve the Vehicle Routing Problem, Maintenance Scheduling, Employee Scheduling, etc in Python.

https://timefold.ai/blog/new-open-source-solver-python

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

PythonHub

OpenContracts

Mass document analytics platform based on LlamaIndex, Pgvector, React and Django.

https://github.com/JSv4/OpenContracts

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

PythonHub

Python Hub Weekly Digest for 2024-06-30

https://pythonhub.dev/digest/2024-06-30/

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

PythonHub

Django: Introducing django-harlequin, a launcher for Terminal-based SQL IDE Harlequin

Harlequin is a Terminal-based SQL IDE by Ted Conbeer.
It is pretty popular, with over 2,500 GitHub ...

https://adamj.eu/tech/2024/05/07/django-harlequin/

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

PythonHub

TokenCost

Easy token price estimates for 400+ LLMs.

https://github.com/AgentOps-AI/tokencost

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

PythonHub

Do These 5 Things if You Don’t Want to Write Crappy Code

In this video, I'll share 5 key things you should do to avoid writing crappy code. These tips, drawn from my own experience, will help you write clean code.

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

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

PythonHub

django-render

Build fast, user-friendly applications with Django and React.

https://github.com/kaedroho/django-render

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

PythonHub

AI-Math-Notes

AI Math Notes is an interactive drawing application that allows users to draw mathematical equations on a canvas. Once an equation is drawn, the application uses a multimodal LLM to calculate and display the result next to the equals sign.

https://github.com/ayushpai/AI-Math-Notes

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

PythonHub

Semantic search with Django, PostgreSQL, & pgvector

In this talk we will see how to add semantic search functionality to an existing Python-based web project, in particular Django, with data storage on PostgreSQL.

https://www.youtube.com/watch?v=4hl8LpDKRMw

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

PythonHub

Boosting AI with Python: Using Click, Jinja2, and GPT Libraries

This talk explores enhancing AI projects using Python with tools like Click CLI for command-line interfaces, Jinja2 for dynamic content generation, and GPT libraries for language model integration. Attendees will see a practical project demonstration and gain skills to build functional AI applications, along with opportunities to connect with other Python developers.

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

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

PythonHub

Amphi

Open-Source Python ETL. Extract, transform and load data with low-code. Generate native Python code you can deploy anywhere.

https://github.com/amphi-ai/amphi-etl

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

PythonHub

Joining Strings in Python: A "Huh" Moment

The article discusses the performance implications of using generators vs list comprehensions when joining strings with str.join() in Python. Contrary to expectations, using a generator expression with str.join() is slower than a list comprehension because the CPython implementation converts the generator to a list internally before joining the strings, negating the memory efficiency ben...

https://berglyd.net/blog/2024/06/joining-strings-in-python/

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

PythonHub

A Beautiful and Timely Python Multi-page Streamlit Application

Showcasing historical summer Olympic data through multiple data visualizations.

https://johnloewen.substack.com/p/a-beautiful-and-timely-python-multi

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

PythonHub

Alga

CLI for remote controlling LG webOS TVs.

https://github.com/Tenzer/alga

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

PythonHub

piku

The tiniest PaaS you've ever seen. Piku allows you to do git push deployments to your own servers.

https://github.com/piku/piku

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

PythonHub

The basics of async/await

Learn the basics of create and running asynchronous tasks

https://www.pynerds.com/asyncawait-in-python/

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

PythonHub

hftbacktest

A high-frequency trading and market-making backtesting tool in Python and Rust, which accounts for limit orders, queue positions, and latencies, utilizing full tick data for trades and order books, with real-world crypto market-making examples for Binance Futures

https://github.com/nkaz001/hftbacktest

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

PythonHub

How to Move From pandas to Polars

Considering replacing pandas with Polars? Learn how to make the switch, what to keep in mind, and how PyCharm can help.

https://blog.jetbrains.com/pycharm/2024/06/how-to-move-from-pandas-to-polars/

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

PythonHub

Django Enhancement Proposal 14: Background Workers

As of today, DEP-14 has been approved �

The DEP was written and stewarded by Jake Howard. A very ...

https://www.djangoproject.com/weblog/2024/may/29/django-enhancement-proposal-14-background-workers/

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

PythonHub

Aurora

Aurora is a static site generator implemented in Python.

https://github.com/capjamesg/aurora

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

PythonHub

Parsing Python ASTs 20x Faster with Rust

The post describes how the integration of Rust can significantly speed up the parsing of Python Abstract Syntax Trees (ASTs). By rewriting critical components in Rust, the process can be made up to 20 times faster compared to the original Python implementation, offering substantial performance improvements for developers working with ASTs in Python.

https://www.gauge.sh/blog/parsing-python-asts-20x-faster-with-rust

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

PythonHub

NumPy 2.0.0

NumPy 2.0.0 is the first major release since 2006. It is the result of 11 months of development since the last feature release and is the work of 212 contributors spread over 1078 pull requests. It contains a large number of exciting new features as well as changes to both the Python and C APIs.

https://github.com/numpy/numpy/releases/tag/v2.0.0

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

PythonHub

textual-serve

Serve Textual apps locally.

https://github.com/Textualize/textual-serve

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

PythonHub

A beautiful Python monstrosity

Creating performance tests for Python Morsels exercises is a frequent annoyance

I loathe writing ...

https://treyhunner.com/2024/06/a-beautiful-python-monstrosity/

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

PythonHub

Introduction to Machine Learning: Why There Are No Programmed Answers

Home


Table of Contents





Introduction to Machine Learning: Why There Are No Programmed ...

https://pyimagesearch.com/2024/05/06/introduction-to-machine-learning-why-there-are-no-programmed-answers/

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

PythonHub

Ruff: Internals of a Rust-backed Python linter-formatter - Part 1

Ruff is an extremely fast Python linter written in Rust, deriving its speed from parsing Python code and implementing linting rules natively in Rust rather than Python. The article provides insights into Ruff's internals, including its initial implementation using RustPython's parser, the evolution to a hand-written recursive descent parser, and its caching and parallelization mechanisms.

https://compileralchemy.substack.com/p/ruff-internals-of-a-rust-backed-python

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

PythonHub

pdf-to-podcast

Convert any PDF into a podcast episode!

https://github.com/knowsuchagency/pdf-to-podcast

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

PythonHub

React + Django + Ninja: Full-stack app in 15 mins

We'll build a React and Django app fast, using Django Ninja - aiming for under 15 minutes.

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

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

PythonHub

Python Hub Weekly Digest for 2024-06-23

https://pythonhub.dev/digest/2024-06-23/

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

PythonHub

thread

AI-Powered Jupyter Notebook built using React.

https://github.com/squaredtechnologies/thread

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