Robuta

https://ironpython.net/ IronPython.net / ironpython https://ironpython-urls.blogspot.com/2006/12/pycon-ironpython-windows-forms-talk.html PyCon: IronPython & Windows Forms Talk Michael Foord outlines what he and Andrzej hope to present during their PyCon 2007 talk. http://www.voidspace.org.uk/python/weblog/arch_d7_2... windows formspyconironpythontalk https://learn.microsoft.com/en-us/archive/blogs/ironpython/ IronPython Blog | Microsoft Learn blog microsoftironpythonlearn https://ironpython-urls.blogspot.com/2009/02/apress-pro-ironpython.html Apress: Pro IronPython IronPython in Action is on its way to the printer, and when it is finally available in real paper in about 4 weeks (final ebook available a... apressproironpython https://ironpython-urls.blogspot.com/2008/09/ironpython-at-pyworks-and-pycon-uk.html IronPython at PyWorks and PyCon UK Conferences The PyWorks 2008 conference schedule is now up. This is a new conference, held in Atlanta November 12th-14th, by the same people who bring ... ironpythonpyconukconferences https://ironpython-urls.blogspot.com/2009/02/visio-from-ironpython-and-powershell.html Visio from IronPython and Powershell, Parts II & III Saveen Reddy posted recently on automating Visio to draw diagrams from the command line . He has followed this up with two more posts. Both ... visioironpythonpowershellpartsii https://ironpython-urls.blogspot.com/2009/04/executing-ironpython-in-err-ironpython.html Executing IronPython in, err.. IronPython An entry on the Sharp Thinking blog by a .NET developer called Tarn Barford, a fan of Python and IronPython. Inspired by a post on embeddin... executingironpythonerr https://ironpython-urls.blogspot.com/2010/07/numpy-and-scipy-for-ironpython-and-net.html NumPy and SciPy for IronPython and .NET The genius of IronPython is that it provides great integration with .NET libraries. The cost of this is that you no longer have access to Py... numpyscipyironpython https://github.com/architecture-building-systems/revitpythonshell GitHub - architecture-building-systems/revitpythonshell: An IronPython scripting environment for... An IronPython scripting environment for Autodesk Revit and Vasari - architecture-building-systems/revitpythonshell building systemsgithubarchitectureironpythonscripting https://ironpython-urls.blogspot.com/2010/04/ironpython-261-released.html IronPython 2.6.1 Released There have been three "IronPython relevant" releases in the last twenty four hours with another one to come. IronPython 2.6.1 (for .NET 2 a... ironpythonreleased https://ironpython.pythonlang.cn/ IronPython.net / - IronPython 中文 ironpython https://mikehadlow.blogspot.com/2009/06/ironpython-in-action.html?m=1 Code rant: IronPython in Action Writing a book about IronPython presents a dilemma, do you write a book introducing Python to .NET developers, or do you write a book intro... coderantironpythonaction https://ironpython-urls.blogspot.com/2008/09/ironpython-and-aspnet-integration.html IronPython and ASP.NET Integration Updated The IronPython ASP.NET integration has been updated! The new home for " ASP.NET Dynamic Languages Support " is the ASP.NET Codeplex page: AS... asp netironpythonintegrationupdated https://ironpython-urls.blogspot.com/2007/11/ironpython-and-python-stack-frames.html IronPython and Python Stack Frames One incompatibility between IronPython and CPython that is unlikely to go away, is that IronPython does not have Python stack frames. Iro... ironpythonstackframes https://ironpython-urls.blogspot.com/2008/12/introducing-ironpython.html Introducing IronPython Harry Pierson wrote an article on IronPython for the CoDe magazine. Initially it was behind a paywall, but now the whole article is availab... introducingironpython https://ironpython-urls.blogspot.com/2009/11/ironpython-at-pycon-2010.html IronPython at PyCon 2010 PyCon 2010 , the annual international Python conference is coming soon (February 17th 2010 in Atlanta US). The schedule of talks is now up,... ironpythonpycon https://mikehadlow.blogspot.com/2009/06/ironpython-in-action.html?showComment=1246565528895&m=0 Code rant: IronPython in Action Writing a book about IronPython presents a dilemma, do you write a book introducing Python to .NET developers, or do you write a book intro... coderantironpythonaction https://mikehadlow.blogspot.com/2009/06/ironpython-in-action.html?showComment=1247482970035&m=0 Code rant: IronPython in Action Writing a book about IronPython presents a dilemma, do you write a book introducing Python to .NET developers, or do you write a book intro... coderantironpythonaction https://ironpython-urls.blogspot.com/2007/01/ironpython-do-you-need-it.html IronPython - Do You Need It? Michael Foord posts why he thinks IronPython is good for the Python community. http://www.voidspace.org.uk/python/weblog/arch_d7_2007_01_27.... do you needironpython https://mikehadlow.blogspot.com/2009/06/ironpython-in-action.html?showComment=1246827249341&m=0 Code rant: IronPython in Action Writing a book about IronPython presents a dilemma, do you write a book introducing Python to .NET developers, or do you write a book intro... coderantironpythonaction https://ironpython-urls.blogspot.com/2007/10/visual-studio-as-my-ironpython-editor.html Visual Studio as my IronPython Editor visual studioironpythoneditor https://ironpython-urls.blogspot.com/2009/04/ironpython-26-release-roadmap.html IronPython 2.6 Release Roadmap Today the IronPython team put a roadmap online highlighting the major new features and an approximate time frame for betas. 2.6 Release Road... ironpythonreleaseroadmap https://ironpython-urls.blogspot.com/2007/10/using-c-extensions-with-ironpython.html Using C Extensions with IronPython: Resolver Announces Open Source Project Resolver Systems has announced a new Open Source project, to get some essential CPython extensions working seamlessly with IronPython: Reso... open sourceusingextensionsironpythonresolver https://ironpython-urls.blogspot.com/2006/10/integrating-nunit-and-ironpython.html Integrating NUnit and IronPython Writing a NUnit test fixture in IronPython http://blog.bittercoder.com/PermaLink,guid,6a49a44c-e3bc-44af-89ad-e2b8bb5ba67a.aspx Source Code integratingnunitironpython https://ironpython-urls.blogspot.com/2009/10/distributing-ironpython-packages.html Distributing IronPython Packages: distutils, site-packages and PEP 370 The basic way of distributing and installing Python libraries (packages), and even scripts and applications, is with distutils which is par... distributingironpythonpackagesdistutilssite https://mikehadlow.blogspot.com/2009/06/ironpython-in-action.html?showComment=1246479895376&m=0 Code rant: IronPython in Action Writing a book about IronPython presents a dilemma, do you write a book introducing Python to .NET developers, or do you write a book intro... coderantironpythonaction https://ironpython-urls.blogspot.com/2009/11/wcf-service-from-ironpython.html A WCF Service from IronPython Windows Communication Foundation (WCF) is part of .NET 3 and makes creating and interacting with web services from C# substantially easier. ... wcfserviceironpython https://ironpython-urls.blogspot.com/2009/03/ironpython-in-sharpdevelop.html IronPython in SharpDevelop SharpDevelop is an open-source .NET IDE for Windows. (The cross-platform Mono .NET IDE MonoDevelop started life as an early fork of SharpD... ironpython https://ironpython-urls.blogspot.com/2007/10/ironpython-2-on-mono.html IronPython 2 on Mono Seo Sanghyeon has updated FePy to include a set of patches so that IronPython 2.0a4 will compile for Mono 1.2.5. IronPython 2.x Patches Ir... ironpythonmono https://ironpython-urls.blogspot.com/2006/10/ironpython-and-memcache.html IronPython and Memcache A simple example of using Memcached.ClientLibrary.dll with IronPython http://www.almostserio.us/articles/2006/10/08/ironpython-and-memcache ironpythonmemcache https://ironpython-urls.blogspot.com/2007/07/ironmonkey-ironpython-on-tamarin.html IronMonkey: IronPython on Tamarin Brendan Eich has announced three new Mozilla projects: Brendan's Roadmap: New Projects These are 'Action Monkey', 'Screaming Monkey' and 'Ir... ironpythontamarin https://ironpython-urls.blogspot.com/2009/10/introduction-to-ironpython-python-for.html Introduction to IronPython, Python for .NET Programmers and Dark Corners of IronPython I've written three new articles on IronPython and put them up on my website . The first two are for developers new to Python or to IronPytho... introduction todark cornersironpython https://ironpython-urls.blogspot.com/2009/04/ironpython-podcasts-and-videos.html IronPython Podcasts and Videos Last week I was very fortunate to record a podcast on IronPython and dynamic languages on .NET with Scott Hanselman . Scott is a well known ... ironpythonpodcastsvideos https://mikehadlow.blogspot.com/2009/06/ironpython-in-action.html?showComment=1246481504642&m=0 Code rant: IronPython in Action Writing a book about IronPython presents a dilemma, do you write a book introducing Python to .NET developers, or do you write a book intro... coderantironpythonaction https://ironpython-urls.blogspot.com/2009/03/ironpython-at-pycon-and-python-language.html IronPython at PyCon and the Python Language Summit PyCon 2009 - the international Python conference in Chicago - is rapidly approaching. Harry Pierson (Microsoft IronPython Program Manager)... the python languageironpythonpyconsummit https://mail.python.org/archives/list/python-announce-list@python.org/thread/NWREAS45WF4JQT34QC45JEUKDO2I2HAN/ Mailman 3 [ANN] IronPython 0.7.5 & Boo 0.5.4 - Python-announce-list - python.org https://ironpython-urls.blogspot.com/2010/05/ironpython-tools-for-visual-studio.html IronPython Tools for Visual Studio Visual Studio is the Microsoft IDE for Windows and is virtually ubiquitous as a Windows development tool. Unfortunately Visual Studio has ne... ironpythontoolsvisualstudio https://ironpython-urls.blogspot.com/2009/11/good-mix-32-alpha-encoding-files.html A Good Mix 32: Alpha Encoding Files, Embedding IronPython in Russian, IronSharePoint, IronRuby,... More IronPython and DLR related projects, articles and news from around the web. Alpha-encoding file versions Steve Gilham shows how to g... https://stevegilham.blogspot.com/2007/05/spawning-process-in-ironpython.html Distributed Memory: Spawning a process in IronPython I've been using IronPython recently as a scripting language because its string handling and ability to provide structured programming suppor... a processdistributedmemoryspawningironpython https://ironpython-urls.blogspot.com/2009/06/why-choose-ironpython-over-c_11.html Why Choose IronPython over C#? Matthew Harelick just asked (on the Python.NET mailing list of all places) why he should consider using IronPython: My background is primari... why chooseironpython https://seanmcgrath.blogspot.com/2008/12/ironpython-in-action.html Sean McGrath: IronPython in Action I have been reading IronPython in Action over the last few days and enjoying it, even though I'm not much of a .NET developer at the moment... seanmcgrathironpythonaction https://ironpython-urls.blogspot.com/2009/02/venturing-into-ironpython-sqlite-and.html Venturing into IronPython: SQLite and IronPython Studio Mark Garringer has been venturing into IronPython and posted a couple of blog entries on his experiences. Mark has been trying to learn Pyth... venturingironpythonsqlitestudio https://ironpython-urls.blogspot.com/2009/11/performance-of-ironpython-vs-c.html Performance of IronPython vs. C# The Loose XAML blog has posted an interesting article profiling some IronPython code and the semantically identical C# and C code (for gener... performanceironpythonvs https://www.infoq.com/presentations/foord-real-world-ironpython/ Real World IronPython - InfoQ Michael Foord discusses IronPython, the DLR, dynamic languages on .Net, static vs. dynamic typing, Visual Studio integration, Resolver One, Intellipad,... real worldironpythoninfoq https://ironpython-urls.blogspot.com/2009/06/ironpython-is-it-dead-parrot-or-does-it.html IronPython Is it a dead parrot or does it fly? " IronPython Is it a dead parrot or does it fly? " is the question asked by Mike James in an article in VSJ . It covers Python the language,... dead parrotironpythonfly https://ironpython-urls.blogspot.com/2007/10/ironpython-overloaded-methods.html IronPython: Overloaded Methods Haibo Luo's latest blog entry is about using .NET's overloaded methods from IronPython: IronPython: Explicitly Choose One Method ironpythonoverloadedmethods https://ironpython-urls.blogspot.com/2006/10/0xide-compiler-for-xbase-into.html 0xIDE, a compiler for Xbase++ into IronPython Gary Stephenson announced OxIDE, a compiler for Xbase++ into IronPython. http://www.oxide.net.au/ compilerxbaseironpython https://ironpython-urls.blogspot.com/2006/12/some-more-on-ironpython.html some more on IronPython Anthony Baxter posts about IronPython pybench performance under Mono. http://codingweasel.blogspot.com/2006/12/some-more-on-ironpython.html some moreironpython https://ironpython-urls.blogspot.com/2008/10/ironpython-updates.html IronPython Updates I've got a backlog of links to post; normal service will be resumed shortly... In the meantime here a few snippets that may be of interest. ... ironpythonupdates https://mail.python.org/archives/list/python-dev@python.org/thread/LBSLZQJF2UB75STE6Y7UQIFTU2FTLCBW/ Mailman 3 Patch logging module for IronPython compatibility - Python-Dev - python.org python devmailmanpatchloggingmodule https://ironpython-urls.blogspot.com/2009/07/ironpython-for-build-scripting.html IronPython for build scripting Python is ideal for tasks like automating build processes. Similarly, in a .NET environment IronPython is a valuable tool. Steve Gilham has ... ironpythonbuildscripting https://ironpython-urls.blogspot.com/2009/06/methodist-make-net-reflector-come-alive.html Methodist: Make .NET Reflector come alive with IronPython No, not a reference to a once dynamic spiritual movement that is now largely part of the institutionalised church, but a new plugin for .NE... come alivemethodistmakereflectorironpython https://ironpython-urls.blogspot.com/2006/12/ironpython-11-alpha.html IronPython 1.1 Alpha Michael posts a nice overview of the new features in the just released IronPython 1.1 Alpha. http://www.voidspace.org.uk/python/weblog/arch_... ironpythonalpha https://ironpython-urls.blogspot.com/2008/09/embedding-boo-and-ironpython.html Embedding Boo and IronPython Nahum Dotan has been trying to evaluate which of Boo and IronPython are more suitable for embedding. ( Boo is a statically typed .NET / Mon... embeddingbooironpython https://ironpython-urls.blogspot.com/2006/12/new-ironpython-section.html New IronPython Section Michael Foord has created an IronPython section on his voidspace website. http://www.voidspace.org.uk/python/weblog/arch_d7_2006_12_16.shtml... newironpythonsection https://ironpython-urls.blogspot.com/2009/06/mono-can-now-compile-ironpython-20.html Mono can now compile IronPython 2.0 If you follow this blog, or the state of IronPython on Mono , you will know that the version of IronPython included in Mono (from the FePy p... monocompileironpython https://ironpython-urls.blogspot.com/2009/07/bazaar-on-ironpython.html Bazaar on IronPython The IronPython team are extremely interested in IronPython's compatibility with CPython. One easy way of finding incompatibilities (bugs) is... bazaarironpython https://ironpython-urls.blogspot.com/2009/11/ironpython-26-release-candidate-3.html IronPython 2.6 Release Candidate 3 IronPython 2.6 is the up-and-coming version of IronPython targeting compatibility with Python 2.6. As well as the new features in Python 2.6... release candidateironpython https://ironpython-urls.blogspot.com/2009/11/databinding-and-wcf-services-with.html Databinding and WCF Services with IronPython 2.6 One of the important new features in IronPython 2.6 is the __clrtype__ metaclass.The __clrtype__ metaclass allows you to create a real .NE... databindingwcfservicesironpython https://ironpython-urls.blogspot.com/2007/11/first-ironpython-book.html First IronPython Book As you may know, I' writing a book on IronPython for Manning: " IronPython in Action ". The next third of the book is about to go for a revi... firstironpythonbook https://ironpython-urls.blogspot.com/2007/04/embedding-ironpython-in-ironpython.html Embedding IronPython in IronPython Michael Foord has posted a tutorial on how-to create, configure and call the IronPython PythonEngine from inside IronPython. http://www.void... embeddingironpython https://ironpython-urls.blogspot.com/2009/07/teaching-ironpython-d520-course-notes.html Teaching IronPython: D520 Course Notes (Week One) Tony Andrew Meyer has now started teaching course D520 ("Programming") at Northtec . He's using IronPython in Action as course material (se... course notesteachingironpythonweekone https://ironpython-urls.blogspot.com/2009/11/qcon-presentation-real-world-ironpython.html QCon Presentation: Real World IronPython In March I spoke at the QCon London 2009 conference on "Real World IronPython". InfoQ has just put up a video of the presentation, includi... real worldqconpresentationironpython https://ironpython-urls.blogspot.com/2007/12/mono-boo-python-gnome-ironpython.html Mono, Boo, Python, Gnome & IronPython Miguel de Icaza has a blog entry responding to an article on 'Mono Usage in the Enterprise': Mono Usage in the Enterprise It has some intere... monoboopythongnome https://ironpython-urls.blogspot.com/2010/04/professional-ironpython.html Professional IronPython Professional IronPython is a new book on IronPython, published by Wrox and written by John Meuller (who has apparently written 73 books). ... professionalironpython https://langexplr.blogspot.com/2009/01/some-notes-on-using-f-code-from.html Exploring Beautiful Languages: Some notes on using F# code from IronPython This post presents a couple of things I learned about the interaction between IronPython and F# . Most information about this topic can be... some notesexploringbeautifullanguages https://ironpython-urls.blogspot.com/2009/09/simple-ironpython-actionfilter-for.html A Simple IronPython ActionFilter for ASP.NET MVC ASP.NET MVC is the all new web framework for .NET inspired by frameworks like Rails and Django. There are a few examples of IronPython an... asp netsimpleironpythonmvc https://ironpython-urls.blogspot.com/2008/06/my-first-ironpython-program.html My First IronPython Program Brandon Furtwangler writes a web spider for downloading mp3s: My First IronPython Program my firstironpythonprogram