// Service
Python development for business needs
I build Python systems that solve concrete business problems: process automation, integrations, Telegram bots, backend services, and internal admin tools.
I am not interested in showcase pet projects. I focus on working systems that:
- remove manual overhead from the team;
- connect several services into one workflow;
- provide a clear operating and support model;
- can be deployed, updated, and maintained properly.
Most projects fall into one of these formats:
- Telegram bot or chat interface for clients, employees, or partners.
- Backend/API for a web interface, mobile app, or integration layer.
- Automation of calls, notifications, queues, requests, documents, and data flows.
- Internal system with roles, admin logic, approvals, and reporting.
If you already have existing code, I can join at the refinement or stabilization stage: untangle legacy code, bring the architecture into a workable state, and connect infrastructure, containers, and monitoring.
If the project does not exist yet, I can build an MVP from scratch: help define the first workable scope, choose the stack, describe integrations, and take the system to launch.
This is especially useful when Python development is not isolated from the rest of the stack but must work together with infrastructure, deployment, queues, storage, telephony, Telegram, S3, databases, and external APIs.
The workflow is straightforward: we clarify the task, define the first practical delivery, and then I move into implementation with a clear scope and timeline.
Requirements
- • A clear description of the task, process, or bottleneck that needs automation
- • Examples of scenarios, user roles, and integrations if they are already defined
- • Access to external systems or APIs if the project depends on integrations
Service includes
- • Backend services and APIs in Python built around your business logic
- • Telegram bots, user dashboards, and admin panels
- • Integrations with CRM, payments, telephony, spreadsheets, and external APIs
- • Automation of repetitive workflows, queues, notifications, and data processing
- • Deployment, Docker setup, and support after launch
Details
// Python Projects
Implemented Python Projects
2026-03-26
Telegram bot for voice pranks
An upgrade of an existing Telegram bot: calls through SIP and Telegram, response recording, and monetization through Telegram Stars.
2026-03-26
Automatic energy consumption control system
An MVP system for controlling energy usage limits on EV charging points with automatic relay shutdown and full action logging.
2026-03-26
Automatic management of a Telegram channel network for a travel agent
An automated publishing system for 150 Telegram channels with tour and flight selection, image generation, and scheduled posting.
// Python
Python Dev
2026-04-03
RabbitMQ as a bridge between the external and internal networks
Queue brokers are usually seen as a tool inside a single system — decouple microservices, smooth out load spikes, organize background jobs. But there’s a …
2026-04-01
How to set up queue dialing via SIP and Python
This note analyzes the architecture of an automated outbound calling system: how the processing pipeline is organized, how dialing via Asterisk AMI works, and …
2026-04-01
How to analyze thousands of reviews on Wildberries using LAG: a step-by-step walkthrough
For popular products on Wildberries, the number of reviews easily runs into the thousands. Reading them manually is slow, tedious, and inefficient. Real reasons …