20 avr. 2021

[IronPython] du nouveau...




Oui, il est bien là.😀, mais quoi donc ?

if this article is not in your language, use the Google Translate widget (bottom of page for Mobile version)

Après un long développement, Ironpython en version 3.4 est disponible en téléchargement (version alpha-1).
À noter que cette version inclue des fonctionnalités de Python 3.5 (mais pas toutes comme les coroutines)




La page de l'annonce

Lien vers le paquet NuGet

Félicitations à la Team

def genClap(nbClap):
	myHands = type('',(), {"Clap" : lambda self : print("Clap !")})()
	for i in range(nbClap):
		yield myHands

for hand in genClap(10):
	hand.Clap()

Related Posts:

  • [IronPython] du nouveau...Oui, il est bien là.😀, mais quoi donc ?if this article is not in your language, use the Google Translate widget (bottom of page for Mobile version)⬈Après un long développement, Ironpython en version 3.4 est disponible en tél… Read More
  • [Dynamo+=Python] Un exemple de barre de Progression (WPF) Une variante d'une barre de progression en WPF dans Dynamo#DynamoBIM #Python #ProgressBar #WPF #AutodeskExpertElite #AutodeskCommunity  if this article is not in your language, use the Google Tr… Read More
  • [Info Python] DataFrame et IronPython  Un DataFrame sous IronPython c'est possible ? if this article is not in your language, use the Google Translate widget ⬈ (bottom of page for Mobile version ⬇) Lorsque j'analyse et traite de… Read More

0 commentaires:

Enregistrer un commentaire