Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Python & .NET
Search
Rudi MK
June 26, 2012
Programming
1
450
Python & .NET
Rudi MK
June 26, 2012
Tweet
Share
More Decks by Rudi MK
See All by Rudi MK
Facebook - The New Face of Journalism
rudimk
1
90
Other Decks in Programming
See All in Programming
新しいモバイルアプリ勉強会(仮)について
uetyo
1
240
React 使いじゃなくても知っておきたい教養としての React
oukayuka
18
5.2k
AI Ramen Fight
yusukebe
0
120
Google I/O Extended Incheon 2025 ~ What's new in Android development tools
pluu
1
220
QA x AIエコシステム段階構築作戦
osu
0
240
Quality Gates in the Age of Agentic Coding
helmedeiros
PRO
1
120
11年かかって やっとVibe Codingに 時代が追いつきましたね
yimajo
1
230
Amazon Q CLI開発で学んだAIコーディングツールの使い方
licux
3
160
「次に何を学べばいいか分からない」あなたへ──若手エンジニアのための学習地図
panda_program
3
700
コーディングエージェント概観(2025/07)
itsuki_t88
1
480
構造化・自動化・ガードレール - Vibe Coding実践記 -
tonegawa07
0
170
テスターからテストエンジニアへ ~新米テストエンジニアが歩んだ9ヶ月振り返り~
non0113
2
250
Featured
See All Featured
A Tale of Four Properties
chriscoyier
160
23k
Fantastic passwords and where to find them - at NoRuKo
philnash
51
3.4k
[RailsConf 2023] Rails as a piece of cake
palkan
56
5.7k
The Pragmatic Product Professional
lauravandoore
36
6.8k
How to Ace a Technical Interview
jacobian
278
23k
Mobile First: as difficult as doing things right
swwweet
223
9.8k
Into the Great Unknown - MozCon
thekraken
40
2k
The Cost Of JavaScript in 2023
addyosmani
51
8.7k
Java REST API Framework Comparison - PWX 2021
mraible
32
8.7k
Why You Should Never Use an ORM
jnunemaker
PRO
58
9.5k
Building Adaptive Systems
keathley
43
2.7k
Art, The Web, and Tiny UX
lynnandtonic
301
21k
Transcript
Python and .NET A happy relationship?
A brief history of how the DLR, and the
IronPython project came into being. Current status of the IronPython project.
Basic fundamentals of the DLR How exactly does
IronPython run on top of the DLR? What can you do, with IronPython?
DEMO: Running a Django app on the DLR, IronPython,
with SQL Server as the backend. DEMO: Running a Web2Py app on the DLR, IronPython, with SQL Server as the backend.
DEMO: Sample code that interfaces with the Cpython libraries,
as well as the .NET Base Class Libraries.
Silverlight, Moonlight and the Gestalt library. DEMO: A
sample XAML app, scripted using Python.
How does the DLR aid in language design?
Using IronPython for language design. DEMO: Sympl, a small functional language written using IronPython.
Questions, suggestions, and anything anyone might have to say.