↓ 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

Latest

Jump to videos ↓

  • Python – LLM Quantization with Qwen3

    Python – LLM Quantization with Qwen3

    Quantization is one of the most common techniques to make language models smaller and more practical.…

  • Predict Wine Variety from text: Embeddings + PyTorch

    Predict Wine Variety from text: Embeddings + PyTorch

    This is a small, but surprisingly whole and satisfying project – we take a wine review…

  • How to open all hidden text (triangles) in markdown?

    How to open all hidden text (triangles) in markdown?

    Sometimes, but only sometimes we are having text in a markdown that looks like this: And…

  • The Perfect Hash Function

    The Perfect Hash Function

    In the article from 1984, Fredman and Komlos (1) mention the perfect hash function, that actually…

View all articles →

Browse by year

  • 2026 (6)
  • 2025 (30)
  • 2024 (19)
  • 2023 (15)
  • 2022 (17)
  • 2021 (26)
  • 2020 (35)
  • 2019 (79)
  • 2018 (56)
  • 2017 (85)
  • 2016 (77)
  • 2015 (154)
  • 2014 (104)
  • 2013 (38)
Vityata on Stack Overflow

More

Elasticsearch – Simple Introduction and Web App

Searching through 399 documents or 40 web pages (the numbers are not random) can…

Python – A Beam Search in Graph

In our previous article, we explored the A* (A-Star) Algorithm. It is the gold…

Python – A Star Search in Graph

A* is probably my favourite graph search algorithm. Some 10+ years ago, I have implmented…

Dijkstra’s Graph Algorithm with Python

In the previous articles, we have presented graphs with BFS and DFS. The BFS…

Breadth-First Search (BFS) algorithm with Python

BFS, DFS, A-Star – these sound like magic spells from a Harry Potter book!…

Depth-First Search (DFS) algorithm with Python

Yesterday (blogging every day now!) I have presented a visualization with Python, in which…

Drawing a Graph with Python

Long time ago (somewhere in 2015) I have written an article about Dijkstra and…

Python – The Minimax Algorithm: Achieving Perfect Strategy

The Minimax algorithm is a fundamental decision-making rule used in Artificial Intelligence (AI) for…

Haskell – Solving Simple Diophantine Equation with Functional Programming

Haskell is a statically typed, purely functional programming language known for its concise syntax…

Python – Sliding Tile Puzzle – DFS + IDA*

Sliding tile puzzle is something that is actually easy, if you are a fan…

Frog Leap Puzzle with Depth-First Search (DFS)

TL;DR: We solve the classic “frog leap” puzzle with Depth-First Search (DFS) by generating…

XGBoost for beginners – from CSV to Trustworthy Model

This is what we do with in the YouTube video below: take a tiny…

View all articles →

Watch

Dijkstra’s Graph Algorithm with Python

Naive Forecasting with Python VBA Boilerplate Project — Part 1 Implementing a Perfect Hash Function Python - Reading Data From Internet (Wikipedia tables and JSON api) C# - Create a web app with ASP.NET Core MVC Shortest route between points in a city - with Python and OpenStreetMap
More on YouTube Browse all video tutorials →

About VitoshAcademy

Practical programming tutorials in Python, VBA and C#. Explore code examples, automation projects and the ideas behind them.

More about VitoshAcademy →

Copyright © 2026 VitoshAcademy