Giter Club home page Giter Club logo

pk-codebox-evo / framework-python-ironpython-main Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ironlanguages/main

0.0 3.0 0.0 223.97 MB

Implementations of Python and Ruby programming languages for .NET Framework that are built on top of the Dynamic Language Runtime.

Python 56.81% Shell 0.01% Batchfile 0.04% Groff 0.01% Visual Basic 0.20% PLSQL 0.06% HTML 16.89% Makefile 0.02% C 0.22% CSS 0.12% TeX 0.12% JavaScript 0.09% C++ 0.24% XSLT 0.01% ASP 0.01% C# 24.99% Ruby 0.01% Smalltalk 0.01% Logos 0.04% PowerShell 0.13%

framework-python-ironpython-main's Introduction

IronPython

IronPython is an open-source implementation of the Python programming language which is tightly integrated with the .NET Framework. IronPython can use the .NET Framework and Python libraries, and other .NET languages can use Python code just as easily.

IronPython can be obtained at http://ironpython.net/.

Comparison of IronPython vs. C# for 'Hello World'

c#:

using System;
class Hello
{
    static void Main() 
    {
        Console.WriteLine("Hello World");
    }
}

IronPython:

print "Hello World"

IronPython is a Dynamic Language that runs on the .NET DLR (Dynamic Language Runtime) in contrast with VB.NET and C# which are static languages.

Iron Python can also import DLL files compiled in other languages and use functions defined therein. For example:

import clr
clr.AddReference("System.Windows.Forms")
from System.Windows.Forms import *

Documentation

Documentation can be found here:

  1. http://stackoverflow.com/documentation/ironpython/topics
  2. http://ironpython.net/documentation/dotnet/

Additional information

Please see http://wiki.github.com/IronLanguages/main for information on:

  • Setting up a development environment with easy access to utility scripts
  • Building
  • Running test

Chat/Communication

Join our Gitter-Chat under: https://gitter.im/IronLanguages/ironpython

framework-python-ironpython-main's People

Contributors

jredville avatar jdhardy avatar paweljasinski avatar tmat avatar jschementi avatar slide avatar slozier avatar casualjim avatar merllab avatar jirapong avatar simplicbe avatar nrk avatar talsaiag avatar rjnienaber avatar mletterle avatar ryan-dawson avatar kunom avatar fdanny avatar zacbrown avatar rassilon avatar kradcliffe avatar moto-timo avatar hotgazpacho avatar dinov avatar statianzo avatar alxandr avatar panesofglass avatar rchandrashekara avatar peterschwalm avatar mvanderkolff avatar

Watchers

James Cloos avatar PKCodeBox avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.