Python for .Net Python for .NET is available as a source release and as a Windows installer for various versions of Python and the common language runtime from the Python for .NET . Here is a small tutorial for getting started: Importing Modules from System import String from System.Collections import * import clr clr.AddReference("System.Windows.Forms") from System.Windows.Forms import Form Using Classes from System.Drawing import Point p = Point(5, 5) Using Generics from System.Collections...
Python
Yesterday is was participate in the "Third Blogger's Convention" in Microsoft Israel and I realized that I can write about anything beside cakes, cats etc… :-)
So I want to talk about a Script Language that I love.
Maybe you heard about this language or maybe not, but there is a very powerful scripts language called Python.
So What is Python?...