Links#
These are links that I could not integrate into the reading materials.
C# interactive notebooks by Microsoft. Augments the C# tutorial with Jupyter notebooks and videos
includes also machine learning examples
-
Computational thinking is the thought processes involved in modeling a situation and specifying the ways an information-processing agent can effectively operate within it to reach an externally specified (set of) goal(s).
a REPL stands for read-eval-print-loop. A REPL can immediately evaluate the program lines you write. dotnet-script provides one.