Showing results for python - Python

Nov 2, 2016
0
0

Creating Apps from Templates: Cookiecutter in Visual Studio “15”

Usman Anwer
Usman Anwer

Cookiecutter is a popular Open Source templating engine that lets experts easily create highly customizable templates to help other users get started on a project. We have brought it to Visual Studio to reduce the time and effort it takes to stand-up apps, prototype experiences that integrate different services, or try out new frameworks. Now users...

pythonAzurevisual studio
Sep 27, 2016
0
0

Microsoft’s participation in the 2016 Python core sprint

Brett Cannon
Brett Cannon

From September 5th to the 9th a group of Python core developers gathered for a sprint hosted at Instagram and sponsored by Instagram, Microsoft, and the Python Software Foundation. The goal was to spend a week working towards the Python 3.6.0b1 release, just in time for the Python 3.6 feature freeze on Monday, September 12, 2016. The inspiration fo...

pythoncpython
Jun 7, 2016
0
1

Python lambda expressions unleashed

CarlKadie
CarlKadie

Carl Kadie, Ph.D., is a research developer in Microsoft Research/TnR working on Genomics. Lambda expressions provide a way to pass functionality into a function. Sadly, Python puts two annoying restrictions on lambda expressions. First, lambdas can only contain an expression, not statements. Second, lambdas can't be serialized to disk. T...

pythonJupyter