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

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

By Vitosh Posted on February 3, 2020 Posted in Python Tagged with arg, args, arguments, example, kwargs, parameters, Python
Python – *args, **kwargs and the normal ones (arg)

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 »

Python Slice Notation

By Vitosh Posted on November 7, 2019 Posted in Python Tagged with example, Jupyter, List, Python, sample, slice notation, slicing, tutorial
Python Slice Notation

Python Slice Notation is somehow easy and tough in the same way. Lately, I was doing some competitive programming with Python and I have decided to write a summary of the slice notation, thus there is always a place for …

Python Slice Notation Read more »

Copyright © 2026 VitoshAcademy