Aspiring data-science and machine-learning developers now have more Microsoft-made free video tutorials to learn how to build software in Python, one of today’s most popular and versatile programming languages. The new More Python for Beginners series consists of 20 videos that run between two minutes and 15 minutes each. It covers working with files, lambdas or ‘anonymous functions’, and object-oriented programming, and each tutorial is followed by a short demo video. The tutors also introduce some newer functionality to support asynchronous development through async/await. The new series are once again presented by Christopher…
Month: May 2020
The reduce Function in F#
In this blog I have some posts about F# because this language seems to be interesting and is becoming popular in some companies. In this post I want to show you the reduce Function in F#.
How To Live Stream From Xbox To YouTube Or Twitch
A post about gaming it is quite unusual for PureSourceCode but we can’t work all the time. When the quarantine started, I bought an Xbox and for the first time in my life, I started to play games! So, I want to share my frustration 🙂 with you. I found a way to do live stream from my Xbox One to YouTube and Twitch. I explain here how. What do you need? An Xbox One, A Mixer Account Linked to Your Microsoft Account, an account on the service you want…
Digital transformation scenario with Azure, Visual Studio and Git
In a company prospective, what digital transformation is about? In this post I explain my point of view
Create Azure Function in C# Script and Service Bus
How to create an Azure Function in C# Script using as input and output a message from and to Service Bus Queue step by step