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
サイトを作ったらNFCタグキーホルダーを爆速で作れ!
yuukis
0
430
【第4回】関東Kaggler会「Kaggleは執筆に役立つ」
mipypf
0
700
KessokuでDIでもgoroutineを活用する / Go Connect #6
mazrean
0
110
MLH State of the League: 2026 Season
theycallmeswift
0
150
Microsoft Orleans, Daprのアクターモデルを使い効率的に開発、デプロイを行うためのSekibanの試行錯誤 / Sekiban: Exploring Efficient Development and Deployment with Microsoft Orleans and Dapr Actor Models
tomohisa
0
200
Portapad紹介プレゼンテーション
gotoumakakeru
1
130
The State of Fluid (2025)
s2b
0
190
ライブ配信サービスの インフラのジレンマ -マルチクラウドに至ったワケ-
mirrativ
1
260
AIエージェント開発、DevOps and LLMOps
ymd65536
1
330
コーディングは技術者(エンジニア)の嗜みでして / Learning the System Development Mindset from Rock Lady
mackey0225
2
560
CEDEC2025 長期運営ゲームをあと10年続けるための0から始める自動テスト ~4000項目を50%自動化し、月1→毎日実行にした3年間~
akatsukigames_tech
0
150
Terraform やるなら公式スタイルガイドを読もう 〜重要項目 10選〜
hiyanger
13
3.2k
Featured
See All Featured
Embracing the Ebb and Flow
colly
87
4.8k
Building a Scalable Design System with Sketch
lauravandoore
462
33k
Balancing Empowerment & Direction
lara
2
580
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
8
470
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
Measuring & Analyzing Core Web Vitals
bluesmoon
9
560
KATA
mclloyd
32
14k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
10
1k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
44
2.4k
jQuery: Nuts, Bolts and Bling
dougneiner
64
7.9k
Side Projects
sachag
455
43k
Building Adaptive Systems
keathley
43
2.7k
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.