Variables

This lesson we will explain you what are variables, which of them are there and how to use them. As you know big part of programming comes from Math although this gets a little more and more hidden by software you use to write code so it gets simple and fast for a good proficient programmer to embark on a project or for a guy that is starting with baby steps which are mainly the target of this initial lessons.

Check out the lesson here ->

Python – String, Integer, Math, Variables and Print

On this guide you will learn:

  • What is a string and what is a integer?

  • Using Math in Python

  • What is a variable and how it works?

  • What is a print and how it works?

  • Showing an example of this concepts together

Keep reading this lesson here…

Introduction to Python

About this introduction:

  • A brief introduction about Python as a programming language

  • Python and pip installation in different OS systems

  • Using python pip to install python libraries for different OS systems

  • Where can i write python code?

Keep reading this lesson here…