Skip to main content

Posts

2021

Generics in the Go Language

·3 mins
Generics in Go # Some well known documents from the past Type parameters proposal Why Generics? The Next Steps It is December 2021 and ….we have Go 1.18 beta 1 available. The Golang team is hard at work on Golang 1.18, which will be released in February 2022, and it looks like it’s going to be a big one.

Data Analytics Links

·1 min
Some of the most useful courses online # The Data Science Course 2021: Complete Data Science Bootcamp. The course is very precise and well organized. They have a good combination of theory with good practical examples tht are relevent today Principles, Statistical and Computational Tools for Reproducible Data Science Harvard also has a very nice Master’s program in Data Science

Python 3.10

·3 mins
Python 3.10 is here # Python 3.10 is now released. It has a few features worth talking about. Some of these features never existed before in Python (surprisingly!) Structural Mattern Matching # In the traditional programming languages, this is usually referred to as the switch ...case statements. Although syntactically it looks like a switch ... case statement, it is a lot more than that.

WSLv2 and Windows 10 Pro

·2 mins
Installing WSLv2 on Windows and using Linux natively on Windows # Pre-requisites # Windows 10 May 2020 (2004) or Windows 10 May 2019 (1903) or Windows 10 November 2019 (1909) or later Computer with Hyper-V support for virtualization Pathces : If you have Windows revisions 1903 or 1909 make sure you can install the patches: Windows Update KB4566116

2019