Please open Telegram to view this post
VIEW IN TELEGRAM
Pyserini is a Python toolkit for reproducible information retrieval research with sparse and dense representations.
pip install pyserini
@pythonl
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
https://www.youtube.com/playlist?list=PLysMDSbb9HcwHrmXBYMFTh9ZNeq1FFeAJ
@pythonl
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
A computer algebra system written in pure Python.
Библиотека для линейной алгебры, написанная на чистом Python.
$ git clone https://github.com/sympy/sympy.git
📃Docs
@pythonl
Please open Telegram to view this post
VIEW IN TELEGRAM
В приведенном ниже примере мы проверяем, что класс Point принимает только числа в качестве значений.
@pythonl
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
Открываем доступ в наш канал с бесплатными книгами по базам данных и алгоритмизации.
MySQL, PostgreSQL, MongoDB, Big Data: книги по этим темам в избытке в библиотеке баз данных.
На это стоит посмотреть: @dbbooks
MySQL, PostgreSQL, MongoDB, Big Data: книги по этим темам в избытке в библиотеке баз данных.
На это стоит посмотреть: @dbbooks
PyGWalker: Turn your pandas dataframe into a Tableau-style User Interface for visual analysis.
PyGWalker: преобразуем датафрейм pandas в пользовательский интерфейс в стиле таблицы для визуального анализа.
pip install pygwalker
@pythonl
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
A modular SQL linter and auto-formatter with support for multiple dialects and templated code.
SQLFluff — это гибкий и настраиваемый линтер SQL.
Разработанный с учетом приложений ELT, SQLFluff также работает с шаблонами Jinja и dbt. SQLFluff автоматически исправит большинство ошибок линтинга.
@pythonl
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
A simple tool used to retrieve chat messages from livestreams, videos, clips and past broadcasts.
Python утилита для парсинга сообщений из чата и прямых трансляций на всех популярных площадках.
- YouTube.com
- Zoom.us
- Facebook.com
- Twitch.tv
$ pip install chat-downloader
Использование:
# termimal
$ chat_downloader https://www.youtube.com/watch?v=video_link --output chat.json
# Python script
from chat_downloader import ChatDownloader
url = 'https://www.youtube.com/watch?v=video_link'
chat = ChatDownloader().get_chat(url)
for message in chat:
chat.print_formatted(message)
📝 Docs
#python #soft #github
@pythonl
Please open Telegram to view this post
VIEW IN TELEGRAM