Python/ django
59K subscribers
2.08K photos
62 videos
47 files
2.8K links
по всем вопросам @haarrp

@itchannels_telegram - 🔥 все ит-каналы

@ai_machinelearning_big_data -ML

@ArtificialIntelligencedl -AI

@datascienceiot - 📚

@pythonlbooks

РКН: clck.ru/3FmxmM
加入频道
This media is not supported in your browser
VIEW IN TELEGRAM
🖥 Tarsier

An open source Python library to enable web interaction with multi-modal LLMs like GPT4!

библиотека Python с открытым исходным кодом для обеспечения взаимодействия с мультимодальными LLM, такими как GPT4!

pip install tarsier

@pythonl
Please open Telegram to view this post
VIEW IN TELEGRAM
🔉 Convert Video to audio

Преобразование видео в аудио.

Github

@pythonl
🖥 Change the color of text output with ANSI Escape Codes! #Python

Изменение цвета выводимого текста с помощью ANSI Escape Codes! #Python

@pythonl
Please open Telegram to view this post
VIEW IN TELEGRAM
🪩 PythonHacks

This repo contains some solved python hacker codes

Это репозиторий содержит готовые решения с кодом python для различных задач кибербезопасности и хакинга.

Github

@pythonl
Please open Telegram to view this post
VIEW IN TELEGRAM
🖥 150+ simple Python scripts to download and analyze market data.

150+ простых Python-скриптов для загрузки и анализа рыночных данных.

Github

@pythonl
Please open Telegram to view this post
VIEW IN TELEGRAM
Awesome Python Books

📚
Directory of Python books

Полезные книги по Python, собранные в одном репозитории.

https://github.com/Junnplus/awesome-python-books

@pythonl
🖥 Python tip: Merging PDF files using PyPDF2

Объединение PDF-файлов с помощью PyPDF2


Установите библиотеку с помощью pip.

pip install PyPDF2

Вы можете легко объединить PDF-файлы, используя приведенный Ввше код. Просто замените имена в списке pdf-файлов на имена pdf-файлов, которые вы хотите объединить (если они находятся в том же каталоге, что и ваш Python-скрипт), или на ссылки на pdf-файлы.

@pythonl
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
🖥 Pdf to a txt line by line using Python

Построчное преобразование Pdf в txt с помощью Python.

📌 Docs

@pythol
Please open Telegram to view this post
VIEW IN TELEGRAM
🖥 Use the #Pillow package in Python to change the brightness of your images in #Python!

Как использовать пакет #Pillow в Python для изменения яркости изображений в #Python!

@pythonl
Please open Telegram to view this post
VIEW IN TELEGRAM
Эти фишки сделают твой Python код лучше🔥

Видео
Github

@pythonl
Please open Telegram to view this post
VIEW IN TELEGRAM
🖥 Convert Excel to CSV using Pandas in Python

Преобразование Excel в CSV с помощью Pandas в Python


https://morioh.com/a/75e6ba1e0351

@pythonl
Please open Telegram to view this post
VIEW IN TELEGRAM
🎁 #Django 5.0 RC 1 is out.

Вышел Django 5.0 RC 1:

https://djangoproject.com/weblog/2023/nov/20/django-50-rc1/

Это последний шанс протестировать его перед финальным релизом, который ожидается в начале декабря.

@pythonl
This media is not supported in your browser
VIEW IN TELEGRAM
🔥 flowty-realtime-lcm-canvas

A realtime sketch to image demo using LCM and the gradio library.

Преобразование наброска в изображение в реальном времени с использованием LCM и библиотеки gradio.

Github

@pythonl
This media is not supported in your browser
VIEW IN TELEGRAM
🖥 Jupyter ❤️ Textual

Create Jupyter widgets in pure Python.

Создание виджетов Jupyter на чистом Python, без использования JavaScript!

pip install ipytextual

Github

@pythonl
Please open Telegram to view this post
VIEW IN TELEGRAM
🖥 Define categories with the Enum Python module and use auto() for automatic numbering.

Классы Enum в #Python делают ваш код более читабельным! Определите категории с помощью модуля Enum Python и используйте auto() для автоматической нумерации.

@pythonl
Please open Telegram to view this post
VIEW IN TELEGRAM
🖥 Эти фишки реально ускорят Python код! Numba+ Taichi+ С

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

@pythonl
Please open Telegram to view this post
VIEW IN TELEGRAM
🖥 ZipLoRA-pytorch

ZipLoRA: Any Subject in Any Style by Effectively Merging LoRAs

Напарвление любой генерации в любом стиле путем эффективного слияния в LoRA.

Github

@pythonl
Please open Telegram to view this post
VIEW IN TELEGRAM
🖥 The easiest way to 10x your development environment:

Start managing experiments, logging prompts, and tracking your code.


Самый простой способ улучшения среды разработки:

Начните управлять тестами, регистрировать подсказки и отслеживать свой код.

Вы можете сделать все sэто бесплатно, используя такой инструмент, как Cometml, с помощью пары строк кода.

Посмотрите на прилагаемый скриншот:

Интеграция Comet + OpenAI будет отслеживать все автоматически:

- сообщения и function_call как входы
- варианты как выходы
- токен использования как метаданные
- работми с метаданными

pip install comet_llm

Этот блокнот Colab продемонстрирует вам пример работы Cometml:
https://colab.research.google.com/github/comet-ml/comet-examples/blob/master/integrations/llm/openai/notebooks/Comet_and_OpenAI.ipynb#scrollTo=A0-thQauBRRL

Github

@pythonl
Please open Telegram to view this post
VIEW IN TELEGRAM
🖥Security of data storage in Python

We recommend storing sensitive information in an .env file and loading it into a Python script using python-dotenv.

🔒Безопасность хранения данных в Python🔒


Рекомендуется хранить конфиденциальную информацию в файле .env и загружать ее в сценарий Python с помощью python-dotenv.

Это позволяет защитить информацию от раскрытия в кодовой базе или системах контроля версий.

@pythonl
Please open Telegram to view this post
VIEW IN TELEGRAM