What is Python: Installation Guide

Prerequisites If you’re new to Python make sure to read our previous article. It is compatible with all different operating systems. It’s easy to set up in fact, if you’re using the Linux system you will have python pre-installed. In this article, you’ll know: How to check the python version? How to download Python? The […]

Read More

How to run Python scripts

The Scope In this article, we will learn more about how to run Python scripts. You should be familiar with Python syntax. If you don’t know many about Python check our guide here. You need to have Python installed in your machine. To know how to install python on your system check our installation guide. […]

Read More

Lists in Python: How to Create a List in Python

The Python lists are widely used in python. Lists are one of the most used data structures in Python. It’s an unordered data store. In this article, we will learn how to work with lists in Python. You should know Python syntax and what is the lists in python. We have talked in a previous […]

Read More

How to install python on windows installation guide

Prerequisites In this article, we will talk more about how to install python on windows. If you’re new to python. You can check our beginner guide to python to know more about its usage. In this article, we will talk about: Downloading Python How to install it Install Python in windows OS How to uninstall […]

Read More

How to Call a Function in Python Guide

In this article, we will know how to call a function in Python.  You should have Python installed in your machine. You should know the basics of  Python syntax.  if you don’t check our installation guide and get started guide. Content How to create a function in Python What are the scopes in Python How […]

Read More