// 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-04-29
Automated call transcript: from recording to a structured document
Automatic call minutes: from recording to a structured document Distributed teams spend a lot of time on calls. They discuss tasks, make decisions, assign …
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.
// Python
Python Dev
2026-05-13
Data parsing in 2026: don't run every page through an LLM!
Among parser developers a strange approach is spreading: send every downloaded page to an LLM asking it to find the needed data. Sounds convenient — you …
2026-05-12
How to Pretend to Be Human: Scraping Without Getting Blocked
There is such a Turing test — the machine tries to convince a person that it is also a person. In parsing everything works exactly the opposite: the site tries …
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 …