alex_berPrefaceI remember the exact moment when I’ve decided to write this book — this was in my first year Introduction to Computer Science course at…Aug 28, 2022Aug 28, 2022
alex_ber01 Set UpHere I will guide you where to find how to install Docker. Docker is most important piece of software you need. The second one, arguably is…Aug 31, 2022Aug 31, 2022
alex_ber02 Hello WorldA “Hello, World!” program is a computer program that displays a message similar to “Hello, World!” on the screen/terminal. It illustrate…Sep 1, 2022Sep 1, 2022
alex_ber03 Procedural Programming: Introduction to variables and control flowIntroduction to variables and control flowSep 5, 2022Sep 5, 2022
alex_ber04 Introduction to the importing system of PythonUntil now, all our code was in the single file. Also we use only built-in “commands” that are defined in the global scope, but as you can…Sep 7, 2022Sep 7, 2022