Integrate Python with Excel – from zero to hero
LAST UPDATED: Nov 08 2021 When I first started this blog, I had one idea in mind – to share[…]
Read moreUse Python to automate office tasks
LAST UPDATED: Nov 08 2021 When I first started this blog, I had one idea in mind – to share[…]
Read moreRecently I made a little program to get Outlook calendar meeting data using Python. The program was a result of[…]
Read moreBecause we are smart and efficient (read: lazy) workers, we want to find flexible and practical ways to run our[…]
Read moreIn this short tutorial, I will walk you through how to split and merge PDF files using Python. I once[…]
Read moreMany people are scared of learning a programming language due to its learning curve. Indeed, even the basics of a[…]
Read moreIn this tutorial, I will show you how to automate Excel with Python xlwings library. Excel is an awesome software[…]
Read moreIn this tutorial, we’ll take a look at how to convert PDF to Excel with Python. If you work with[…]
Read moreIn this short tutorial, we’ll learn how to move and rename Excel files in Python. This method works for not[…]
Read more‘pip’ is not recognized as an internal or external command, operable program or batch file. If that looks familiar then[…]
Read moreToday I want to show you how to integrate Excel and Python. In a way that we can call Python[…]
Read more