ML.NET June Updates ML.NET is an open-source, cross-platform machine learning framework for .NET developers that enables integration of…
Package Validation In this blog post, I’m going to show the new package validation tooling that will…
What’s new in Windows Forms in .NET 6.0 Preview 5 In this post we are going to talk about what’s new in Windows Forms runtime…
.NET Framework June 2021 Cumulative Update Preview Earlier this week, we released the June 2021 Cumulative Update Preview for .NET Framework for…
.NET Foundation “All Hands” – Fall 2020 Hi folks! Back in the State of the Union, we mentioned an upcoming live meeting…
.NET Foundation September/October 2020 Update Here’s the September/October 2020 .NET Foundation update. Every other month, we’ll give you a quick…
.NET Foundation November/December 2020 Update Welcome to the .NET Foundation update for November & December. Every other month, we’ll give you…
Announcing the .NET Foundation Speakers Directory As part of the .NET Foundation’s goals to help broaden the appeal of .NET, we’re…
.NET Foundation January/February 2021 Update Welcome to the .NET Foundation update for January & February. Every other month, we’ll give you…
.NET Foundation March/April 2021 Update Welcome to the .NET Foundation update for March & April. Every other month, we’ll give…
Outreach Committee Announces Proposal Process The .NET Foundation’s Outreach Committee is happy to announce that we’ve finalized our proposal process.…
Pwned Passwords is now open source! Pwned Passwords is the password search feature for Have I Been Pwned (HIBP), a free…
Welcoming Okta and Volosoft to .NET Foundation as Corporate Sponsors! Today, we’re thrilled to announce that Okta and Volosoft are joining the .NET Foundation as…
.NET Foundation May/June 2021 Update Welcome to the .NET Foundation update for May & June. Every other month, we’ll give…
Python vs JavaScript for Python Developers Python isn’t the only language out there, and one of the other languages frequently fighting…
CPython Internals: Paperback Now Available! After almost two years of writing, reviewing, and testing, we’re delighted to announce that CPython…
The Real Python Podcast – Episode #66: Practicing Python With CSV Files and Extracting Values With “filter()” Are you ready to practice your Python skills some more? There is a new set…
Reverse Python Lists: Beyond .reverse() and reversed() Are you diving deeper into Python lists and wanting to learn about different ways to…
Python Inner Functions Python allows the declaration of functions inside of other functions. Inner functions, also known as…
Beautiful Soup: Build a Web Scraper With Python The incredible amount of data on the Internet is a rich resource for any field…