Python/ django
60.6K subscribers
2.13K photos
79 videos
48 files
2.86K links
по всем вопросам @haarrp

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

@ai_machinelearning_big_data -ML

@ArtificialIntelligencedl -AI

@datascienceiot - 📚

@pythonlbooks

РКН: clck.ru/3FmxmM
Download Telegram
🖥 Python tip: How to blur an image using the Python libraries scipy and imageio

Как размыть изображение с помощью библиотек Python scipy и imageio.

Github

@pythonl
Please open Telegram to view this post
VIEW IN TELEGRAM
👍26🔥42👎2😱2🎉1
🖥 Learn PyTorch for FREE!

Изучайте PyTorch бесплатно.

В этом репозитории собраны учебные пособия, проекты, книги, видео и все, что вам нужно знать о PyTorch.

https://github.com/ritchieng/the-incredible-pytorch

@pythonl
Please open Telegram to view this post
VIEW IN TELEGRAM
17👍9🔥7
This media is not supported in your browser
VIEW IN TELEGRAM
🔥 Machine learning algorithms

Популярные алгоритмы машинного обучения наглядно

@pythonl
👍36🔥5👎32
🖥 Awesome Python Awesome

A curated list of awesome Python frameworks, libraries, software and resources.

кураторский список фреймворков, библиотек, программного обеспечения и ресурсов на языке Python.

https://github.com/vinta/awesome-python

@pythonl
Please open Telegram to view this post
VIEW IN TELEGRAM
👍244🔥3🤩2
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
👍213🔥2
🔉 Convert Video to audio

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

Github

@pythonl
👍306🔥5
🖥 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
👍285🔥2😢1
🪩 PythonHacks

This repo contains some solved python hacker codes

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

Github

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

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

Github

@pythonl
Please open Telegram to view this post
VIEW IN TELEGRAM
👍19🔥62
Awesome Python Books

📚
Directory of Python books

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

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

@pythonl
👍155🔥2😱2
🖥 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
👍192🔥2
🖥 Face swap on python.

Меняет местами 2 лица на изображении.

pip install --user opencv-python insightface matplotlib
# скачай 'inswapper_128.onnx' отсюда 'clck.ru/36ct6v' и закинь в папку с кодом
import cv2
import insightface
from insightface.app import FaceAnalysis
import matplotlib.pyplot as plt

app = FaceAnalysis(name='buffalo_l')
app.prepare(ctx_id=0, det_size=(640, 640))
swapper = insightface.model_zoo.get_model('inswapper_128.onnx')

def swap_faces(img):
img = cv2.imread(img)
fig, ax = plt.subplots(1, 1, figsize=(10, 5))
ax.imshow(img[:,:,::-1])
ax.axis('off'); plt.show()
faces = app.get(img)
face1, face2 = faces[0], faces[1]
imgnew = img.copy()
imgnew = swapper.get(imgnew, face1, face2, paste_back=True)
imgnew = swapper.get(imgnew, face2, face1, paste_back=True)
fig, ax = plt.subplots(1, 1, figsize=(10, 5))
ax.imshow(imgnew[:,:,::-1])
ax.axis('off'); plt.show()
return imgnew


swap_faces('ТУТ ТВОЁ ИЗОБРАЖЕНИЕ')


📌 Video

@pythol
Please open Telegram to view this post
VIEW IN TELEGRAM
👍27🔥54😱3
🖥 Pdf to a txt line by line using Python

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

📌 Docs

@pythol
Please open Telegram to view this post
VIEW IN TELEGRAM
24👍8🔥6
🖥 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
👍195🔥4
Эти фишки сделают твой Python код лучше🔥

Видео
Github

@pythonl
Please open Telegram to view this post
VIEW IN TELEGRAM
👍172🔥2😁1
🖥 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
👍17😁104🔥2😱2
🎁 #Django 5.0 RC 1 is out.

Вышел Django 5.0 RC 1:

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

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

@pythonl
👍16🔥53
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
👍26🔥62🤩1
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
👍255🔥2😱1