PART I. PYTHON SET UP
PYTHON PROGRAMMING
PART I: PYTHON SET UP
I. Python downloading and installing.
Python is a programming language that is being used in many aspects of programming. These aspects are Web Applications, Software Developing, and especially Artificial Intelligent and Data Science.
Well-known for its readability and simple syntax, Python is always a beginner's choice as it is easy to learn.
You may download the newest version of Python on its website: https://www.python.org
To download Python, you should click on the Downloads tab and "Download Python" afterward.
After downloading the software, install it on your computer, just follow all the steps.
II. Python IDEs
Congratulations! You have just installed Python, one of the most used programming languages. Now, I would like to discuss IDEs, which are Integrated Development Environment, or you might start deeper research here.
You might detect a software which is called IDLE. This software is a built-in IDE, which comes with Python itself. It is a light-weighted software and it is noticeable for its speed, but its disadvantages dominate its advantages. As a beginner ( at the time this post is written), I have read many posts on Reddit and Quora, everyone advice not to use it.
"So, what IDE should I use?" You asked. Well, you should give PyCharm a try as it is one of the best Python IDE at the very moment. It includes lots of needed features for your coding but it takes a lot of space as well as being a paid software. Fortunately, you could get this software for free using a Student Email.
Comments
Post a Comment