September 2025
Intermediate to advanced
344 pages
8h 54m
English
In this chapter, we’ll explore how to write Python scripts, a first step to automation and an essential skill to free your work from the confines of Excel. We’ll also cover two related programming concepts to help you write code that’s both useful and reusable: performing iteration with loops and creating user-defined functions. With the basics covered in this chapter, you’ll be able to build simple Python scripts from scratch, without needing to rely on a visual interface to assist you with developing logic.
In Python, scripts are files with the .py extension that contain code for the ...
Read now
Unlock full access