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

Home › Posts tagged parameters
Python – *args, **kwargs and the normal ones (arg)
Python

Python – *args, **kwargs and the normal ones (arg)

Vitosh Feb 3, 2020 Tagged with arg, args, arguments, example, kwargs, parameters, Python

The good, the bad and the ugly is a famous western. In Python, “the ugly” is probably the **kwargs, as far as it has two stars before it. Anyhow, the idea of *args, **kwargs and arg is simply to pass arguments. …

Python – *args, **kwargs and the normal ones (arg) Read more →

VBA – Using Parameters in a VBA SQL Query To a Database
SQL, VBA \ Excel

VBA – Using Parameters in a VBA SQL Query To a Database

Vitosh Jul 7, 2018 Tagged with parameters, sql, sql query excel, VBA

In this article I will simply use the code from my first guest author Mathieu, to build up some small working solution, that uses parameters: So, the two classes, provided by Mathieu are here as well  GitHub, named AdoValueConventer.cls and SqlCommand.cls. …

VBA – Using Parameters in a VBA SQL Query To a Database Read more →

JavaScript – Writing simple prototypes JS
JavaScript

JavaScript – Writing simple prototypes JS

Vitosh Jan 5, 2016 Tagged with javascript, oop js, parameters

JavaScript is really an interesting language – the more you code / learn it, the better it comes and the more interesting it turns out to be. I will preset a simple way of using prototypes with JS. Pretty much, if …

JavaScript – Writing simple prototypes JS Read more →

Copyright © 2026 VitoshAcademy