Реальный Python
3.79K subscribers
801 photos
10 videos
7 files
848 links
Все о пайтон, новости, подборки на русском и английском. По всем вопросам @evgenycarter
Download Telegram
Rocketry

modern statement-based scheduling framework for Python. It is simple

pip install rocketry

https://github.com/Miksus/rocketry

👉 @python_real
Nebulo

Nebulo is a python library for building GraphQL APIs on top of PostgreSQL.

https://github.com/olirice/nebulo

👉 @python_real
Generate a QR Code with Python

pip install pil
pip install "qrcode[pil]"

https://github.com/lincolnloop/python-qrcode

👉 @python_real
Mplcyberpunk

pip install mplcyberpunk

https://github.com/dhaitz/mplcyberpunk

👉 @python_real
ZCam

Hack webcam using python by sending malicious link.

https://github.com/sankethj/z-cam

👉 @python_real
snscrape

It scrapes things like user profiles, hashtags, or searches and returns the discovered items

https://github.com/JustAnotherArchivist/snscrape

👉 @python_real
Writing Robust Tests for Data & Machine Learning Pipelines

https://eugeneyan.com/writing/testing-pipelines/

👉 @python_real
PRegEx

Programmable Regular Expressions

https://github.com/manoss96/pregex

👉 @python_real
MindsDB

ML-SQL Server enables machine learning workflows for the most powerful databases and data warehouses using SQL.

https://github.com/mindsdb/mindsdb

👉 @python_real
Ghoulbond

System Utility , Scanner and OSINT tool.

https://github.com/hitesh22rana/ghoulbond

👉 @python_real
Awesome Python Scripts

This repo is a compilation of some awesome Python scripts that automate some boring tasks or simply make our life easier...or both!

https://github.com/hastagAB/Awesome-Python-Scripts

👉 @python_real
You-Get

You-Get is a tiny command-line utility to download media contents (videos, audios, images) from the Web, in case there is no other handy way to do it.

$ pip3 install you-get

https://github.com/soimort/you-get

👉 @python_real
🐍 «‎Python для инженеров» — старт курса 15 января!

Что смогли автоматизировать с Python наши студенты:

🔥 Автоматизация изменения конфигурации сервера, экономящая 23 часа в месяц и повышающая лояльность клиентов за быстроту обработки запросов — Данил Бахаев, DevOps-инженер в X5 Group.

🔥 Инструмент для анализа и отключения холостых ресурсов, позволяющий сократить расходы на 40-50% или около 12 миллионов рублей в год — Артем Чекунов, Senior DevOps Engineer в Chartboost.

Подробно со всеми кейсами вы можете ознакомиться на странице курса. Присоединяйтесь, чтобы упростить и ускорить процессы в своих проектах!

Изучить программу и зарегистрироваться

🎁 А для тех, кто хочет всегда быть в курсе событий и постоянно учиться новому, мы создали бесплатный чат-бот. Вас ждут live-coding стримы, статьи и кейсы по Python — будет интересно!
How to Create a Telegram Bot using Python

Automated chatbots are quite useful for stimulating interactions. We can create chatbots for Slack, Discord, and other platforms.

In this article, I'll teach you how to build a Telegram chatbot that will tell you your horoscope. So, let’s get started!

https://www.freecodecamp.org/news/how-to-create-a-telegram-bot-using-python/

👉 @python_real