From the course: Advanced Python in Excel for Finance: A Hands-On Approach
Unlock the full course today
Join today to access over 24,600 courses taught by industry experts.
Setting up Python in Excel
From the course: Advanced Python in Excel for Finance: A Hands-On Approach
Setting up Python in Excel
- [Instructor] Are you ready to revolutionize your financial analysis? We will now explore how integrating Python with Excel transforms Excel's robust features, with Python's analytical power, into a formidable tool for any financial analysts. With Python enabled in Excel, the horizon of possibilities expands. We will look at examples of complex data analysis tasks simplified by Python, such as time series forecasting and statistical modeling. Our first step is enabling Python scripting within Excel. So once you have your new worksheet in Excel, just go to formulas bar, click on the Insert Python and then click on Python in Excel. You see the button has turned green. This means that Python environment is activated. Now, you can type in your Python command, and you should be able to run it in Excel. So the most simplest model in Python is (indistinct) Hello World, and then Control + Enter. And, as you've seen on the right hand side of the worksheet, the Hello World is now displayed…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.