↓ 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

Month: October 2023

Home › 2023 › October
Python In Excel – with YouTube video!
Python

Python In Excel – with YouTube video!

Vitosh Oct 13, 2023 Tagged with Excel, Python, python in excel

Finally! Microsoft did it! Put python in MS Excel! And I was able to install it and test it on my machine! The video of my attempts is here below: The “code” is that one: def factorial(a): print(a) if (a …

Python In Excel – with YouTube video! Read more →

Python – Logging into a file and into the console
Python

Python – Logging into a file and into the console

Vitosh Oct 8, 2023 Tagged with levels of logging, log, logging, logging to a file, logging to console, Python, stream handler

Python allows decent built-in logging. As I am going to explain in the video below, the built-in logging is actually rather neat – it allows everyone to log into a file or into the console within minutes – just the …

Python – Logging into a file and into the console Read more →

Copyright © 2026 VitoshAcademy