Wiley 978-0-470-54859-2 Datasheet

Browse online or download Datasheet for Software manuals Wiley 978-0-470-54859-2. Wiley Professional IronPython User Manual

  • Download
  • Add to my manuals
  • Print
  • Page
    / 22
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 0
Part I
Introducing IronPython
CHAPTER 1: Discovering IronPython
CHAPTER 2: Understanding the IronPython Basics
548592c01.indd 1 2/24/10 12:47:07 PM
COPYRIGHTED MATERIAL
Page view 0
1 2 3 4 5 6 ... 21 22

Summary of Contents

Page 1 - COPYRIGHTED MATERIAL

Part IIntroducing IronPythonCHAPTER 1:  Discovering IronPythonCHAPTER 2:  Understanding the IronPython Basics548592c01.indd 1 2/24/10 12:47:07

Page 2

10  CHAPTER 1 Discovering ironPythonBuilding the Binaries from ScratchYou may eventually want to build the IronPython binaries from scratch. The no

Page 3 - Discovering IronPython

Understanding the Dynamic Language Runtime  11You should be able to use some third-party libraries with IronPython. At the time of this writing, you

Page 4 - AN OVERVIEW OF IRONPYTHON

12  CHAPTER 1 Discovering ironPythonCreates an environment where sharing of objects and libraries between languages is possibleMakes it possible

Page 5 - An Overview of IronPython

Using the IronPython Console  13Notice that the top of the window tells you which version of IronPython you’re using and which version of the .NET F

Page 6 - ListDownloadableCommits.aspx

14  CHAPTER 1 Discovering ironPythonLet’s say you have no idea of what you want to find. Console help provides you with a list of words you can type

Page 7 - GETTING IRONPYTHON

Using the IronPython Console  15FIGURE 16: Drill down into help to find topics of interest.548592c01.indd 15 2/24/10 12:47:12 PM

Page 8 - Performing the Installation

16  CHAPTER 1 Discovering ironPythonFIGURE 17: The console also provides the means to obtain precise help about any module, keyword, or topic.

Page 9 - Getting IronPython

Using the IronPython Console  17displayed at each click point, as shown in Figure 1-8. If you look at the command prompt window at this point, you’l

Page 10 - Using Third-Party Libraries

18  CHAPTER 1 Discovering ironPython–s: Specifies that the interpreter shouldn’t add the user site directory to sys.path.–S: Specifies that the inter

Page 11 - http://www

Using the IronPython Console  19Working with the –X: Command Line SwitchesIn addition to the standard command line switches, you also have access to

Page 12 - USING THE IRONPYTHON CONSOLE

548592c01.indd 2 2/24/10 12:47:08 PM

Page 13 - Using the IronPython Console

20  CHAPTER 1 Discovering ironPythonModifying the IPY.EXE Environment VariablesIPY also supports a number of environment variables. The following l

Page 14

Creating Your First Application  21CREATING YOUR FIRST APPLICATIONAfter all this time, you might have started wondering whether you would get to wri

Page 15

22  CHAPTER 1 Discovering ironPythonFIGURE 110: The output of the example is a simple equation.USING IRONPYTHON CONSTRUCTIVELYThis chapter has i

Page 16

Discovering IronPythonWHAT’S IN THIS CHAPTER?Understanding why you want to add IronPython to your developer toolboxObtaining and installing IronPyt

Page 17

4  CHAPTER 1 Discovering ironPythonFinally, this chapter takes you through the process of creating a simple application. No, this isn’t going to be

Page 18

An Overview of IronPython  5environmental conditions. (You’ll discover many other dynamic language advantages as the chapter progresses.) Unfortunat

Page 19

6  CHAPTER 1 Discovering ironPythonAn extensive array of standard librariesFull library support using hierarchical packages (a concept that is al

Page 20

Getting IronPython  7An interesting use of IronPython is as an application testing tool. In fact, some developers use IronPython exclusively for thi

Page 21

8  CHAPTER 1 Discovering ironPython(Optional) Visual Studio 2005 or Visual Studio 2008 (your system must meet the prerequi-sites for this softwar

Page 22

Getting IronPython  9 2. Read the licensing agreement, check I Accept the Terms in the License Agreement, and then click Next. You’ll see the Cust

Comments to this Manuals

No comments