In the last article , we introduced the software installation process required for data science in python. In this blog, we will begin creating our first project in Pycharm. We can open Pycharm and click on the plus sign to create a new project, as shown below: Now, as soon as you click on create the project button, you will go to another screen where you have to mention the desired project name, as shown below: The default project name is ‘untitled’, as shown in the image above. Next, we see a small triangle shape symbol under the “Location” part of the screen. When we click the triangle, Pycharm provides us with many options, as shown below: In the options above, we see one titled “New Environment Using”. If we click the drop-down menu, we see one of them is “Conda”, which is short for “Anaconda”. We need to select this option before clicking on the Create button to be sure that we are creating the new environment using anaconda distribution. One important thing you ...
Comments
Post a Comment