Month: Nov 2018
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
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?
Class Creating and Compiling
This is the main basic example of building a simple class and executing it.