↓ 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

Tag: API

Home › Posts tagged API
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 →

Python API With Flask And Postman – Put and Delete Methods
Python

Python API With Flask And Postman – Put and Delete Methods

Vitosh Jan 16, 2024 Tagged with API, delete, Flask, put, Python, simple

In the previous article, the post and get API methods were presented. In this one, Put and Delete are coming. 🙂 Well, nothing that fancy, this is how these two methods look like: # Update item by id @app.route(‘/api/items/<int:item_id>’, methods=[‘PUT’]) …

Python API With Flask And Postman – Put and Delete Methods Read more →

Python API With Flask And Postman – Post and Get Methods
Python

Python API With Flask And Postman – Post and Get Methods

Vitosh Jan 4, 2024 Tagged with API, Flask, GET, POST, postman, Python, read all, youtube

This is the second video for the “Python API with Flask” series, showing how to make POST and GET commands towards a dummy database, which is a python list in our case. We are using only CREATE and READ commands …

Python API With Flask And Postman – Post and Get Methods Read more →

Python – Make a simple API with Flask and Postman
VBA \ Excel

Python – Make a simple API with Flask and Postman

Vitosh Jan 2, 2024 Tagged with API, Flask, postman, Python, simple

Flask is actually really a powerful tool for making an API. In the video below, you would see how quickly I am building an API, that does four really simple functions. The functions are – saying “Hello”, multiplying a number by …

Python – Make a simple API with Flask and Postman Read more →

Using API calls with VBA and Python to Read and Write to a Database
Python, VBA \ Excel

Using API calls with VBA and Python to Read and Write to a Database

Vitosh Aug 24, 2020 Tagged with API, database, Excel, Flask, GET, Git, POST, Python, VBA

Using API calls with VBA and Python to write a database is actually a pretty decent architecture. Here, I would like to say that “It takes the best of the both worlds”, but the truth is that it takes the …

Using API calls with VBA and Python to Read and Write to a Database Read more →

Copyright © 2026 VitoshAcademy