Well yeah, Pythons are giant scary creatures.
But if you are a programmer ,you gotta love python.
I don't really like history but context is very important sometimes. The two most popular languages before python were C and Java . All these powerful and capable languages had some or the other problem, like C is really lengthy to work with while the Java learning curve is pretty steep. Then came Python made by Guido van Rossum , it has the features combined of both C and Java into a single interpreted, high-level, general-purpose programming language.
This language (Python) is easy to learn ,support all the libraries for C,is powerful enough, and most importantly it is Open Source and open source is love.
Python right now has a great community to support and lots of resources to develop programs from beginner level to Machine Learning and Data Science. The demand for python programmers are increasing day by day and one is limited by only it's imagination.
If you wanna start your python journey , right now is the time to start. Installing Python is easy and installing an IDE (Integrated Development Environment) along with it.
Click HERE and choose the correct OS and 64-bit and download the .exe (executable) file.
After installing install any good IDE , I would recommend PyCharm from here download the community version (free) not the professional (costs money).
Writing your first code is as easy as writing ...........
print("Hello World")
"Start discovering the fun of programming and you will never get bored",
See you in the next post.
Comments