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
⚡️ Модуль 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
⚙️ Создаём дескрипторы

#theory // just python
🔎 Находим различия

#theory // just python
❗️Модуль Theano

#modules // just python
⚡️ Профилируем код

#modules // just python
🛠 Интерактивный интерпретатор IPython

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

#modules // just python
🤖 Динамическая аннотация

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

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

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

#modules // just python
Разница между str и repr

#theory // just python
⚙️ Интерактивный интерпретатор IPython. Часть 2

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

#modules // just python
🔎 Отслеживаем изменения в файлах

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

#modules // just python
📑 Генераторные списки

#theory // just python
🤖 Оператор моржа

#theory // just python
💎 Системный модуль в Python

#modules // just python
⚙️ Выполняем команды прямо в терминале

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

#modules // just python
🕹 Обрабатываем аргументы командной строки

#modules // just python