This part is an in-depth exploration of what you can do with a Python application on Windows. “Advanced” refers to the capabilities Python gives to your programs, not to the level of programming difficulty. Although the focus is on COM, it brings many features of the language together. In some cases, we use features not fully explained until later chapters; we want to make you say “Wow, so you can do that,” rather than “Wow, so that 's how you do it”: we save that revelation for the last section. The project is to develop an extensible accounting toolkit in Python. Part II, like Part I, is intended to be read straight through.
- Chapter 6
This chapter explains the business requirements of our application and develops a Python class library that encapsulates the basic rules followed by accounting systems. For people new to Python, this provides a more in-depth set of examples of object-oriented programming with Python.
- Chapter 7
Here we show how to build a COM server that exposes our Python “engine” to other applications, building a fairly standard user interface in Visual Basic on top of our application. In the process, we cover how to move data of all types back and forth between Python and other languages using COM.
- Chapter 8
Next we show how to expose the Python interpreter to end users. Our application allows users to work with a command prompt, write scripts, and even define new event handlers and graphical views, thereby making the application extensible. Python makes ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access