BlogHide Resteemslabwork (32)in python • 7 years agoConditional statement in PythonWelcome to the basic python tutorial series. In this tutorial we will discuss about the conditional statement in python. In programming language, there is need to control the order of execution of…labwork (32)in python • 7 years agoComplex Number in PythonIn this tutorial we will discuss about complex number. We have learn in math that complex number is combination of real and imaginary number.The imaginary part is multiple of square root of minus 1.…labwork (32)in python • 7 years agoBitwise operation in pythonWelcome to the series of python tutorial. In this tutorial we will discuss about bitwise tutorial in Python. We all know that everything in machine is in the form of 0 and 1 which is actually…labwork (32)in python • 7 years agoArithmetic operation in PythonPython provides different arithmetic operators for performing different operations on numerical data. The list of arithmatic operation used in python is as follow. x + y #Addition x - y…labwork (32)in python • 7 years agoBasic element in pythonEvery programming language has basic elements which are collection of literals,variables and keywords. in this tutorial we will explain what these terms means. Literals: It is string or number…labwork (32)in python • 7 years agoData Type in PythonPreviously we write our first program in Python. In this tutorial we will go through different data types available in Python.In python everything is a object on which we can perform different…labwork (32)in utopian-io • 7 years agoFirst program in PythonAs discussed earlier, you can write your code in any of the code editor or IDE of your choice. I will be using normal text editor and jupyter notebook for the rest of the tutorial. I personally like…labwork (32)in python • 7 years agoIndentation in PythonIn this tutorial we will talk about indentation. In most of the programming language we use curly brackets to separate the code block from each other such as conditional statement and functions. For…labwork (32)in python • 7 years agoIntroduction to Jupyter notebookIn the previous tutorial , we learn how to install python and the available editor and IDE for writing python code. In this tutorial we will discuss the jupyter notebook which we are going to use as…labwork (32)in python • 7 years agoJupyter Notebook BasicIn the previous tutorial , we learn how to install python and the available editor and IDE for writing python code. In this tutorial we will discuss the jupyter notebook which we are going to use as…labwork (32)in python • 7 years agoEditor in pythonYou can write python code in any text editor like notepad,gedit or notepad++. While saving file make sure it is save with .py extension. The list of popular free to use editors are as follow.…labwork (32)in python • 7 years agoPython InstallationYou don't need to configure/install anything before installing Python. The installation steps are as follows for various operating system. 1. Linux Debian based system such as Ubuntu. There is no…labwork (32)in introduction • 7 years agoIntroductionHowdy Steemian, Welcome to the labwork channel. The channel is all about the techinical stuff covering wide range of programming language starting from basic of python,bash scripting to advance…