Install and Start working with Python.
As the world is moving towards the age of Artificial Intelligence and Machine Learning, isn't it the time you should move toward this too.If you really want to start working in this direction then you are at the right place. Just like many other language and technology we will be starting with the base of this new technology trend.In this blog, we will be discussing about how can we start working with Programming in Python.
Where to Begin with?
In order to start with Programming in python we first need to install python.We would be working on Jupyter Notebook available on Anaconda.Anaconda is a widely used software for programming in data science.We can use many programming IDE like Jupyter notebook, Rstudio etc on Anaconda.
Lets Begin Installation :-
Step 1:-Download latest version of Python as per your Operating system from https://www.python.org/downloads/
Step 2:-Download latest version of Anaconda as per your Operating system https://www.anaconda.com/products/individual, we will be using individual edition as it is free to use.
How to Start Jupyter Notebook?
Step 1:- Open Command Prompt On Windows Operating System or Open Terminal on On Any Linux Operating System.
Step 2:Type jupyter notebook and press enter, This will Open the browser with the jupyter notebook Page.
How to Work with Jupyter notebook?
Step 1:-Once the Window is Popped up,on that window Go to the Directory you want to create your new python file.
Refer Image Below:-
Step 2:-On the Top left corner click on new and select python 3.This will open a new python notebook in new tab.
Refer the Image Below:-
Step 3:-Type Code in the cell and Press Shift+Enter to Run The Code.
Now You will be able to install Jupyter notebook and run python code on Jupyter notebook with ease.
You Can Go through My Github for Sample Python Programs and Challenge Your self to get familiar with Python:-https://github.com/g10rohan/Python.
Thank You Readers, Hope You Liked this Article.
No comments:
Post a Comment