Python is growing in popularity; based on download statistics, there are now over 450,000 people using Python, and more than 150,000 people using Python on Windows. Use of the language has been growing at about 40% per year since 1995, and there is every reason to believe that growth will contin
Python Programming On Win32: Help for Windows Programmers
β Scribed by Mark Hammond; Andy Robinson
- Publisher
- "O'Reilly Media, Inc."
- Year
- 2000
- Tongue
- English
- Leaves
- 563
- Category
- Library
No coin nor oath required. For personal study only.
β¦ Synopsis
A demonstration of Python's basic technologies showcases the programming language's possiblities as a Windows development and administration tool.
β¦ Table of Contents
Python Programming on Win32
Python Programming on Win32
- Cover
- Table of Contents
- Preface
Part I - Introduction to Python
Chapter 1 - What Is Python?
Chapter 2 - Python Language Review
Chapter 3 - Python on Windows
Chapter 4 - Integrated Development Environments for Python
Chapter 5 - Introduction to COM
Part II - Building an Advanced Python Application
Chapter 6 - A Financial Modeling Toolkit in Python
Chapter 7 - Building a GUI with COM
Chapter 8 - Adding a Macro Language
Chapter 9 - Integration with Excel
Chapter 10 - Printed Output
Chapter 11 - Distributing Our Application
Part III - Python on Windows Cookbook
Chapter 12 - Advanced Python and COM
Chapter 13 - Databases
Chapter 14 - Working with Email
Chapter 15 - Using the Basic Internet Protocols
Chapter 16 - Windows NT Administration
Chapter 17 - Processes and Files
Chapter 18 - Windows NT Services
Chapter 19 - Communications
Chapter 20 - GUI Development
Chapter 21 - Active Scripting
Chapter 22 - Extending and Embedding with Visual C++ and Delphi
Part IV - Appendixes
Appendix A - Key Python Modules and Functions
Appendix B - Win32 Extensions Reference
Appendix C - The Python Database API Version 2.0
Appendix D - Threads
π SIMILAR VOLUMES
Of the BookSet APIStoring Extra Information in Transactions; The Doubletalk Toolkit at Work; Comparing, Combining, and Contrasting Accounts; Building Business Models; Multidimensional Analysis of Financial Data; Cash-Flow Analysis; Putting It Together; Conclusion; Building a GUI with?COM; Designing
Many of the designations used by manufacturers and sellers to distinguish their products are claimed as trademarks. Where those designations appear in this book, and O`Reilly & Associates, Inc. was aware of a trademark claim, the designations have been printed in caps or initial caps. While every pr
Python is growing in popularity; based on download statistics, there are now over 450,000 people using Python, and more than 150,000 people using Python on Windows. Use of the language has been growing at about 40% per year since 1995, and there is every reason to believe that growth will continue.D
<span><div><p>Make your good Python code even better by following proven and effective pythonic programming tips. Avoid logical errors that usually go undetected by Python linters and code formatters, such as frequent data look-ups in long lists, improper use of local and global variables, and misha