Just Python
10.2K subscribers
4.4K photos
11 videos
4.38K links
🐍Простое изучение Python.

Ссылка: @Portal_v_IT

Сотрудничество: @oleginc, @tatiana_inc

Канал на бирже: telega.in/c/justpython_it

РКН: clck.ru/3MnbSc
Download Telegram
⚙️ Взаимодействуем с текстом

➤ Установка: pip install flashtext

#
modules // just python
❗️Модуль six

➤ Установка: pip install six

#modules // just python
🌁 Визуализируем информацию

➤ Установка: pip install dash

#modules // just python
Отлавливаем ошибки

#theory // just python
⚡️Метод get()

#theory // just python
🗃 Словарь c переменными

#theory // just python
⚙️ Создаём интерфейсы для взаимодействия

➤ Установка: pip3 install hug

#modules // just python
🛠 SQLite

#modules // just python
⚡️Отсутствующие элементы в словаре

#useful // just python
🕹 Создаём QR-коды

➤ Установка: pip install qrcode[pil]

#modules // just python
🌐 Дизассемблируем код

#modules // just python
❗️Модуль webbrowser

#modules // just python
⚙️ Операции над множествами

#theory // just python
🕹 Подсветка кода

➤ Установка: pip install Pygments

#modules // just python
⚙️ Функция iter

#theory // just python
📁 Профилируем код

➤ Установка: pip3 install scalene

#modules // just python
⚡️ Модуль delorean

➤ Установка: pip install Delorean

#modules // just python
⚙️ Преобразовываем числа языка

➤ Установка: pip install numerizer

#modules // just python
🌐 Извлекаем данные с веб сайтов

➤ Установка: pip install scrapy

#modules // just python
Выводим красивые ошибки

➤ Установка: pip install pretty_errors

#modules // just python
⚡️Переменная «_»

#theory // just python