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
📱 Библиотеки для создания телеграм-ботов

➤ Установка Python Telegram bot: pip install python-telegram-bot

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

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

#modules // just python
🤖 Модуль Random

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

#modules // just python
📓 Паттерны разработки на Python: TDD, DDD и событийно-ориентированная архитектура.

➤ Авторы: Гарри Персиваль, Боб Грегори

#useful // just python
Channel photo updated
🗃 JSON в python

#theory // just python
🖲 Try, except, finally

#theory // just python
🔩 Корутины и таски в ассинхроном программировании

asyncio.create_task()

#theory // just python
⛓️ Асинхронное программирование

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

#modules // just python
⚡️Модули в Python

from module import attribute

#modules // just python
📋 Кортеж, список, множество и словарь

#theory // just python
🔧 Классы и особые методы

#theory // just python
📘 Machine Learning with Python for Everyone.

➤ Автор: Марк Феннер

#useful // just python
🛠 Типы функций

#theory // just python
🤖 Модуль logging

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

#modules // just python
👀 Взаимодействие с окружением

#theory // just python
🌐 Сетевые подключения в Python

socket = socket.socket()

#theory // just python
📘 Python Beginner To Pro

➤ Автор: N. Krishna Kumar

#useful // just python
⚙️ Регулярные выражения

#theory // just python
🗃 База данных MySql

➤ Установка: pip install mysgl-connector-python

#modules // just python