So here , welcome all ,hope all are good.i am starting a new series of python which covers the basics to advanced Python topics.after that there is Some basic projects will be posted for beginners who are learning the python..
Introduction to python:
So,in this technology world we all know that we can't live without smart gadgets.when the years was going on technology also increasing and updating day by day.
We all know that python was a basic and new trending programming language in this decade.so every student who are going to face and challange future things should know and learn the python.python is very easy language to learn compared to other programming languages. Here,i will give an example that how python was easy compared to other programming languages.
We know how we write Hello world! In all languages and compared which was easier.
C :
Pascal :
Java :
class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello, World!");
}
}
Python :
Print("Hello World!")So,by seeing this we can say python is very easy to learn and short line of code.
More about python :
1. Python has rich set of libraries which is used for different types of fields like machine learning and data science.
2. Python is a high level,intrepreted and object oriented scripted language.
3.Python was developed by the Guido Van Russom in 1990,s.
Downloading the Python :
There is large number of IDLE's available for python in market.we use basic IDLE of python .
We can download here by choosing the matched version of our operating system.
Other popular IDLE's for python:
- Jupyter notebook
- Pycharm
- Spyder
- Visual studio code
If any queries leave a comment.
Follow us on linkedin

Comments
Post a Comment