News

Microsoft Doubles Down on Instructional Videos: Xamarin and Python

After Microsoft's Scott Hanselman introduced a bunch of new beginner-level instructional videos for .NET, Xamarin guru James Montemagno wanted to remind mobile developers that similar resources are available for them.

"Last week Hanselman announced all of the great new videos that are available at dot.net/videos," Montemagno said in a post. "However, he forgot to mention that there is an entire new getting started series for iOS & Android development with Xamarin!"

That 11-part series, produced by Matt Soucoup and Brandon Minnick, is joined by a C# 101 video series.

Available on both YouTube and Microsoft's Channel 9 video site, the new Xamarin videos range from "What is Xamarin" to "Xamarin.Forms UI with XAML (and with C#)."

XXamarin VideosXX
[Click on image for larger view.] Xamarin Videos (source: Microsoft).

What's more, Microsoft's open source blog last month announced a new video series for beginners to learn Python programming. A YouTube playlist of 44 videos ranges from "Programming with Python" to JSON to "Managing Keys."

The Python videos were announced by senior program manager Christopher Harrison and produced with Susan Ibach.

"While we won't cover everything there is to know about Python in the course, we want to make sure we give you the foundation on programming in Python, starting from common everyday code and scenarios.," Harrison said. "At the end of the course, you'll be able to go and learn on your own, following along docs, tutorials, books, etc. We promise we're keeping things quick and to the point, so you can dive straight into the areas that you're most interest in (or confused by!)."

Although Python might seem an incongruous subject for Microsoft-centric coders, the company has gone all in on Python on the Visual Studio Code side of things, and the Python extension in the VS Code Marketplace is the No. 1 offering by far.

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube