Articles in this series
What is Python? Python is a popular, high-level, and powerful programming language created by Guido Van Rossum in 1991. Why Python? It is open-source...
There are various ways to install and run Python along with its tools and libraries. In this learning series, we will be using "Miniconda" to install...
Click on start in Microsoft. Then, select: Anaconda Prompt (miniconda 3). Your miniconda opened with the base environment. List of commands in conda...
To write and execute python codes you can use many platforms such as "jupyter notebook", "Spyder" and "Google Colab". In this learning series we use...
For short commands, we do not need to write scripts. We use command line: In the search window of Windows write: cmd Then click Enter to open command...
Variables in Python Variables dynamically typed in Python. Python is case sensitive; it differentiates between capital (Erbil) and small letters...