Hello friends! After a long period of time I again started to chase my blog dream. To make this blog useful for readers I thought to share what I learn in my career. This is my first blog about python programming language. Hope u guys will get to know some of basics of python here. I started learning python a months ago.
Some people will think python is something related to a reptile. Unlike it is named after a BBC show “Monty Python's Flying Circus”.
Python is simple to use but a real programming language. It offers much more support and structure to larger program.
This tutorial is targeted at the beginners who either know a little programming or a fresher. You don't need to be a computer scientist to learn about python. All you need to learn python is a good computer with sufficient data and lots of interest to learn this new thing. That's all. In this theoretical learning use learn 20% and by practicing you learn 60% . Only by mistake and correction you can learn 90% and above. So keep practicing.
Compared to other languages such as C, C++ this python has some advantages
No compilation and linking is needed. Python split the program into modules, that can be reused into other python program.
A simple program to print “hello, world!”
# include <stdio.h>. int main () {
Print("hello, world!");
return 0;
}
Print('hello, world!')
Output: hello, world!
Python is used in various daily task of man. Some examples
Some other applications in real life are
Though python was introduced in 1991 , it become blooming in 21st century. Because of artificial intelligence, machine learning, deep learning, block chain… etc. Python is used in this new technologies. In the new era of technologies python real programming plays a vital role.
In this tutorial we have scene what is python, who can start learning python and why it is booming now. In our next session let's learn how to install python and some of basic data structure, syntax etc..
To get continuous python blogs please follow me😉..