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
加入频道
🖥 Crash Course on Python (From google)

Краткий бесплатный курс по Python (От google).

https://www.coursera.org/learn/python-crash-course?

@pythonl
Please open Telegram to view this post
VIEW IN TELEGRAM
Introducing LazyPredict! 🚀


A Python library that enables you to train, test, and evaluate multiple ML models at once using just a few lines of code.

Библиотека Python, позволяющая обучать, тестировать и оценивать сразу несколько моделей ML с помощью всего нескольких строк кода.


pip install lazypredict

🖥 Github

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

You can generate text art using Python's pyfiglet library. First, you'll need to install the library.

Способ создания текстового рисунка с помощью библиотеки
pyfiglet на Python.

pip install pyfiglet

from pyfiglet import Figlet
f = Figlet(font='slant')
print(f.renderText('text to render'))

🖥 Github

@pythonl
Please open Telegram to view this post
VIEW IN TELEGRAM
🖥 Python code to find info about Chemical Formula

Python-код для поиска информации о химической формуле.

@pythonl
Please open Telegram to view this post
VIEW IN TELEGRAM
🎤 Voice Recorder using Python

Диктофон с использованием Python.

Github
Docs

@pythonl
🖥 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
🖥 Learn PyTorch for FREE!

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

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

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

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

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

@pythonl
🖥 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
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