// Topic

Python and automation

Bots, integrations, internal services, process automation, and workflows.

Typical tasks

  • Build a bot, integration, or internal tool
  • Remove manual routine with Python and APIs
  • Connect services and automate the full workflow

// Materials on this topic

Articles and breakdowns

16 articles

2026-09-22

The best code is the one you didn’t have to write.

It is commonly assumed that an engineer’s work begins where the code appears. In practice it’s the opposite: the most expensive part of the work happens before the first line is written. Recently there was …

2026-09-22

Accounts and SSO: Part 2 — FusionAuth

FusionAuth — an authentication and user management server that developers built around an API: anything you can do in the admin panel can be done via REST API. You can host it on your own servers for free or use the …

2026-09-22

n8n and backend services: Part 5 — Xano

Xano — a cloud platform for building backends without coding. Database tables and API logic are assembled in a visual editor: input parameters, database queries, conditions, loops, calls to external services. Each such …

2026-09-22

n8n and backend services: Part 4 — Appwrite

Appwrite — an open backend platform that was originally designed for installation on your own server. The code is released under the BSD-3-Clause license. There is also a cloud version, Appwrite Cloud, but the primary …

2026-09-22

n8n and backend services: Part 3 — Firebase

Firebase — Google’s platform for mobile and web applications. Unlike Supabase, it is built on document databases and runs entirely in Google Cloud infrastructure: the source code is closed, and you cannot install …

2026-09-22

n8n and backend services: Part 2 — Supabase

Supabase — a backend platform based on PostgreSQL. It combines a database, an automatically generated REST API, user sign-up and sign-in, file storage, server functions, and change subscriptions. The code is released …

2026-09-22

n8n: Part 2 — Cloud Version or Self-Hosted Server

n8n can be used in two ways: subscribe to the developers’ cloud service n8n Cloud or install the platform on your own server. Workflows and nodes are the same in both cases; what differs are the price, …

2026-09-22

n8n: Part 1 — Process automation without coding

Routine operations — moving leads from a website into a CRM, notifying employees, daily reports, publishing news in channels — take time and cause errors. Such chains can be automated without developing a separate …

Write and get a quick reply