Category: ironpython
Categories
- all (75)
- advocacy (5)
- agile (3)
- ajax (3)
- automation (4)
- build (4)
- business (2)
- case study (3)
- community (4)
- concurrency (2)
- continuous integration (3)
- core (2)
- databases (5)
- deployment (7)
- desktop (3)
- development practices (5)
- django (9)
- doctest (2)
- education (5)
- embedded (2)
- framework (9)
- functional (2)
- gae (2)
- games (4)
- graphics (2)
- gui (5)
- handheld (2)
- howto (9)
- ide (2)
- implementations (9)
- invited (11)
- ironpython (2)
- jython (4)
- language (4)
- library (4)
- mobile (2)
- multimedia (2)
- network (3)
- orm (2)
- packaging (6)
- panel (3)
- performance (2)
- pylons (4)
- python 3 (2)
- quality assurance (4)
- science (3)
- shell (2)
- sphinx (2)
- stackless (2)
- system administration (2)
- techniques (5)
- testing (10)
- turbogears (4)
- web (10)
- web services (2)
- web testing (4)
- wxpython (2)
- zope (2)
12.
Pumping Iron into Python: Intro to FePy

Mrs. Sarah Dutkiewicz bio
30min ◊ Beginner
Sunday 10:00am, Ballroom D
ironpython, mono
As Python grows in popularity, IronPython has started making more waves. What is IronPython and why should regular Python programmers be familiar with it? This session will introduce the open source .NET implementation of Python known as IronPython without using Windows. Come see FePy (IronPython community edition) in action via Mono -- a cross-platform open source implementation of the .NET framework.
95.
IronPython Implementation

Mr. Robert (Dino) E Viehland (Microsoft) bio
30min ◊◊ Intermediate
Sunday 10:35am, Ballroom D
implementations, ironpython
IronPython is an implementation of Python running on .NET. This talk will provide an overview of the IronPython internals. The talk will start with a high-level walk through of the IronPython architecture and source layout. From there we’ll drill into details such as method dispatch, how the .NET and Python type systems interrelate, multi-runtime support, and how IronPython uses the DLR. Finally we’ll bring it all together and show you how you can do Python aware interop between .NET and IronPython. Whether you’re just curious about language implementations, planning on hosting IronPython in your own app, or just want to write a new built-in module for IronPython you’ll find something interesting in this talk. Knowledge of C# would be helpful but is not required.
.