Felix Zumstein – xlwings: Python for Excel

3,320.00

Felix Zumstein – xlwings: Python for ExcelThe Official Coursexlwings is the most popular open-source library to program Excel with Python instead of VBA. This on-demand course is a series of video tutorials that guide the student step by step through the possibilities, lesser known features and pitfalls with xlwings. The current runtime is approx. 4:20 hours.The tutorials are split into short videos (usually between 5 and 10 minutes) so that it is easy to quickly find the topics of interest. The course material comes in the form of Jupyter notebooks and is available for download.There are free videos available from almost all sections, so make sure to check out the class curriculum! Your Instructor Felix ZumsteinFelix created xlwings in 2014 and has been its maintainer ever since. He also teaches class room courses to companies and solves xlwings related problems for companies from small to big. He is also the top answerer on Stack Overflow with regards to xlwings questions. Course Curriculum Course IntroductionStart here: InstructionsA note about Language & Regional Settingsxlwings for Absolute Beginners (21:06)Install the Anaconda Python distribution (4:13)Python default installation (7:42)Upgrade xlwings (6:28)Jupyter Notebook (2:37)Tutorial 1 (BEGINNER, Win & Mac): The Basics (47:45)Description and MaterialHow does it work?! (1:13)xw.view(), Connect to a book, Range object (9:22)2d Ranges (2:17)1d Ranges (2:58)autofit and background color (0:51)Range indexing/slicing (1:00)Full qualification with app object / Multiple Excel instances (3:39)Active Objects (1:53)Sheets with Range shortcut (sheet[…]) (3:07)Excel charts & Matplotlib (7:35)Excel’s Table Objects (3:38)Efficiency (2:57)Workaround for missing features (3:31)Calling VBA Subs/Functions (2:34)Tutorial 2 (BEGINNER, Win & Mac): Converters and Options (12:17)Description and MaterialDefault and dict converters (5:29)NumPy and Pandas converters (6:48)Tutorial 3 (BEGINNER, Win & Mac): RunPython (25:42)Description and MaterialHow does it work?! (1:55)Excel add-in: installation (5:46)xlwings quick (CLI) & RunPython (VBA) (6:20)Excel add-in: settings / config files (11:41)Tutorial 4 (BEGINNER, Win only): User Defined Functions (UDFs) (32:50)Description & MaterialHow does it work?! (2:21)One-off preparations (1:22)Our first UDF: Hello World (5:23)Array Formulas (4:47)Numpy and Pandas converters & options: @xw.arg and @xw.ret decorators (6:11)Dynamic Arrays (4:40)Excel add-in: UDF specific settings (2:42)In-Excel SQL extension (2:40)A practical example (2:42)Asynchronous Functions (2:14)Tutorial 5 (ADVANCED): Advanced xlwings topics (56:35)Description & MaterialDebugging RunPython (7:28)Debugging UDFs (Win only) (7:54)Real time feeds: Write from Python to Excel (3:11)Real time feeds: Read Excel from Python (2:23)Custom xlwings Extensions (11:35)Custom Converters (14:04)Call Python functions from VBA in other office apps (e.g. MS Access) (Win only) (8:24)REST API (9:56)TUTORIAL 6 (ADVANCED, Win & Mac): Unit Testing (21:54)Description & MaterialIntroduction to unit tests and Python’s unittest module (10:39)Use Python and xlwings to unit test your mission critical Excel tools (11:14)TUTORIAL 7 (ADVANCED, Win & Mac): App development & Deployment (24:33)Description & MaterialPrototyping web apps with xlwings (8:23)Python package (5:46)xlwings as standalone VBA module (2:51)Frozen executable (Win only) (7:33)