IronPython in Action

IronPython in Action
ISBN-10
1933988339
ISBN-13
9781933988337
Category
Computers / Languages / C
Pages
464
Language
English
Published
2009
Publisher
Manning
Authors
Michael J. Foord, Christian Muirhead

Description

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.

Other editions

Similar books

  • Ironpython In Action
    By CHRISTIAN MUIRHEAD MICHAEL J. FOORD

    Ironpython In Action

  • Machine Learning in Action
    By Peter Harrington

    Familiarity with Python is helpful. 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.

  • Python for Data Analysis: Data Wrangling with Pandas, NumPy, and IPython
    By Wes McKinney

    You’ll learn the latest versions of pandas, NumPy, IPython, and Jupyter in the process. Written by Wes McKinney, the creator of the Python pandas project, this book is a practical, modern introduction to data science tools in Python.

  • Learning Concurrency in Python
    By Elliot Forbes

    Practically and deeply understand concurrency in Python to write efficient programs About This Book Build highly efficient, robust, and concurrent applications Work through practical examples that will help you address the challenges of ...

  • Modern Fortran: Building efficient parallel applications
    By Milan Curcic

    Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the book Modern Fortran teaches you to develop fast, efficient parallel applications using twenty-first-century Fortran.

  • Python Tools for Visual Studio
    By Martino Sabia, Cathy Wang

    This is a hands-on guide that provides exemplary coverage of all the features and concepts related to PTVS.

  • Python Projects
    By Alan Gauld, Laura Cassell

    Python Projects: Learn how Python works in the real world to complete daily tasks and bring efficiency to business Discover how libraries work, where to use them, and the best places to get them Set up development environments using ...

  • Python for Secret Agents
    By Steven F. Lott

    If you are a Python beginner who is looking to learn the language through interesting projects, this book is for you. A basic knowledge of programming and statistics is beneficial to get the most out of the book.

  • High Performance Python: Practical Performant Programming for Humans
    By Micha Gorelick, Ian Ozsvald

    Your Python code may run correctly, but you need it to run faster. Updated for Python 3, this expanded edition shows you how to locate performance bottlenecks and significantly speed up your code in high-data-volume programs.

  • Beginning Python: From Novice to Professional
    By Magnus Lie Hetland

    * Totaling 900 pages and covering all of the topics important to new and intermediate users, Beginning Python is intended to be the most comprehensive book on the Python ever written. * The 15 sample projects in Beginning Python are ...