Coder Social home page Coder Social logo

stjordanis / ironpython2 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ironlanguages/ironpython2

0.0 2.0 0.0 249.43 MB

Implementation of the Python programming language for .NET Framework; built on top of the Dynamic Language Runtime (DLR).

Home Page: http://ironpython.net

License: Apache License 2.0

Python 51.02% Batchfile 0.01% Roff 0.01% Visual Basic 0.01% PLSQL 0.04% HTML 25.30% Makefile 0.01% C 0.04% JavaScript 0.01% C++ 0.13% XSLT 0.01% ASP 0.01% C# 23.31% Smalltalk 0.01% PowerShell 0.13% Shell 0.01%

ironpython2'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/.

What? Where?
Windows/Linux/macOS Builds Azure build status Github build status
Downloads NuGet Release
Help Gitter chat StackExchange

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.

IronPython 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 *

Code of Conduct

This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behavior in our community. For more information see the .NET Foundation Code of Conduct.

Documentation

Documentation can be found here: 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

ironpython2's People

Contributors

alxandr avatar annetheagile avatar casualjim avatar devkhan avatar dinov avatar fdanny avatar gpetrou avatar hotgazpacho avatar jdhardy avatar jirapong avatar jredville avatar jschementi avatar kayoub5 avatar kradcliffe avatar kunom avatar merllab avatar mletterle avatar moto-timo avatar nrk avatar paweljasinski avatar rassilon avatar rjnienaber avatar ryan-dawson avatar simplicbe avatar slide avatar slozier avatar statianzo avatar talsaiag avatar tmat avatar zacbrown avatar

Watchers

 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.