IronPython in Action
eBook - ePub

IronPython in Action

  1. 496 pages
  2. English
  3. ePUB (mobile friendly)
  4. Available on iOS & Android
eBook - ePub

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

Yes, you can cancel anytime from the Subscription tab in your account settings on the Perlego website. Your subscription will stay active until the end of your current billing period. Learn how to cancel your subscription.
No, books cannot be downloaded as external files, such as PDFs, for use outside of Perlego. However, you can download books within the Perlego app for offline reading on mobile or tablet. Learn more here.
Perlego offers two plans: Essential and Complete
  • 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.
Both plans are available with monthly, semester, or annual billing cycles.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes! You can use the Perlego app on both iOS or Android devices to read anytime, anywhere — even offline. Perfect for commutes or when you’re on the go.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Yes, you can access IronPython in Action by Christian J. Muirhead,Michael Foord in PDF and/or ePUB format, as well as other popular books in Computer Science & Programming Languages. We have over one million books available in our catalogue for you to explore.

Information

Table of contents

  1. Copyright
  2. Dedication
  3. Brief Table of Contents
  4. Table of Contents
  5. List of Figures
  6. List of Tables
  7. List of Listings
  8. Foreword
  9. Preface
  10. Acknowledgments
  11. About this Book
  12. Part 1. Getting started with IronPython
  13. Chapter 1. A new language for .NET
  14. Chapter 2. Introduction to Python
  15. Chapter 3. .NET objects and IronPython
  16. Part 2. Core development techniques
  17. Chapter 4. Writing an application and design patterns with IronPython
  18. Chapter 5. First-class functions in action with XML
  19. Chapter 6. Properties, dialogs, and Visual Studio
  20. Chapter 7. Agile testing: where dynamic typing shines
  21. Chapter 8. Metaprogramming, protocols, and more
  22. Part 3. IronPython and advanced .NET
  23. Chapter 9. WPF and IronPython
  24. Chapter 10. Windows system administration with IronPython
  25. Chapter 11. IronPython and ASP.NET
  26. Chapter 12. Databases and web services
  27. Chapter 13. Silverlight: IronPython in the browser
  28. Part 4. Reaching out with IronPython
  29. Chapter 14. Extending IronPython with C#/VB.NET
  30. Chapter 15. Embedding the IronPython engine
  31. Appendix A. A whirlwind tour of C#
  32. Appendix B. Python magic methods
  33. Appendix C. For more information
  34. Index