↓ Skip to Main Content
Useful code Programming with VBA, C# and Python

Main Navigation

  • All
  • VBA
    • VBA Tools
    • VBA Online Resources
    • All VBA articles
  • Python
  • Else
    • C#
  • Reviews
    • List of reviews
  • YouTube
  • PayPal
  • About
Useful code Programming with VBA, C# and Python

Off Canvas Menu

  • All
  • VBA
    • VBA Tools
    • VBA Online Resources
    • All VBA articles
  • Python
  • Else
    • C#
  • Reviews
    • List of reviews
  • YouTube
  • PayPal
  • About

Month: August 2025

Home › 2025 › August
Docker Basics in Excel with VBA | Full CRUD Demo
Python, VBA \ Excel

Docker Basics in Excel with VBA | Full CRUD Demo

Vitosh Aug 23, 2025 Tagged with code, docker, Excel, fastapi, Python, VBA

After building a minimal FastAPI + SQLite CRUD application in Docker, I wanted to show how Excel can connect directly to it. With a few lines of VBA, we can turn Excel into a client that talks to the API. …

Docker Basics in Excel with VBA | Full CRUD Demo Read more →

Docker + Python CRUD API + Excel VBA – All for beginners
Python

Docker + Python CRUD API + Excel VBA – All for beginners

Vitosh Aug 20, 2025 Tagged with code, docker, Excel, fastapi, Python, VBA

If you are just starting with Docker and want a practical project, here is a fun one: let’s build a tiny CRUD app in Python, run it inside a Docker container, and then connect to it from Excel with VBA. …

Docker + Python CRUD API + Excel VBA – All for beginners Read more →

Exploring SOAP Web Services – From Browser Console to Python
Python

Exploring SOAP Web Services – From Browser Console to Python

Vitosh Aug 15, 2025 Tagged with API, Python, soap, webservices, wsdl, xml

SOAP (Simple Object Access Protocol) might sound intimidating (or funny) but it is actually a straightforward way for systems to exchange structured messages using XML. In this article, I am introducing SOAP through YouTube video, where it is explored through …

Exploring SOAP Web Services – From Browser Console to Python Read more →

Shortest route between points in a city  – with Python and OpenStreetMap
VBA \ Excel

Shortest route between points in a city – with Python and OpenStreetMap

Vitosh Aug 2, 2025 Tagged with dijkstra, edge, node, open street map, plot, Python

After the article for introduction to Graphs in Python, I have decided to put the graph theory into practice and start looking for the shortest points between points in a city. Parts of the code are inspired from the book …

Shortest route between points in a city – with Python and OpenStreetMap Read more →

Copyright © 2026 VitoshAcademy