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
加入频道
Please open Telegram to view this post
VIEW IN TELEGRAM
🖥 statistics.stdev() and `statistics.pstdev(): These functions calculate the standard deviation and population standard deviation, respectively.


statistics.stdev()
и `statistics.pstdev(): Эти функции вычисляют стандартное отклонение и среднеквадратическое отклонениеи.

@pythonl
Please open Telegram to view this post
VIEW IN TELEGRAM
🔥Подборка лучших обучающих каналов для программистов.

➡️Делитесь с коллегами и Сохраняйте себе, чтобы не потерять

Машинное обучение

Machine Learning - полезные статьи новости гайды и разбор кода
Ml Собеседование - подготовка к собеседовению мл, алгоритмам, кодингу
Ml ru - актуальные статьи, новости, код и обучающие материалы
Ml Jobs - вакансии ML
ML Книги - актуальные бесплатные книги МО
ML чат

🚀 Data Science

Анализ данных - полезные фишки, код, гайды и советы, маст-хэв датасаентиста
Data Jobs - ds вакансии
Аналитик данных
Data Science книги - актуальные бесплатные книги
Big data

🏆 Golang
Golang - подробные гайды, разбор кода, лучшие практики, заметки
Golang собеседование
Golang вакансии
Golang книги
Golang задачи и тесты
Golang чат
Golang news - новости go



#️⃣C#

С# академия
С# заметки — код, лучшие практики, заметки программиста c#
С# задачи и тесты
С# библиотека - актуальные бесплатные книги
C# вакансии - работа

🐍 Python

Python/django
Python Собеседование - подготовка к собеседовению python и разбор алгоритмов
Pro python - статьи, новости, код и обучающие материалы
Python Jobs - вакансии Python
Python чат
Python книги

Java

Java академия
Java вакансии
Java чат
Java вопросы с собеседований
Java книги

💻 C++

C++ академия
С++ книги
C++ задачи - подготовка к собеседовению мл, алгоритмам
C++ вакансии

💥 Хакинг Kali Linux

Kali linux
linux_kal - kali чат
Информационная безопасность

🐧 Linux

Linux academy

🦀 Rust
Rust программирование
Rust чат

🛢Базы данных
Sql базы данных
Библиотека баз данных
SQL чат

📲 Мобильная разработка
Android разработка
Мобильный разработчик гайды и уроки

🖥 Javascript/React/PHP
Javascript академия
React программирование
PHP
Книги frontend
Задачи frontend

🇬🇧 Английский для программистов

🧠 Искусственный интеллект
ИИ и технологии
Neural - нейросети для работы и жизни
Книги ИИ
Artificial Intelligence

🔥 DevOPs
Devops для программистов
Книги Devops
Docker

📓 Книги
Библиотеки Книг для программситов

💼 Папка с вакансиями:
Папка Go разработчика:
Папка Python разработчика:
Папка Data Science
Папка Java разработчика
Папка C#
🖥 Three-Dimensional points and lines

Трехмерные точки и линии

@pythonl
Please open Telegram to view this post
VIEW IN TELEGRAM
This media is not supported in your browser
VIEW IN TELEGRAM
🖥 DataQA extractor

App to extract structured fields into a spreadsheet from unstructured text.

DataQA extractor - приложение на Python для извлечения структурированных полей из неструктурированного текста и добавления их в электронную таблицу.

Github

@pythonl
Please open Telegram to view this post
VIEW IN TELEGRAM
This media is not supported in your browser
VIEW IN TELEGRAM
📈 tstock is a tool to easily generate stock charts from the command line.

tstock - это инструмент Python, позволяющий легко генерировать графики акций из командной строки.

Просто введите tstock aapl, чтобы получить в терминале трехмесячный свечной график $AAPL

Github

@pythonl
Please open Telegram to view this post
VIEW IN TELEGRAM
🖥 100 вопросов с собеседований Python. Полный разбор реальных вопросов.

📌 Часть1
📌 Часть2
📌 Полный список вопросов

@pythonl
Please open Telegram to view this post
VIEW IN TELEGRAM
🗑 Empty Recycle Bin using Python

Очищаем корзину с помощью Python

@pythonl
This media is not supported in your browser
VIEW IN TELEGRAM
⚡️ jurigged

Jurigged lets you update your code while it runs.

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

Github

@pythonl
Please open Telegram to view this post
VIEW IN TELEGRAM
🎄 Merry Christmas using Python

Поздравление с Новым годом с помощью Python.

@pythonl
🖥 Live Exchange Rates using Python

Курсы валют в реальном времени с помощью Python

@pythonl
Please open Telegram to view this post
VIEW IN TELEGRAM
🖥 URL Shortener with Python

Сократитель URL с помощью Python

@pythonl
Please open Telegram to view this post
VIEW IN TELEGRAM
This media is not supported in your browser
VIEW IN TELEGRAM
🖥 StreamDiffusion: A Pipeline-Level Solution for Real-Time Interactive Generation

Решение на Python на уровне конвейера для интерактивной генерации изображений в реальном времени.

Github

@pythonl
Please open Telegram to view this post
VIEW IN TELEGRAM
🖥 Game Catch on Python

Игра фейковая викторина на Python.

import random
import tkinter

# Create the main window
window = tkinter.Tk()
window.title("Catch me if you can")

# Create a canvas inside the main window
canvas = tkinter.Canvas(window, width=800, height=600, bg="Light Blue")
canvas.pack(fill=tkinter.BOTH, expand=True)

# Create a label and place it at the top center of the canvas
label = tkinter.Label(canvas, text="Are you a loser?", font=('consolas', 40), bg='lightblue')
label.place(relx=0.5, rely=0.1, anchor=tkinter.CENTER)

# Function called when "yes" button is clicked
def catchme():
button.config(text="then catch me if you can :)", font=('consolas', 40), command=teleport)

# Function called when "no" button is clicked
def for_real():
yes.config(text="I knew")

# Function to teleport the "no" button to a random position
def teleport():
button.place(x=random.randint(0, 100), y=random.randint(0, 100))
button.config(text="no", command=catchme)
button.config(bg=random.choice(["red", "blue", "green", "yellow", "pink"]))

# Create the "yes" button, set its appearance, and place it at a specific position on the canvas
yes = tkinter.Button(canvas, text="yes", font=('consolas', 40), command=for_real)
yes.place(relx=0.3, rely=0.8, anchor=tkinter.CENTER)

# Create the "no" button, set its aёppearance, and place it at a specific position on the canvas
button = tkinter.Button(canvas, text="no", font=('consolas', 40), command=teleport)
button.place(relx=0.7, rely=0.8, anchor=tkinter.CENTER)

# Start the main event loop
window.mainloop()

📌 10 лучших библиотек Python для создания графического интерфейса в 2024 году

@pythonl
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
🖥 Scrabe Table from a website using Python

Пример парсинга таблицы с веб-сайта с помощью Python.

@pythonl
Please open Telegram to view this post
VIEW IN TELEGRAM
🖥 Image Color Extraction with Python

Извлечение цвета из изображения с помощью Python.

@pythonl
Please open Telegram to view this post
VIEW IN TELEGRAM
Cascade-DETR: Cascade-DETR: Delving into High-Quality Universal Object Detection

Высококачественный универсальныый детектор объектов.

Github
Paper

@pythonl
Please open Telegram to view this post
VIEW IN TELEGRAM
⚡️ 100 вопросов с собеседований Data Science

Habr: https://habr.com/ru/articles/783766/

Видео: https://www.youtube.com/watch?v=6Pk4OgdNxXQ

@pythonl
Please open Telegram to view this post
VIEW IN TELEGRAM
🖥 Mathematical function using Python

Работа с Математическими функциями на Python

@pythonl
Please open Telegram to view this post
VIEW IN TELEGRAM
This media is not supported in your browser
VIEW IN TELEGRAM
🖥 Simplicity of #Python

Простота и удобство python

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