Реальный Python
3.79K subscribers
801 photos
10 videos
7 files
848 links
Все о пайтон, новости, подборки на русском и английском. По всем вопросам @evgenycarter
Download Telegram
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
Visualising Probability Distributions in Python

In what follows, we’ll learn how to visualize the PMF/PDF of important probability distributions in python.

https://medium.com/@amit.kr.goyal/visualising-probability-distributions-in-python-ebef944489bc

👉 @python_real
End-to-End Project 🚀 — A guide to Building a YouTube Video Chatbot with LangChain and Pinecone Vectorstore 🤖📹


Watching a one-hour long YouTube video about any research topic is obviously intimidating. AI can solve this problem.

By the end of this article, you will be able to create your own AI YouTube chatbot.

I will take you through step-by-step process.
Initiate a OpenAI Model
Load Source Documents
Split text into chunks
Create & Store Vector Embeddings
Ask Query

https://medium.com/@aqdas.ansari180/end-to-end-project-a-guide-to-building-a-youtube-video-chatbot-with-langchain-and-pinecone-535b07645efc

👉 @python_real
APTRS

APTRS (Automated Penetration Testing Reporting System) is an automated reporting tool in Python and Django. The tool allows Penetration testers to create a report directly without using the Traditional Docx file. It also provides an approach to keeping track of the projects and vulnerabilities.

https://github.com/Anof-cyber/APTRS

👉 @python_real
Полезные Python модули, которыми мало кто пользуется

https://www.freecodecamp.org/news/awesome-python-modules-you-probably-arent-using-but-should-be-ec926da27439

👉 @python_real
Шпаргалка python от Яндекс. Словари.pdf
37.5 KB
Шпаргалки по Python

Шпаргалка Python For Data Science
Python for data science шпаргалка
Шпаргалка python от Яндекс. Словари
Шпаргалки по Python 3 (для начинающих)
Шпаргалка по Python Data Science
Шпаргалки по программированию на Python
Шпаргалка по NumPy
Объемная шпаргалка по Python
Шпаргалка по Python

👉 @python_real
Nebulo

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

https://github.com/olirice/nebulo

👉 @python_real
FastHX

FastAPI and HTMX, the right way.

Key features:
Decorator syntax that works with FastAPI as one would expect, no need for unused or magic dependencies in routes.
Works with any templating engine or server-side rendering library, e.g. markyp-html or dominate.
Built-in Jinja2 templating support (even with multiple template folders).
Gives the rendering engine access to all dependencies of the decorated route.
FastAPI routes will keep working normally by default if they receive non-HTMX requests, so the same route can serve data and render HTML at the same time.
Correct typing makes it possible to apply other (typed) decorators to your routes.
Works with both sync and async routes.

https://github.com/volfpeter/fasthx

👉 @python_real
190 проектов Python с исходным кодом

Python - один из лучших языков программирования. Благодаря своей удобочитаемости и дружелюбности к новичкам, он был принят отраслями промышленности по всему миру. Поэтому, чтобы освоить Python в любой области, необходимо работать над проектами. В этой статье я расскажу вам о более чем 190 проектах на Python с исходным кодом.

https://amankharwal.medium.com/130-python-projects-with-source-code-61f498591bb

👉 @python_real