• While loop in Python

    While loop in Python
    What does the while loop in Python do? What is the syntax and how to use while loop? Those are the content we will approach in this Python lesson.
  • For in Python loop

    For in Python loop
    In this article, we will learn more about for for loop in Python as well as its variations, how to use for to repeat a string of elements in Python such as list, string or other
  • If, if ... else, if ... elif ... else commands in Python

    If, if ... else, if ... elif ... else commands in Python
    The if statement in Python is one of the most common and easy-to-learn commands. Apart from if there is if else, if elif else. Let's explore the details and see examples of these
  • Learn the first Python program

    Learn the first Python program
    In this article we will learn a simple Python program to get a little more insight into Python, before starting to learn about the main components of this programming language.
  • Python data type: string, number, list, tuple, set and dictionary

    Python data type: string, number, list, tuple, set and dictionary
    In this section, you'll learn how to use Python as a computer, grasp Python's data types and take the first step towards Python programming.
  • How to install Python on Windows, macOS, Linux

    How to install Python on Windows, macOS, Linux
    To get started with Python, you first need to install Python on the computer you are using, be it Windows, macOS or Linux. Below is a guide to installing Python on your computer,
  • What is Python? Why choose Python?

    What is Python?  Why choose Python?
    Python is a powerful, high-level, object-oriented programming language, created by Guido van Rossum. Python is easy to learn and emerging as one of the best introductory