↓ 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: code

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

Python – Simple Stock Analysis with yfinance
Python, Visualization

Python – Simple Stock Analysis with yfinance

Vitosh Apr 26, 2025 Tagged with aapl, analysis, code, crossover, Python, rsi, sma, stock market, strategy

Sometimes, the graphs of stocks are useful. Sometimes these are not. In general, do your own research, none of this is financial advice. And while doing that, if you want to analyze stocks with just a few lines of python, …

Python – Simple Stock Analysis with yfinance Read more →

Python – Simulating the Bitcoin Mining Process – YouTube video
Python

Python – Simulating the Bitcoin Mining Process – YouTube video

Vitosh Oct 20, 2024 Tagged with bitcoin, code, hash, Python, simulation

Ok, currently the BTC is 68 491,28 USD and instead of feeling bad for not buying it, you can try to simulate it the mining process with Python just for fun. It is an interesting way to have fun, but …

Python – Simulating the Bitcoin Mining Process – YouTube video Read more →

Python – Central Limit Theorem
Python

Python – Central Limit Theorem

Vitosh Aug 4, 2024 Tagged with central limit theorem, code, jupyter lab, live coding, Python, youtube

Here is an explanation of the Central Limit Theorem (CLT) in a few simple points: Explanation: The Central Limit Theorem states that the distribution of the sample means (averages) of a large number of samples from any population will be …

Python – Central Limit Theorem Read more →

VBA – Quick Renamer of files in folders with VBA
VBA \ Excel

VBA – Quick Renamer of files in folders with VBA

Vitosh May 10, 2014 Tagged with code, rename, VBA

Hi there, if you ever need a quick renamer of files in forlders – that is the VBA code you may use: Option Explicit Sub ChangeNames() Dim fso As New filesystemobject Dim fol As Object Dim fil As Object Dim …

VBA – Quick Renamer of files in folders with VBA Read more →

C# – WPF – Generate an Excel file with WPF
C Sharp Tricks

C# – WPF – Generate an Excel file with WPF

Vitosh Feb 10, 2014 Tagged with C#, code, code for creation of excel file with WPF, Excel, excel file creation, Excel file generation, WPF, XAML

In the current article I proudly present a simple application, which creates a simple Excel file from XAML. In the example I present I am using Excel 2010 as this is my current version. In order to be able to …

C# – WPF – Generate an Excel file with WPF Read more →

C# – WPF – EightBall Application – simple code
C Sharp Tricks

C# – WPF – EightBall Application – simple code

Vitosh Feb 10, 2014 Tagged with .net, available code, C#, code, eight ball, eightball, simple wpf application, WPF, wpf application

In this article I present a code from the book “Pro WPF 4.5. in C#“, which I consider useful and interesting. The application concerns building a simple program where you may ask a yes-no question and get a random answer. …

C# – WPF – EightBall Application – simple code Read more →

C Sharp Tricks

C# – WPF – Dropdown menus & audio combination

Vitosh Feb 4, 2014 Tagged with audio, C#, code, combination, dropdown, dropdowns, WPF

In this article I present the combination of a drop-down menu and audio in a WPF application. Simply, the application’s logic is the following – you select one media file from a drop-down list and then you play it. The …

C# – WPF – Dropdown menus & audio combination Read more →

Copyright © 2026 VitoshAcademy