In languages like Ocaml, Haskell, type systems will often help you along the way of programming. Catch errors, warn incomplete guards. In the end, maintain invariants so that minimize ill-formed actions of the running program. (more…)
Read more »
In the Python Programming Language Full Course you will learn to install Python into your system, write functions and modules, and many more. (more…)
Read more »
A recurring conversation with my collegues has been around whether to extract
string literals to the top of a Python module as global constants. I often see
people writing Python modules that include (more…)
Read more »
In Python, generators form part of the intermediate topics. Since it differs from conventional functions, beginners have to take sometimes to wrap their head around it. This article presents materials that will be useful both for beginners and advanced pr... (more…)
Read more »
The Python programming language is a widely used tool for basic and advanced research in Astronomy. Watch this amazing presentation to learn specifics of usi... (more…)
Read more »