
- 496 pages
- English
- ePUB (mobile friendly)
- Available on iOS & Android
IronPython in Action
About this book
In 2005, Microsoft quietly announced an initiative to bring dynamic languages to the.NET platform. The starting point for this project was a.NET implementation of Python, dubbed IronPython. After a couple years of incubation, IronPython is ready for real-world use. It blends the simplicity, elegance, and dynamism of Python with the power of the.NET framework. IronPython in Action offers a comprehensive, hands-on introduction to Microsoft's exciting new approach for programming the.NET framework. It approaches IronPython as a first class.NET language, fully integrated with the.NET environment, Visual Studio, and even the open-source Mono implementation. You'll learn how IronPython can be embedded as a ready-made scripting language into C# and VB.NET programs, used for writing full applications or for web development with ASP. Even better, you'll see how IronPython works in Silverlight for client-side web programming.IronPython opens up exciting new possibilities. Because it's a dynamic language, it permits programming paradigms not easily available in VB and C#. In this book, authors Michael Foord and Christian Muirhead explore the world of functional programming, live introspection, dynamic typing and duck typing, metaprogramming, and more. IronPython in Action explores these topics with examples, making use of the Python interactive console to explore the.NET framework with live objects. The expert authors provide a complete introduction for programmers to both the Python language and the power of the.NET framework. The book also shows how to extend IronPython with C#, extending C# and VB.NET applications with Python, using IronPython with.NET 3.0 and Powershell, IronPython as a Windows scripting tool, and much more. Purchase of the print book comes with an offer of a free PDF, ePub, and Kindle eBook from Manning. Also available is all code from the book.
Frequently asked questions
- Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
- Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Information
Table of contents
- Copyright
- Dedication
- Brief Table of Contents
- Table of Contents
- List of Figures
- List of Tables
- List of Listings
- Foreword
- Preface
- Acknowledgments
- About this Book
- Part 1. Getting started with IronPython
- Chapter 1. A new language for .NET
- Chapter 2. Introduction to Python
- Chapter 3. .NET objects and IronPython
- Part 2. Core development techniques
- Chapter 4. Writing an application and design patterns with IronPython
- Chapter 5. First-class functions in action with XML
- Chapter 6. Properties, dialogs, and Visual Studio
- Chapter 7. Agile testing: where dynamic typing shines
- Chapter 8. Metaprogramming, protocols, and more
- Part 3. IronPython and advanced .NET
- Chapter 9. WPF and IronPython
- Chapter 10. Windows system administration with IronPython
- Chapter 11. IronPython and ASP.NET
- Chapter 12. Databases and web services
- Chapter 13. Silverlight: IronPython in the browser
- Part 4. Reaching out with IronPython
- Chapter 14. Extending IronPython with C#/VB.NET
- Chapter 15. Embedding the IronPython engine
- Appendix A. A whirlwind tour of C#
- Appendix B. Python magic methods
- Appendix C. For more information
- Index