A Beginner’s Guide to Python for Data Science - Part 2 Creating our first python project

 


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:






We are getting the correct output, so we can conclude that the installation is successful.

And there we have it. I hope you have found this useful. Thank you for reading.

Until next time!










Comments

Popular posts from this blog

A Beginner’s Guide to Python for Data Science - Part 1 Installing the required software

A Beginner’s Guide to Python for Data Science - Part 4 Statements and Indentation in Python